Searched refs:getmntinfo (Results 1 - 25 of 25) sorted by relevance

/freebsd-10-stable/contrib/amd/conf/checkmount/
H A Dcheckmount_bsd44.c59 nloc = getmntinfo(&mntbufp, MNT_NOWAIT);
61 perror("getmntinfo");
/freebsd-10-stable/lib/libc/gen/
H A Dgetmntinfo.c31 static char sccsid[] = "@(#)getmntinfo.c 8.1 (Berkeley) 6/4/93";
34 __FBSDID("$FreeBSD: stable/10/lib/libc/gen/getmntinfo.c 309485 2016-12-03 17:17:42Z ngie $");
45 getmntinfo(mntbufp, flags) function
H A DMakefile.inc64 getmntinfo.c \
214 getmntinfo.3 \
H A DSymbol.map172 getmntinfo;
/freebsd-10-stable/contrib/netbsd-tests/fs/nfs/nfsservice/
H A Dgetmntinfo.c1 /* $NetBSD: getmntinfo.c,v 1.1 2010/07/26 15:53:00 pooka Exp $ */
35 static char sccsid[] = "@(#)getmntinfo.c 8.1 (Berkeley) 6/4/93";
37 __RCSID("$NetBSD: getmntinfo.c,v 1.1 2010/07/26 15:53:00 pooka Exp $");
58 getmntinfo(mntbufp, flags) function
/freebsd-10-stable/contrib/amd/conf/mtab/
H A Dmtab_bsd.c113 int nloc = getmntinfo(&mntbufp, MNT_NOWAIT);
/freebsd-10-stable/usr.sbin/autofs/
H A Dautomount.c190 nitems = getmntinfo(&mntbuf, MNT_WAIT);
192 log_err(1, "getmntinfo");
265 nitems = getmntinfo(&mntbuf, MNT_WAIT);
267 log_err(1, "getmntinfo");
288 nitems = getmntinfo(&mntbuf, MNT_WAIT);
290 log_err(1, "getmntinfo");
H A Dautounmountd.c108 nitems = getmntinfo(&mntbuf, MNT_WAIT);
110 log_err(1, "getmntinfo");
/freebsd-10-stable/usr.sbin/snapinfo/
H A Dsnapinfo.c101 fscount = getmntinfo(&mntbuf, MNT_WAIT);
/freebsd-10-stable/contrib/hyperv/tools/
H A Dhv_vss_daemon.c56 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT);
91 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT);
/freebsd-10-stable/contrib/netbsd-tests/bin/df/
H A Dgetmntinfo.c1 /* $NetBSD: getmntinfo.c,v 1.1 2012/03/17 16:33:11 jruoho Exp $ */
208 getmntinfo(struct statvfs **mntbuf, int flags) function
/freebsd-10-stable/sbin/fsck/
H A Dfsutil.c170 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT);
/freebsd-10-stable/bin/df/
H A Ddf.c216 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT);
341 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT);
361 return (nflag ? mntsize : getmntinfo(mntbufp, MNT_WAIT));
/freebsd-10-stable/sbin/fsck_ffs/
H A Dmain.c650 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT);
/freebsd-10-stable/sbin/mount/
H A Dmount.c329 if ((mntsize = getmntinfo(&mntbuf, MNT_NOWAIT)) == 0)
330 err(1, "getmntinfo");
696 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT);
/freebsd-10-stable/sbin/dump/
H A Dmain.c630 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT);
/freebsd-10-stable/usr.sbin/quot/
H A Dquot.c630 cnt = getmntinfo(&mp,MNT_NOWAIT);
/freebsd-10-stable/usr.bin/quota/
H A Dquota.c498 nfst = getmntinfo(&fst, MNT_NOWAIT);
/freebsd-10-stable/sbin/growfs/
H A Dgrowfs.c1279 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT);
1306 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT);
/freebsd-10-stable/usr.bin/nfsstat/
H A Dnfsstat.c124 mntlen = getmntinfo(&mntbuf, MNT_NOWAIT);
/freebsd-10-stable/sbin/newfs_nandfs/
H A Dnewfs_nandfs.c947 if (!(n = getmntinfo(&mp, MNT_NOWAIT)))
948 err(1, "getmntinfo");
/freebsd-10-stable/sys/sys/
H A Dmount.h940 int getmntinfo(struct statfs **, int);
/freebsd-10-stable/sbin/newfs_msdos/
H A Dnewfs_msdos.c755 if (!(n = getmntinfo(&mp, MNT_NOWAIT)))
756 err(1, "getmntinfo");
/freebsd-10-stable/lib/libugidfw/
H A Dugidfw.c334 numfs = getmntinfo(&mntbuf, MNT_NOWAIT);
/freebsd-10-stable/usr.sbin/mountd/
H A Dmountd.c1807 num = getmntinfo(&mntbufp, MNT_NOWAIT);

Completed in 166 milliseconds