| /netbsd-src/external/ibm-public/postfix/dist/src/util/ |
| H A D | fsspace.c | 78 if (statfs(path, &fsbuf) < 0) in fsspace() 83 struct statfs fsbuf; in fsspace() 85 if (statfs(path, &fsbuf) < 0) in fsspace()
|
| /netbsd-src/external/bsd/am-utils/dist/conf/mtab/ |
| H A D | mtab_bsd.c | 55 #define statfs statvfs macro 59 mnt_dup(struct statfs *mp) in mnt_dup() 113 struct statfs *mntbufp, *mntp; in read_mtab()
|
| H A D | mtab_osf.c | 50 mnt_dup(struct statfs *mp) in mnt_dup() 118 struct statfs *mntbufp, *mntp; in read_mtab()
|
| /netbsd-src/external/bsd/libpcap/dist/lbl/ |
| H A D | os-sunos4.h | 80 struct statfs; 82 int fstatfs(int, struct statfs *); 167 int statfs(char *, struct statfs *);
|
| /netbsd-src/external/bsd/tcpdump/dist/lbl/ |
| H A D | os-sunos4.h | 79 struct statfs; 81 int fstatfs(int, struct statfs *); 167 int statfs(char *, struct statfs *);
|
| /netbsd-src/external/bsd/am-utils/dist/conf/checkmount/ |
| H A D | checkmount_bsd44.c | 47 #define statfs statvfs macro 56 struct statfs *mntbufp, *mntp; in fixmount_check_mount()
|
| H A D | checkmount_osf.c | 54 struct statfs *fslist; in fixmount_check_mount()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/sys/ |
| H A D | mount.d | 313 int statfs(const char*, statfs_t*); in version() 326 pragma(mangle, "statfs@FBSD_1.5") int statfs(const char*, statfs_t*); 335 pragma(mangle, "statfs@FBSD_1.0") int statfs(const char*, statfs_t*);
|
| /netbsd-src/lib/librefuse/refuse/ |
| H A D | v21.h | 64 int (*statfs) (const char *, struct statfs *); member
|
| H A D | v23.h | 68 int (*statfs) (const char *, struct statfs *); member
|
| H A D | v22.h | 68 int (*statfs) (const char *, struct statfs *); member
|
| H A D | legacy.h | 60 struct statfs { struct
|
| H A D | v11.h | 68 int (*statfs) (const char *, struct fuse_statfs *); member
|
| H A D | fs.c | 660 linux_statfs_to_statvfs(struct statvfs* dst, const struct statfs* src) { in linux_statfs_to_statvfs() 678 if (((const struct fuse_operations_v11*)fs->op)->statfs) { in fuse_fs_statfs() 682 ret = ((const struct fuse_operations_v11*)fs->op)->statfs(path, &statfs_v11); in fuse_fs_statfs() 695 if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->statfs) { \ in fuse_fs_statfs() 696 struct statfs statfs_v22; \ in fuse_fs_statfs() 699 … ret = ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->statfs(path, &statfs_v22); \ in fuse_fs_statfs() 714 if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->statfs) \ in fuse_fs_statfs() 715 return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->statfs(path, buf); \ in fuse_fs_statfs()
|
| H A D | v28.h | 64 int (*statfs) (const char *, struct statvfs *); member
|
| H A D | v25.h | 64 int (*statfs) (const char *, struct statvfs *); member
|
| H A D | v34.h | 62 int (*statfs) (const char *, struct statvfs *); member
|
| H A D | v35.h | 62 int (*statfs) (const char *, struct statvfs *); member
|
| H A D | v29.h | 64 int (*statfs) (const char *, struct statvfs *); member
|
| H A D | v26.h | 64 int (*statfs) (const char *, struct statvfs *); member
|
| H A D | v38.h | 62 int (*statfs) (const char *, struct statvfs *); member
|
| /netbsd-src/lib/libc/compat/sys/ |
| H A D | compat_statfs.c | 49 __warn_references(statfs, 61 __strong_alias(statfs, __compat_statfs) in __strong_alias() argument
|
| /netbsd-src/external/bsd/unbound/dist/compat/ |
| H A D | getentropy_osx.c | 300 struct statfs stfs; in getentropy_fallback() 359 HX(statfs(".", &stfs) == -1, stfs); in getentropy_fallback() 363 HX(statfs("/", &stfs) == -1, stfs); in getentropy_fallback()
|
| H A D | getentropy_linux.c | 400 struct statfs stfs; in getentropy_fallback() 463 HX(statfs(".", &stfs) == -1, stfs); in getentropy_fallback() 467 HX(statfs("/", &stfs) == -1, stfs); in getentropy_fallback()
|
| /netbsd-src/external/cddl/osnet/dist/cmd/zinject/ |
| H A D | translate.c | 90 struct statfs sfs; in parse_pathname() 114 if (statfs(fullpath, &sfs) == -1) { in parse_pathname()
|