| /NextBSD/contrib/netbsd-tests/bin/df/ |
| HD | getmntinfo.c | 40 static struct statvfs *getnewstatvfs(void); 41 static void other_variants(const struct statvfs *, const int *, int, 47 static struct statvfs *allstatvfs; 50 struct statvfs * 57 sftotal * sizeof(struct statvfs)); in getnewstatvfs() 66 other_variants(const struct statvfs *tmpl, const int *minfree, int minfreecnt, in other_variants() 70 struct statvfs *sf; in other_variants() 93 static const struct statvfs tmpl = { in setup_filer() 124 static const struct statvfs tmpl = { in setup_ld0g() 156 static const struct statvfs tmpl = { in setup_strpct() [all …]
|
| /NextBSD/lib/libc/gen/ |
| HD | statvfs.c | 43 static int sfs2svfs(const struct statfs *from, struct statvfs *to); 46 fstatvfs(int fd, struct statvfs *result) in fstatvfs() 73 statvfs(const char * __restrict path, struct statvfs * __restrict result) in statvfs() function 98 sfs2svfs(const struct statfs *from, struct statvfs *to) in sfs2svfs() 100 static const struct statvfs zvfs; in sfs2svfs() 138 struct statvfs buf; in main() 140 if (statvfs(argv[1], &buf) < 0) in main()
|
| HD | Makefile.inc | 119 statvfs.c \ 269 statvfs.3 \ 474 MLINKS+=statvfs.3 fstatvfs.3
|
| /NextBSD/contrib/netbsd-tests/fs/tmpfs/ |
| HD | t_sizes.sh | 41 eval $($(atf_get_srcdir)/h_tools statvfs .) 58 eval $($(atf_get_srcdir)/h_tools statvfs . | sed -e 's|^f_|cf_|') 63 eval $($(atf_get_srcdir)/h_tools statvfs .) 70 eval $($(atf_get_srcdir)/h_tools statvfs .) 89 eval $($(atf_get_srcdir)/h_tools statvfs .) 94 eval $($(atf_get_srcdir)/h_tools statvfs .)
|
| HD | h_tools.c | 253 struct statvfs buf; in statvfs_main() 258 error = statvfs(argv[1], &buf); in statvfs_main()
|
| HD | t_statvfs.sh | 42 eval $($(atf_get_srcdir)/h_tools statvfs .)
|
| /NextBSD/sys/sys/ |
| HD | statvfs.h | 59 struct statvfs { struct 78 int fstatvfs(int, struct statvfs *); argument 79 int statvfs(const char *__restrict, struct statvfs *__restrict);
|
| /NextBSD/crypto/openssh/openbsd-compat/ |
| HD | bsd-statvfs.h | 47 struct statvfs { struct 66 int statvfs(const char *, struct statvfs *); argument 70 int fstatvfs(int, struct statvfs *);
|
| HD | bsd-statvfs.c | 31 copy_statfs_to_statvfs(struct statvfs *to, struct statfs *from) in copy_statfs_to_statvfs() 47 int statvfs(const char *path, struct statvfs *buf) in statvfs() function 65 int fstatvfs(int fd, struct statvfs *buf) in fstatvfs()
|
| HD | Makefile.in | 21 …d-nextstep.o bsd-openpty.o bsd-poll.o bsd-setres_id.o bsd-snprintf.o bsd-statvfs.o bsd-waitpid.o f…
|
| /NextBSD/tools/regression/tmpfs/ |
| HD | t_sizes | 46 eval $(${Src_Dir}/h_tools statvfs . | sed -e 's|^f_|cf_|') 52 eval $(${Src_Dir}/h_tools statvfs .) 60 eval $(${Src_Dir}/h_tools statvfs .) 66 eval $(${Src_Dir}/h_tools statvfs .) 75 eval $(${Src_Dir}/h_tools statvfs .)
|
| HD | t_statvfs | 46 eval $(${Src_Dir}/h_tools statvfs .)
|
| /NextBSD/contrib/netbsd-tests/fs/nfs/nfsservice/ |
| HD | getmntinfo.c | 59 struct statvfs **mntbufp; in getmntinfo() 62 static struct statvfs *mntbuf; 74 while (bufsize <= mntsize * sizeof(struct statvfs)) { 77 bufsize = (mntsize + 1) * sizeof(struct statvfs);
|
| /NextBSD/crypto/openssh/regress/ |
| HD | setuid-allowed.c | 40 struct statvfs sb; in main() 47 if (statvfs(path, &sb) != 0) { in main()
|
| /NextBSD/contrib/netbsd-tests/fs/ffs/ |
| HD | t_mount.c | 60 struct statvfs svb; in ATF_TC_BODY() 101 struct statvfs svb; in ATF_TC_BODY()
|
| HD | t_quota2_remount.c | 32 struct statvfs fst; in do_quota()
|
| /NextBSD/contrib/unbound/compat/ |
| HD | getentropy_solaris.c | 321 struct statvfs stvfs; in getentropy_fallback() 384 HX(statvfs(".", &stvfs) == -1, stvfs); in getentropy_fallback() 387 HX(statvfs("/", &stvfs) == -1, stvfs); in getentropy_fallback()
|
| HD | getentropy_osx.c | 310 struct statvfs stvfs; in getentropy_fallback() 370 HX(statvfs(".", &stvfs) == -1, stvfs); in getentropy_fallback() 374 HX(statvfs("/", &stvfs) == -1, stvfs); in getentropy_fallback()
|
| HD | getentropy_linux.c | 413 struct statvfs stvfs; in getentropy_fallback() 477 HX(statvfs(".", &stvfs) == -1, stvfs); in getentropy_fallback() 481 HX(statvfs("/", &stvfs) == -1, stvfs); in getentropy_fallback()
|
| /NextBSD/contrib/netbsd-tests/fs/puffs/h_dtfs/ |
| HD | dtfs_vfsops.c | 195 dtfs_fs_statvfs(struct puffs_usermount *pu, struct statvfs *sbp) in dtfs_fs_statvfs() 204 memset(sbp, 0, sizeof(struct statvfs)); in dtfs_fs_statvfs()
|
| HD | dtfs.c | 184 PUFFSOP_SET(pops, dtfs, fs, statvfs); in main()
|
| /NextBSD/crypto/openssh/ |
| HD | PROTOCOL | 288 3.4. sftp: Extension requests "statvfs@openssh.com" and 291 These requests correspond to the statvfs and fstatvfs POSIX system 292 interfaces. The "statvfs@openssh.com" request operates on an explicit 296 string "statvfs@openssh.com" 326 Both the "statvfs@openssh.com" and "fstatvfs@openssh.com" extensions are
|
| /NextBSD/contrib/libarchive/libarchive/ |
| HD | archive_read_disk_posix.c | 1585 struct statvfs sfs; in setup_current_filesystem() 1594 r = statvfs(tree_current_access_path(t), &sfs); in setup_current_filesystem() 1603 r = statvfs(".", &sfs); in setup_current_filesystem() 1663 struct statvfs svfs; in setup_current_filesystem() 1690 vr = statvfs(tree_current_access_path(t), &svfs); in setup_current_filesystem() 1706 vr = statvfs(".", &svfs); in setup_current_filesystem() 1770 struct statvfs sfs; in setup_current_filesystem() 1798 r = statvfs(tree_current_access_path(t), &sfs); in setup_current_filesystem() 1812 r = statvfs(".", &sfs); in setup_current_filesystem()
|
| /NextBSD/contrib/gcc/ |
| HD | sys-types.h | 20 struct statvfs;
|
| /NextBSD/contrib/netbsd-tests/fs/vfs/ |
| HD | t_vfsops.c | 55 struct statvfs svb; in tstatvfs()
|