Searched refs:mntbufp (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/contrib/netbsd-tests/fs/nfs/nfsservice/ |
| D | getmntinfo.c | 58 getmntinfo(mntbufp, flags) in getmntinfo() argument 59 struct statvfs **mntbufp; in getmntinfo() 66 _DIAGASSERT(mntbufp != NULL); 83 *mntbufp = mntbuf;
|
| /freebsd-10-stable/contrib/amd/conf/mtab/ |
| D | mtab_bsd.c | 111 struct statfs *mntbufp, *mntp; in read_mtab() local 113 int nloc = getmntinfo(&mntbufp, MNT_NOWAIT); in read_mtab() 120 for (mntp = mntbufp; mntp < mntbufp + nloc; mntp++) { in read_mtab()
|
| /freebsd-10-stable/lib/libc/gen/ |
| D | getmntinfo.c | 45 getmntinfo(mntbufp, flags) in getmntinfo() argument 46 struct statfs **mntbufp; in getmntinfo() 66 *mntbufp = mntbuf;
|
| /freebsd-10-stable/contrib/amd/conf/checkmount/ |
| D | checkmount_bsd44.c | 54 struct statfs *mntbufp, *mntp; in fixmount_check_mount() local 59 nloc = getmntinfo(&mntbufp, MNT_NOWAIT); in fixmount_check_mount() 65 mntp = mntbufp; in fixmount_check_mount()
|
| /freebsd-10-stable/bin/df/ |
| D | df.c | 355 regetmntinfo(struct statfs **mntbufp, long mntsize, const char **vfslist) in regetmntinfo() argument 361 return (nflag ? mntsize : getmntinfo(mntbufp, MNT_WAIT)); in regetmntinfo() 363 mntbuf = *mntbufp; in regetmntinfo()
|
| /freebsd-10-stable/usr.sbin/mountd/ |
| D | mountd.c | 1751 struct statfs *fsp, *mntbufp; in get_exportlist() local 1807 num = getmntinfo(&mntbufp, MNT_NOWAIT); in get_exportlist() 1819 fsp = &mntbufp[i]; in get_exportlist()
|