Symbol: getmntinfo
bin/df/df.c
203
mntcount = getmntinfo(&mntbuf, MNT_NOWAIT);
bin/df/df.c
293
count = getmntinfo(&mntbuf, MNT_NOWAIT);
bin/df/df.c
369
return nflag ? count : (size_t)getmntinfo(mntbufp, MNT_WAIT);
lib/libc/compat/gen/compat_getmntinfo.c
53
__strong_alias(getmntinfo, __compat_getmntinfo)
sbin/dump/optr.c
454
if ((mntbufc = getmntinfo(&mntbuf, MNT_NOWAIT)) == 0)
sbin/dump/snapshot.c
85
n = getmntinfo(&mntbuf, MNT_NOWAIT);
sbin/mount/mount.c
209
if ((mntsize = getmntinfo(&mntbuf, MNT_NOWAIT)) == 0)
sbin/mount/mount.c
406
if ((numfs = getmntinfo(&sfp, MNT_WAIT)) == 0) {
sbin/mount/mount.c
662
mntsize = getmntinfo(&mntbuf, MNT_NOWAIT);
sbin/mount_lfs/mount_lfs.c
169
if ((mntsize = getmntinfo(&mntbuf, MNT_NOWAIT)) == 0)
sbin/newfs/newfs.c
523
n = getmntinfo(&mp, MNT_NOWAIT);
sbin/newfs_ext2fs/newfs_ext2fs.c
266
n = getmntinfo(&mp, MNT_NOWAIT);
sbin/newfs_msdos/mkfs_msdos.c
783
if (!(n = getmntinfo(&mp, MNT_NOWAIT))) {
sbin/tunefs/tunefs.c
495
if ((n = getmntinfo(&sfs, 0)) == -1) {
sbin/umount/umount.c
168
if ((mnts = getmntinfo(&mntbuf, ST_NOWAIT)) == 0) {
sbin/umount/umount.c
382
(mntsize = getmntinfo(&mntbuf, MNT_NOWAIT)) == 0) {
sys/sys/statvfs.h
160
int getmntinfo(struct statvfs **, int)
usr.bin/eject/eject.c
335
nmnts = getmntinfo(&mounts, MNT_NOWAIT);
usr.bin/quota/quota.c
490
nfst = getmntinfo(&fst, MNT_WAIT);
usr.bin/systat/df.c
134
nfss = getmntinfo(&fss, MNT_NOWAIT);
usr.bin/systat/df.c
147
nfss = getmntinfo(&fss, MNT_NOWAIT);
usr.sbin/autofs/automount.c
150
nitems = getmntinfo(&mntbuf, MNT_WAIT);
usr.sbin/autofs/automount.c
209
nitems = getmntinfo(&mntbuf, MNT_WAIT);
usr.sbin/autofs/automount.c
232
nitems = getmntinfo(&mntbuf, MNT_WAIT);
usr.sbin/autofs/autounmountd.c
111
nitems = getmntinfo(&mntbuf, MNT_WAIT);
usr.sbin/edquota/edquota.c
567
nfst = getmntinfo(&fst, MNT_WAIT);
usr.sbin/edquota/edquota.c
661
nfst = getmntinfo(&fst, MNT_WAIT);
usr.sbin/mountd/mountd.c
1260
mel_tab_len = getmntinfo(&fsp, MNT_NOWAIT);
usr.sbin/quot/quot.c
648
cnt = getmntinfo(&mp, MNT_NOWAIT);
usr.sbin/quotacheck/quotacheck.c
492
nfst = getmntinfo(&fst, MNT_WAIT);
usr.sbin/repquota/repquota.c
171
nfst = getmntinfo(&fst, MNT_WAIT);
usr.sbin/vnconfig/vnconfig.c
257
nmount = getmntinfo(&mnt, MNT_NOWAIT);