Searched refs:mntbufp (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/amd/conf/checkmount/
H A Dcheckmount_bsd44.c54 struct statfs *mntbufp, *mntp; local
59 nloc = getmntinfo(&mntbufp, MNT_NOWAIT);
65 mntp = mntbufp;
/freebsd-10-stable/lib/libc/gen/
H A Dgetmntinfo.c45 getmntinfo(mntbufp, flags)
46 struct statfs **mntbufp;
66 *mntbufp = mntbuf;
/freebsd-10-stable/contrib/netbsd-tests/fs/nfs/nfsservice/
H A Dgetmntinfo.c58 getmntinfo(mntbufp, flags)
59 struct statvfs **mntbufp;
66 _DIAGASSERT(mntbufp != NULL);
83 *mntbufp = mntbuf;
/freebsd-10-stable/contrib/amd/conf/mtab/
H A Dmtab_bsd.c111 struct statfs *mntbufp, *mntp; local
113 int nloc = getmntinfo(&mntbufp, MNT_NOWAIT);
120 for (mntp = mntbufp; mntp < mntbufp + nloc; mntp++) {
/freebsd-10-stable/bin/df/
H A Ddf.c355 regetmntinfo(struct statfs **mntbufp, long mntsize, const char **vfslist) argument
361 return (nflag ? mntsize : getmntinfo(mntbufp, MNT_WAIT));
363 mntbuf = *mntbufp;
/freebsd-10-stable/usr.sbin/mountd/
H A Dmountd.c1751 struct statfs *fsp, *mntbufp; local
1807 num = getmntinfo(&mntbufp, MNT_NOWAIT);
1819 fsp = &mntbufp[i];

Completed in 129 milliseconds