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

/freebsd-10.1-release/contrib/amd/conf/checkmount/
H A Dcheckmount_bsd44.c55 struct statfs *mntbufp, *mntp; local
60 nloc = getmntinfo(&mntbufp, MNT_NOWAIT);
66 mntp = mntbufp;
/freebsd-10.1-release/lib/libc/gen/
H A Dgetmntinfo.c45 getmntinfo(mntbufp, flags)
46 struct statfs **mntbufp;
66 *mntbufp = mntbuf;
/freebsd-10.1-release/contrib/amd/conf/mtab/
H A Dmtab_bsd.c112 struct statfs *mntbufp, *mntp; local
114 int nloc = getmntinfo(&mntbufp, MNT_NOWAIT);
121 for (mntp = mntbufp; mntp < mntbufp + nloc; mntp++) {
/freebsd-10.1-release/bin/df/
H A Ddf.c322 regetmntinfo(struct statfs **mntbufp, long mntsize, const char **vfslist) argument
328 return (nflag ? mntsize : getmntinfo(mntbufp, MNT_WAIT));
330 mntbuf = *mntbufp;
/freebsd-10.1-release/usr.sbin/mountd/
H A Dmountd.c1658 struct statfs *fsp, *mntbufp; local
1714 num = getmntinfo(&mntbufp, MNT_NOWAIT);
1726 fsp = &mntbufp[i];

Completed in 173 milliseconds