Symbol: getmntinfo
bin/df/df.c
196
mntsize = getmntinfo(&mntbuf, MNT_NOWAIT);
bin/df/df.c
286
mntsize = getmntinfo(&mntbuf, MNT_NOWAIT);
bin/df/df.c
378
return (nflag ? mntsize : getmntinfo(mntbufp, MNT_WAIT));
lib/libc/gen/getmntinfo-compat11.c
66
__sym_compat(getmntinfo, freebsd11_getmntinfo, FBSD_1.0);
lib/libc/tests/gen/getmntinfo_test.c
58
nmnts = getmntinfo(&mntinfo, 199);
lib/libc/tests/gen/getmntinfo_test.c
63
nmnts = getmntinfo(&mntinfo, MNT_NOWAIT);
lib/libc/tests/gen/getmntinfo_test.c
70
nmnts = getmntinfo(&mntinfo, MNT_WAIT);
lib/libugidfw/ugidfw.c
333
numfs = getmntinfo(&mntbuf, MNT_NOWAIT);
lib/libutil/mntopts.c
187
mntsize = getmntinfo(&mntbuf, MNT_NOWAIT);
sbin/bectl/bectl_jail.c
198
mntsize = getmntinfo(&mntbuf, MNT_NOWAIT);
sbin/dump/main.c
635
mntsize = getmntinfo(&mntbuf, MNT_NOWAIT);
sbin/mount/mount.c
296
if ((mntsize = getmntinfo(&mntbuf,
sbin/newfs_msdos/mkfs_msdos.c
822
if (!(n = getmntinfo(&mp, MNT_NOWAIT))) {
sys/sys/mount.h
1210
int getmntinfo(struct statfs **, int);
usr.bin/nfsstat/nfsstat.c
157
mntlen = getmntinfo(&mntbuf, MNT_NOWAIT);
usr.bin/quota/quota.c
491
nfst = getmntinfo(&fst, MNT_NOWAIT);
usr.sbin/autofs/automount.c
189
nitems = getmntinfo(&mntbuf, MNT_WAIT);
usr.sbin/autofs/automount.c
267
nitems = getmntinfo(&mntbuf, MNT_WAIT);
usr.sbin/autofs/automount.c
305
nitems = getmntinfo(&mntbuf, MNT_WAIT);
usr.sbin/autofs/autounmountd.c
105
nitems = getmntinfo(&mntbuf, MNT_WAIT);
usr.sbin/mountd/mountd.c
2059
num = getmntinfo(&mntbufp, MNT_NOWAIT);
usr.sbin/quot/quot.c
520
for (cnt = getmntinfo(&mp, MNT_NOWAIT); --cnt >= 0; mp++)
usr.sbin/snapinfo/snapinfo.c
101
fscount = getmntinfo(&mntbuf, MNT_WAIT);