Home
last modified time | relevance | path

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

12345678

/openbmc/phosphor-logging/test/openpower-pels/
H A Dpel_manager_test.cpp436 int r = fstat(unixfd, &s); in TEST_F()
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dutils.py499 statinfo = os.fstat(fileno)
/openbmc/linux/tools/perf/util/
H A Dpmu.c317 if (fstat(fd, &st) < 0) in perf_pmu__parse_scale()
H A Dheader.c3497 ret = fstat(fd, &st); in perf_header__fprintf_info()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/
H A D0001-Add-support-for-mips64-n32-n64.patch466 + "fstat", /* 5 */
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0001-localedef-Add-hardlink-resolver-from-util-linux.patch742 + if (fstat(fd2, &st2) || !S_ISREG(st2.st_mode)
/openbmc/linux/tools/perf/
H A Dbuiltin-script.c373 fstat(fileno(es->fp), &st); in evsel_script__fprintf()
4315 err = fstat(input, &perf_stat); in cmd_script()
H A Dbuiltin-stat.c2418 if (!fstat(STDIN_FILENO, &st) && S_ISFIFO(st.st_mode)) in __cmd_report()
/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic79xx_core.c6996 uint8_t fstat; in ahd_init() local
7133 for (i = 20, fstat = FLX_FSTAT_BUSY; in ahd_init()
7134 (fstat & FLX_FSTAT_BUSY) != 0 && i; i--) { in ahd_init()
7135 error = ahd_read_flexport(ahd, FLXADDR_FLEXSTAT, &fstat); in ahd_init()
/openbmc/qemu/linux-user/
H A Dstrace.list255 { TARGET_NR_fstat, "fstat" , NULL, print_fstat, NULL },
H A Dsyscall.c10868 ret = get_errno(fstat(arg1, &st)); in _syscall2()
11734 ret = get_errno(fstat(arg1, &st)); in _syscall2()
/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/
H A Dautotools-update.patch1050 - [_LIBC]: Rename fstat, open, close, read, mmap, and munmap to
3794 -# define fstat __fstat
3839 - if (fstat (fd, &st) != 0
/openbmc/linux/tools/testing/selftests/landlock/
H A Dfs_test.c1835 ASSERT_EQ(0, fstat(src_fd, &statbuf)); in copy_binary()
/openbmc/openbmc/poky/meta/classes-global/
H A Dinsane.bbclass545 "fstat", "fstat64", "fstatat", "fstatat64", "futimens", "lstat",

12345678