Home
last modified time | relevance | path

Searched refs:fstat (Results 101 – 125 of 189) sorted by relevance

12345678

/openbmc/qemu/tests/tcg/multiarch/linux/
H A Dlinux-test.c169 chk_error(fstat(fd, &st)); in test_file()
/openbmc/pam-ipmi/src/pam_ipmisave/
H A Dpam_ipmisave.c348 if (fstat(fileno(opwfile), &st) == -1) { in update_pass_special_file()
/openbmc/u-boot/tools/env/
H A Dfw_env.c1286 if (fstat(fd_current, &sb) == 0 && S_ISREG(sb.st_mode)) { in flash_io_write()
1603 rc = fstat(fd, &st); in check_device_config()
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpackage.py1351 fstat = cpath.stat(src)
1353 os.chmod(dest, fstat.st_mode)
1354 os.chown(dest, fstat.st_uid, fstat.st_gid)
/openbmc/linux/scripts/mod/
H A Dmodpost.c123 if (fstat(fd, &st) < 0) { in read_text_file()
405 if (fstat(fd, &st)) in grab_file()
2043 if (fstat(fileno(file), &st) < 0) in write_if_changed()
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/
H A D0005-Replace-off64_t-stat64-with-off_t-stat.patch129 + if (fstat(fd, &stat) < 0) {
130 + perror("fstat");
/openbmc/qemu/bsd-user/openbsd/
H A Dstrace.list38 { TARGET_OPENBSD_NR_fstat, "fstat", "%s(%d,%p)", NULL, NULL },
/openbmc/u-boot/tools/
H A Dkwboot.c586 rc = fstat(fd, &st); in kwboot_mmap_image()
H A Dfit_image.c129 if (fstat(fd, &sbuf) < 0) { in fdt_property_file()
/openbmc/qemu/bsd-user/
H A Dmmap.c521 if (fstat(fd, &sb) == -1) { in target_mmap()
/openbmc/qemu/linux-user/mips64/
H A Dsyscall_n32.tbl15 5 n32 fstat sys_newfstat
H A Dsyscall_n64.tbl15 5 n64 fstat sys_newfstat
/openbmc/qemu/hw/9pfs/
H A D9p-synth.c635 .fstat = synth_fstat,
H A D9p-proxy.c839 return fstat(fd, stbuf); in proxy_fstat()
1261 .fstat = proxy_fstat,
/openbmc/openbmc/poky/meta/recipes-support/lzop/lzop/
H A Dacinclude.m412 AC_CHECK_FUNCS(access alloca atexit atoi atol chmod chown ctime difftime fstat gettimeofday gmtime …
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dflow_dissector_reattach.c487 err = fstat(netns, &netns_stat); in test_link_get_info()
/openbmc/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl15 5 n64 fstat sys_newfstat
/openbmc/linux/arch/mips/kernel/syscalls/
H A Dsyscall_n64.tbl15 5 n64 fstat sys_newfstat
/openbmc/linux/arch/ia64/kernel/syscalls/
H A Dsyscall.tbl200 188 common fstat sys_newfstat
/openbmc/qemu/util/
H A Doslib-posix.c137 if (fstat(fd, &b) < 0) { in qemu_write_pidfile()
/openbmc/linux/Documentation/filesystems/
H A Dzonefs.rst101 obtained with the stat() or fstat() system calls, indicates the number of files
119 The number of blocks of a file as reported by stat() and fstat() indicates the
468 of a file as reported by stat() and fstat() indicates the capacity of the file
/openbmc/qemu/linux-user/x86_64/
H A Dsyscall_64.tbl16 5 common fstat sys_newfstat
/openbmc/qemu/linux-user/xtensa/
H A Dsyscall.tbl65 54 common fstat sys_newfstat
/openbmc/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl16 5 common fstat sys_newfstat
/openbmc/linux/Documentation/networking/
H A Dtls.rst85 fstat(file, &stat);

12345678