| /src/tests/bin/df/ |
| Makefile | 14 SRCS= df.c getmntinfo.c
|
| getmntinfo.c | 1 /* $NetBSD: getmntinfo.c,v 1.1 2012/03/17 16:33:11 jruoho Exp $ */ 208 getmntinfo(struct statvfs **mntbuf, int flags) function
|
| /src/external/bsd/am-utils/dist/conf/checkmount/ |
| checkmount_bsd44.c | 61 nloc = getmntinfo(&mntbufp, MNT_NOWAIT); 63 perror("getmntinfo");
|
| checkmount_osf.c | 57 nentries = getmntinfo(&fslist, MNT_NOWAIT); 59 perror("getmntinfo");
|
| /src/lib/libc/compat/gen/ |
| compat_getmntinfo.c | 35 static char sccsid[] = "@(#)getmntinfo.c 8.1 (Berkeley) 6/4/93"; 53 __strong_alias(getmntinfo, __compat_getmntinfo)
|
| /src/lib/libc/gen/ |
| getmntinfo.c | 1 /* $NetBSD: getmntinfo.c,v 1.17 2012/03/20 16:36:05 matt Exp $ */ 35 static char sccsid[] = "@(#)getmntinfo.c 8.1 (Berkeley) 6/4/93"; 37 __RCSID("$NetBSD: getmntinfo.c,v 1.17 2012/03/20 16:36:05 matt Exp $"); 54 getmntinfo(struct statvfs **mntbufp, int flags) function
|
| Makefile.inc | 20 getloadavg.c getlogin.c getmntinfo.c \ 69 getmntinfo.3 getnetgrent.3 getpagesize.3 getpass.3 \
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/freebsd/sys/ |
| mount.d | 309 int getmntinfo(statfs_t**, int); 325 pragma(mangle, "getmntinfo@FBSD_1.5") int getmntinfo(statfs_t**, int); 334 pragma(mangle, "getmntinfo@FBSD_1.0") int getmntinfo(statfs_t**, int);
|
| /src/usr.bin/systat/ |
| df.c | 134 nfss = getmntinfo(&fss, MNT_NOWAIT); 136 error("init: getmntinfo error"); 147 nfss = getmntinfo(&fss, MNT_NOWAIT); 149 error("fetch: getmntinfo error");
|
| /src/tests/fs/nfs/nfsservice/ |
| getmntinfo.c | 1 /* $NetBSD: getmntinfo.c,v 1.2 2020/06/17 00:16:21 kamil Exp $ */ 35 static char sccsid[] = "@(#)getmntinfo.c 8.1 (Berkeley) 6/4/93"; 37 __RCSID("$NetBSD: getmntinfo.c,v 1.2 2020/06/17 00:16:21 kamil Exp $"); 59 getmntinfo(mntbufp, flags) function
|
| Makefile | 19 SRCS.rumpnfsd= rumpnfsd.c nfsd.c mountd.c getmntinfo.c get_net.c
|
| /src/external/bsd/am-utils/dist/conf/mtab/ |
| mtab_bsd.c | 115 int nloc = getmntinfo(&mntbufp, MNT_NOWAIT);
|
| mtab_osf.c | 120 int nloc = getmntinfo(&mntbufp, MNT_NOWAIT);
|
| /src/usr.sbin/autofs/ |
| automount.c | 150 nitems = getmntinfo(&mntbuf, MNT_WAIT); 152 log_err(1, "getmntinfo"); 209 nitems = getmntinfo(&mntbuf, MNT_WAIT); 211 log_err(1, "getmntinfo"); 232 nitems = getmntinfo(&mntbuf, MNT_WAIT); 234 log_err(1, "getmntinfo");
|
| autounmountd.c | 111 nitems = getmntinfo(&mntbuf, MNT_WAIT); 113 log_err(1, "getmntinfo");
|
| /src/sys/sys/ |
| statvfs.h | 160 int getmntinfo(struct statvfs **, int)
|
| /src/bin/df/ |
| df.c | 203 mntcount = getmntinfo(&mntbuf, MNT_NOWAIT); 293 count = getmntinfo(&mntbuf, MNT_NOWAIT); 369 return nflag ? count : (size_t)getmntinfo(mntbufp, MNT_WAIT);
|
| /src/sbin/dump/ |
| snapshot.c | 85 n = getmntinfo(&mntbuf, MNT_NOWAIT);
|
| optr.c | 454 if ((mntbufc = getmntinfo(&mntbuf, MNT_NOWAIT)) == 0)
|
| /src/sbin/mount_lfs/ |
| mount_lfs.c | 169 if ((mntsize = getmntinfo(&mntbuf, MNT_NOWAIT)) == 0) 170 err(EXIT_FAILURE, "getmntinfo");
|
| /src/sbin/mount/ |
| mount.c | 209 if ((mntsize = getmntinfo(&mntbuf, MNT_NOWAIT)) == 0) 210 err(EXIT_FAILURE, "getmntinfo"); 406 if ((numfs = getmntinfo(&sfp, MNT_WAIT)) == 0) { 407 warn("getmntinfo"); 662 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT);
|
| /src/sbin/umount/ |
| umount.c | 168 if ((mnts = getmntinfo(&mntbuf, ST_NOWAIT)) == 0) { 169 warn("getmntinfo"); 382 (mntsize = getmntinfo(&mntbuf, MNT_NOWAIT)) == 0) { 383 warn("getmntinfo");
|
| /src/usr.bin/eject/ |
| eject.c | 335 nmnts = getmntinfo(&mounts, MNT_NOWAIT); 337 err(1, "getmntinfo");
|
| /src/usr.sbin/vnconfig/ |
| vnconfig.c | 257 nmount = getmntinfo(&mnt, MNT_NOWAIT);
|
| /src/external/bsd/am-utils/dist/conf/nfs_prot/ |
| nfs_prot_osf4.h | 212 extern int getmntinfo(struct statfs **mntbufp, int flags);
|