Home
last modified time | relevance | path

Searched refs:fstat (Results 51 – 75 of 189) sorted by relevance

12345678

/openbmc/linux/tools/testing/selftests/net/af_unix/
H A Ddiag_uid.c60 ret = fstat(self->unix_fd, &file_stat); in FIXTURE_SETUP()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_io_type_pcie.cpp193 if (fstat(fd, &sb) == -1) in parseTopologyData()
435 if (fstat(fd, &sb) == -1) in parseCableInfo()
/openbmc/linux/tools/perf/util/
H A Dsrccode.c114 if (fd < 0 || fstat(fd, &st) < 0) { in find_srcfile()
/openbmc/openbmc/meta-arm/meta-arm/recipes-devtools/gn/gn/
H A D0001-Replace-lstat64-stat64-functions-on-linux.patch43 return fstat(fd, sb);
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dkvm_clock_test.c150 if (fstat(fileno(fp), &st)) { in check_clocksource()
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dfilemap.py44 stat = os.fstat(file_obj.fileno())
98 self.image_size = os.fstat(self._f_image.fileno()).st_size
/openbmc/hiomapd/file/
H A Dbackend.c79 rc = fstat(priv->fd, &statbuf); in file_dev_init()
/openbmc/linux/arch/mips/tools/
H A Dloongson3-llsc-check.c257 err = fstat(vmlinux_fd, &st); in main()
/openbmc/linux/samples/landlock/
H A Dsandboxer.c121 if (fstat(path_beneath.parent_fd, &statbuf)) { in populate_ruleset()
/openbmc/qemu/contrib/elf2dmp/
H A Dqemu_elf.c201 if (fstat(fd, &st)) { in QEMU_Elf_map()
/openbmc/u-boot/tools/
H A Dmkenvimage.c187 ret = fstat(txt_fd, &txt_file_stat); in main()
H A Dpblimage.c278 if (fstat(fd, &st) == -1) { in pblimage_check_params()
H A Dzynqimage.c246 err = fstat(fileno(fp), &path_stat); in zynqimage_parse_initparams()
/openbmc/linux/scripts/basic/
H A Dfixdep.c226 if (fstat(fd, &st) < 0) { in read_file()
/openbmc/linux/arch/alpha/boot/tools/
H A Dobjstrip.c118 if (fstat(fd, &st) == -1) { in main()
/openbmc/linux/tools/testing/selftests/pidfd/
H A Dpidfd_setns_test.c320 ret = fstat(ns_fd1, &ns_st1); in in_same_namespace()
328 ret = fstat(ns_fd2, &ns_st2); in in_same_namespace()
/openbmc/linux/arch/mips/vdso/
H A Dgenvdso.c122 if (fstat(fd, &stat) != 0) { in map_vdso()
/openbmc/linux/tools/firmware/
H A Dihex2fw.c107 if (fstat(infd, &st)) { in main()
/openbmc/qemu/linux-user/
H A Dlinuxload.c42 if (fstat(bprm->src.fd, &st) < 0) { in prepare_binprm()
/openbmc/qemu/linux-user/mips/
H A Dsyscall-args-o32.c.inc109 [ 108] = 2, /* fstat */
/openbmc/qemu/hw/9pfs/
H A Dcofile.c80 err = s->ops->fstat(&s->ctx, fidp->fid_type, &fidp->fs, stbuf); in v9fs_co_fstat()
/openbmc/linux/scripts/
H A Dsorttable.c92 if (fstat(fd, &sb) < 0) { in mmap_file()
/openbmc/linux/tools/power/acpi/tools/pfrut/
H A Dpfrut.c333 if (fstat(fd_capsule, &st) < 0) { in main()
/openbmc/linux/tools/bpf/
H A Dbpf_jit_disasm.c139 ret = fstat(fd, &fi); in get_flog_buff()
/openbmc/qemu/block/
H A Dfile-posix.c493 if (fstat(fd, &st)) { in check_hdev_writable()
746 if (fstat(s->fd, &st) < 0) { in raw_open_common()
1496 if (fstat(s->fd, &st)) { in raw_refresh_limits()
2287 if (fstat(fd, &st) < 0) { in handle_aiocb_truncate()
2661 if (fstat(s->fd, &st)) { in raw_co_truncate()
2703 if (fstat(fd, &st)) in raw_getlength()
2722 if (fstat(fd, &st)) in raw_getlength()
2790 if (!fstat(fd, &sb) && (S_IFCHR & sb.st_mode)) { in raw_getlength()
2873 if (fstat(s->fd, &st) < 0) { in raw_co_get_allocated_file_size()
4336 ret = fstat(fd, &st); in cdrom_probe_device()

12345678