Home
last modified time | relevance | path

Searched refs:statvfs (Results 1 – 25 of 46) sorted by relevance

12

/NextBSD/contrib/netbsd-tests/bin/df/
HDgetmntinfo.c40 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/
HDstatvfs.c43 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()
HDMakefile.inc119 statvfs.c \
269 statvfs.3 \
474 MLINKS+=statvfs.3 fstatvfs.3
/NextBSD/contrib/netbsd-tests/fs/tmpfs/
HDt_sizes.sh41 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 .)
HDh_tools.c253 struct statvfs buf; in statvfs_main()
258 error = statvfs(argv[1], &buf); in statvfs_main()
HDt_statvfs.sh42 eval $($(atf_get_srcdir)/h_tools statvfs .)
/NextBSD/sys/sys/
HDstatvfs.h59 struct statvfs { struct
78 int fstatvfs(int, struct statvfs *); argument
79 int statvfs(const char *__restrict, struct statvfs *__restrict);
/NextBSD/crypto/openssh/openbsd-compat/
HDbsd-statvfs.h47 struct statvfs { struct
66 int statvfs(const char *, struct statvfs *); argument
70 int fstatvfs(int, struct statvfs *);
HDbsd-statvfs.c31 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()
HDMakefile.in21 …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/
HDt_sizes46 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 .)
HDt_statvfs46 eval $(${Src_Dir}/h_tools statvfs .)
/NextBSD/contrib/netbsd-tests/fs/nfs/nfsservice/
HDgetmntinfo.c59 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/
HDsetuid-allowed.c40 struct statvfs sb; in main()
47 if (statvfs(path, &sb) != 0) { in main()
/NextBSD/contrib/netbsd-tests/fs/ffs/
HDt_mount.c60 struct statvfs svb; in ATF_TC_BODY()
101 struct statvfs svb; in ATF_TC_BODY()
HDt_quota2_remount.c32 struct statvfs fst; in do_quota()
/NextBSD/contrib/unbound/compat/
HDgetentropy_solaris.c321 struct statvfs stvfs; in getentropy_fallback()
384 HX(statvfs(".", &stvfs) == -1, stvfs); in getentropy_fallback()
387 HX(statvfs("/", &stvfs) == -1, stvfs); in getentropy_fallback()
HDgetentropy_osx.c310 struct statvfs stvfs; in getentropy_fallback()
370 HX(statvfs(".", &stvfs) == -1, stvfs); in getentropy_fallback()
374 HX(statvfs("/", &stvfs) == -1, stvfs); in getentropy_fallback()
HDgetentropy_linux.c413 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/
HDdtfs_vfsops.c195 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()
HDdtfs.c184 PUFFSOP_SET(pops, dtfs, fs, statvfs); in main()
/NextBSD/crypto/openssh/
HDPROTOCOL288 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/
HDarchive_read_disk_posix.c1585 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/
HDsys-types.h20 struct statvfs;
/NextBSD/contrib/netbsd-tests/fs/vfs/
HDt_vfsops.c55 struct statvfs svb; in tstatvfs()

12