Symbol: getmntinfo
sbin/fsck/fsutil.c
226
mntsize = getmntinfo(&mntbuf, MNT_NOWAIT);
sbin/fsck/main.c
391
mntsize = getmntinfo(&mntbuf, MNT_NOWAIT);
sbin/hammer/cmd_cleanup.c
115
mntsize = getmntinfo(&stfsbuf, MNT_NOWAIT);
sbin/hammer/cmd_info.c
62
mntsize = getmntinfo(&stfsbuf, MNT_NOWAIT);
sbin/hammer2/cmd_cleanup.c
54
n = getmntinfo(&fsary, MNT_NOWAIT);
sbin/mount/mount.c
189
if ((mntsize = getmntinfo(&mntbuf, MNT_NOWAIT)) == 0)
sbin/mount/mount.c
554
mntsize = getmntinfo(&mntbuf, MNT_NOWAIT);
sbin/mount_ufs/mount.c
162
if ((mntsize = getmntinfo(&mntbuf, MNT_NOWAIT)) == 0)
sbin/mount_ufs/mount.c
511
mntsize = getmntinfo(&mntbuf, MNT_NOWAIT);
sbin/mountctl/mountctl.c
447
if ((count = getmntinfo(&sfs, MNT_WAIT)) > 0) {
sbin/mountd/mountd.c
1402
num = getmntinfo(&mntbufp, MNT_NOWAIT);
sbin/newfs/newfs.c
455
n = getmntinfo(&mp, MNT_NOWAIT);
sbin/newfs_msdos/mkfs_msdos.c
809
if (!(n = getmntinfo(&mp, MNT_NOWAIT))) {
sbin/vquota/vquota.c
411
nloc = getmntinfo(&mntbufp, MNT_NOWAIT|MNT_LOCAL);
sys/sys/mount.h
817
int getmntinfo (struct statfs **, int);
usr.bin/quota/quota.c
441
nfst = getmntinfo(&fst, MNT_NOWAIT);
usr.bin/truss/main.c
145
if ((mntsize = getmntinfo(&mntbuf, MNT_NOWAIT)) == 0)
usr.sbin/autofs/automount.c
145
nitems = getmntinfo(&mntbuf, MNT_WAIT);
usr.sbin/autofs/automount.c
204
nitems = getmntinfo(&mntbuf, MNT_WAIT);
usr.sbin/autofs/automount.c
227
nitems = getmntinfo(&mntbuf, MNT_WAIT);
usr.sbin/autofs/autounmountd.c
105
nitems = getmntinfo(&mntbuf, MNT_WAIT);
usr.sbin/installer/libaura/fspred.c
189
count = getmntinfo(&mt_array, MNT_WAIT);
usr.sbin/installer/libaura/fspred.c
203
count = getmntinfo(&mt_array, MNT_WAIT);
usr.sbin/installer/libaura/fspred.c
217
count = getmntinfo(&mt_array, MNT_WAIT);
usr.sbin/installer/libinstaller/mount.c
81
count = getmntinfo(&mt_array, MNT_WAIT);
usr.sbin/quot/quot.c
571
cnt = getmntinfo(&mp,MNT_NOWAIT);