Home
last modified time | relevance | path

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

/original-bsd/usr.sbin/amd/config/
H A Dmtab_bsd.c57 struct statfs *mntbufp, *mntp; local
59 int nloc = getmntinfo(&mntbufp, MNT_NOWAIT);
67 for (mntp = mntbufp; mntp < mntbufp + nloc; mntp++) {
/original-bsd/lib/libc/gen/
H A Dgetmntinfo.c21 getmntinfo(mntbufp, flags) in getmntinfo() argument
22 struct statfs **mntbufp; in getmntinfo()
42 *mntbufp = mntbuf;