Home
last modified time | relevance | path

Searched refs:getmntinfo (Results 1 – 9 of 9) sorted by relevance

/original-bsd/lib/libc/gen/
H A Dgetmntinfo.c21 getmntinfo(mntbufp, flags) in getmntinfo() function
H A DMakefile.inc10 getmntinfo.c getnetgrent.c getpagesize.c getpass.c getpwent.c \
35 getmntinfo.0 getnetgrent.0 getpagesize.0 getpass.0 getpwent.0 \
/original-bsd/usr.sbin/amd/config/
H A Dmtab_bsd.c59 int nloc = getmntinfo(&mntbufp, MNT_NOWAIT);
/original-bsd/sbin/umount/
H A Dumount.c108 if ((mnts = getmntinfo(&mntbuf, MNT_NOWAIT)) == 0) {
292 (mntsize = getmntinfo(&mntbuf, MNT_NOWAIT)) == 0) {
/original-bsd/sbin/mount/
H A Dmount.c149 if ((mntsize = getmntinfo(&mntbuf, MNT_NOWAIT)) == 0)
393 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT);
/original-bsd/sys/sys/
H A Dmount.h284 int getmntinfo __P((struct statfs **, int));
/original-bsd/sbin/newfs/
H A Dnewfs.c319 n = getmntinfo(&mp, MNT_NOWAIT);
/original-bsd/share/man/man0/
H A Dman383 /usr/src/lib/libc/gen/getmntinfo.3
/original-bsd/sbin/mountd/
H A Dmountd.c651 num = getmntinfo(&fsp, MNT_NOWAIT); in get_exportlist()