Home
last modified time | relevance | path

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

/NextBSD/contrib/netbsd-tests/fs/nfs/nfsservice/
HDgetmntinfo.c58 getmntinfo(mntbufp, flags) in getmntinfo() argument
59 struct statvfs **mntbufp; in getmntinfo()
66 _DIAGASSERT(mntbufp != NULL);
83 *mntbufp = mntbuf;
/NextBSD/contrib/amd/conf/mtab/
HDmtab_bsd.c112 struct statfs *mntbufp, *mntp; in read_mtab() local
114 int nloc = getmntinfo(&mntbufp, MNT_NOWAIT); in read_mtab()
121 for (mntp = mntbufp; mntp < mntbufp + nloc; mntp++) { in read_mtab()
/NextBSD/contrib/amd/conf/checkmount/
HDcheckmount_bsd44.c55 struct statfs *mntbufp, *mntp; in fixmount_check_mount() local
60 nloc = getmntinfo(&mntbufp, MNT_NOWAIT); in fixmount_check_mount()
66 mntp = mntbufp; in fixmount_check_mount()
/NextBSD/lib/libc/gen/
HDgetmntinfo.c45 getmntinfo(struct statfs **mntbufp, int flags) in getmntinfo() argument
64 *mntbufp = mntbuf; in getmntinfo()
/NextBSD/bin/df/
HDdf.c337 regetmntinfo(struct statfs **mntbufp, long mntsize, const char **vfslist) in regetmntinfo() argument
343 return (nflag ? mntsize : getmntinfo(mntbufp, MNT_WAIT)); in regetmntinfo()
345 mntbuf = *mntbufp; in regetmntinfo()
/NextBSD/usr.sbin/mountd/
HDmountd.c1717 struct statfs *fsp, *mntbufp; in get_exportlist() local
1772 num = getmntinfo(&mntbufp, MNT_NOWAIT); in get_exportlist()
1784 fsp = &mntbufp[i]; in get_exportlist()