| /f-stack/tools/libutil/ |
| H A D | kld.c | 43 struct kld_file_stat fstat; in kld_isloaded() local 49 fstat.version = sizeof(fstat); in kld_isloaded() 50 if (kldstat(fid, &fstat) != 0) in kld_isloaded() 53 if (strcmp(fstat.name, name) == 0) in kld_isloaded() 56 if ((ko = strstr(fstat.name, ".ko")) != NULL && in kld_isloaded() 57 strlen(name) == (size_t)(ko - fstat.name) && in kld_isloaded() 58 strncmp(fstat.name, name, ko - fstat.name) == 0) in kld_isloaded()
|
| H A D | pidfile.c | 69 if (fstat(pfh->pf_fd, &sb) == -1) in pidfile_verify() 189 if (fstat(fd, &sb) == -1) { in pidfile_open()
|
| H A D | flopen.c | 89 if (fstat(fd, &fsb) == -1) { in vflopenat()
|
| H A D | pw_util.c | 193 if (fstat(lockfd, &st) == -1) in pw_lock()
|
| H A D | gr_util.c | 114 if (fstat(lockfd, &st) == -1) in gr_lock()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zgenhostid/ |
| H A D | zgenhostid.c | 117 struct stat fstat; in main() local 118 if (force_fwrite == 0 && stat(path, &fstat) == 0 && in main() 119 S_ISREG(fstat.st_mode)) { in main()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | vdev_raidz_math.c | 309 raidz_impl_kstat_t *fstat = &raidz_impl_kstats[raidz_supp_impl_cnt]; in raidz_math_kstat_data() local 316 if (cstat == fstat) { in raidz_math_kstat_data() 320 int id = fstat->gen[i]; in raidz_math_kstat_data() 325 int id = fstat->rec[i]; in raidz_math_kstat_data() 401 raidz_impl_kstat_t *fstat = &raidz_impl_kstats[raidz_supp_impl_cnt]; in benchmark_raidz_impl() local 432 fstat->gen[fn] = impl; in benchmark_raidz_impl() 436 fstat->rec[fn] = impl; in benchmark_raidz_impl()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/mmap_exec/ |
| H A D | mmap_exec.c | 58 if (fstat(fd, &statbuf) < 0) { in main()
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/include/os/freebsd/sys/ |
| H A D | stat.h | 47 ret = fstat(fd, sb); in fstat64()
|
| /f-stack/app/redis-5.0.5/utils/ |
| H A D | corrupt_rdb.c | 31 fstat(fd,&stat); in main()
|
| /f-stack/freebsd/i386/linux/ |
| H A D | linux_dummy_machdep.c | 63 DUMMY(fstat);
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/tmpfile/ |
| H A D | tmpfile_stat_mode.c | 74 if (fstat(fd, &fst) == -1) { in test_stat_mode()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | config.h | 47 #define redis_fstat fstat
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/randwritecomp/ |
| H A D | randwritecomp.c | 162 err = fstat(fd, &ss); in main()
|
| /f-stack/freebsd/kern/ |
| H A D | capabilities.conf | 235 fstat
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/randombytes/sysrandom/ |
| H A D | randombytes_sysrandom.c | 181 if (fstat(fd, &st) == 0 && in randombytes_sysrandom_random_dev_open()
|
| /f-stack/freebsd/sys/ |
| H A D | stat.h | 381 int fstat(int, struct stat *);
|
| H A D | syscall.mk | 395 fstat.o \
|
| /f-stack/dpdk/drivers/common/dpaax/ |
| H A D | dpaax_iova_table.c | 96 ret = fstat(fd, &statbuf); in read_memory_node()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/randombytes/salsa20/ |
| H A D | randombytes_salsa20_random.c | 230 if (fstat(fd, &st) == 0 && (S_ISNAM(st.st_mode) || S_ISCHR(st.st_mode))) { in randombytes_salsa20_random_random_dev_open()
|
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_files.h | 176 #define ngx_fd_info(fd, sb) fstat(fd, sb)
|
| /f-stack/dpdk/drivers/bus/vmbus/linux/ |
| H A D | vmbus_uio.c | 219 if (fstat(fd, &sb) < 0) { in vmbus_uio_map_subchan()
|
| /f-stack/dpdk/buildtools/pmdinfogen/ |
| H A D | pmdinfogen.c | 69 if (fstat(fd, &st)) in grab_file()
|
| /f-stack/freebsd/contrib/zlib/test/ |
| H A D | minigzip.c | 407 if (fstat(ifd, &sb) < 0) return Z_ERRNO;
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/examples/ |
| H A D | minigzip.c | 412 if (fstat(ifd, &sb) < 0) return Z_ERRNO;
|