Home
last modified time | relevance | path

Searched refs:fstat (Results 1 – 14 of 14) sorted by relevance

/xen/xen/include/public/io/
A Dfsif.h151 struct fsif_stat_request fstat; member
171 struct fsif_stat_response fstat; member
/xen/tools/misc/
A Dxen-detect.c131 res = !fstat(fileno(f), &stab) && S_ISDIR(stab.st_mode); in check_dir()
148 if ( fstat(fileno(f), &stab) || !S_ISREG(stab.st_mode) || in read_file_content()
A Dxen-ucode.c40 if ( fstat(fd, &st) != 0 ) in main()
/xen/tools/libxc/
A Dxc_suspend.c74 r = fstat(fd, &ours); in lock_suspend_event()
/xen/tools/xentrace/
A Dmread.c27 fstat(fd, &s); in mread_init()
A Dxenalyze.c10848 fstat(G.fd, &s); in main()
/xen/tools/libxl/
A Dlibxl_internal.c278 ret = fstat(fd, &st_buf); in libxl__file_reference_map()
439 if (fstat(fd, &fstab)) { in libxl__lock_file()
729 if (fstat(fd, &fstab)) { in ev_lock_child_callback()
A Dlibxl_utils.c345 if (fstat(fileno(f), &stab)) { in libxl_read_file_contents()
419 if (fstat(fileno(f), &stab)) { in libxl__read_sysfs_file_contents()
A Dlibxl_stream_write.c464 if (fstat(readfd, &st)) { in write_emulator_context_record()
/xen/tools/xcutils/
A Dreadnotes.c203 if (fstat(fd, &st) == -1) in main()
/xen/tools/console/client/
A Dmain.c299 if (fstat(fd, &fstab)) in console_lock()
/xen/xen/tools/kconfig/
A Dconfdata.c56 ret = fstat(fd1, &st1); in is_same()
59 ret = fstat(fd2, &st2); in is_same()
/xen/tools/xenstore/
A Dtdb.c328 if (fstat(tdb->fd, &st) == -1) in tdb_oob()
1631 if (fstat(tdb->fd, &st) == -1)
/xen/tools/pygrub/src/
A Dpygrub38 st = os.fstat(fd)

Completed in 59 milliseconds