| /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 in typeref:typename:int
|
| /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 in typeref:typename:int
|
| Makefile.inc | 20 getloadavg.c getlogin.c getmntinfo.c \ 69 getmntinfo.3 getnetgrent.3 getpagesize.3 getpass.3 \
|
| /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/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 | 201 mntcount = getmntinfo(&mntbuf, MNT_NOWAIT); 291 count = getmntinfo(&mntbuf, MNT_NOWAIT); 367 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(1, "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/sbin/newfs_ext2fs/ |
| newfs_ext2fs.c | 264 n = getmntinfo(&mp, MNT_NOWAIT); 266 err(EXIT_FAILURE, "%s: getmntinfo", special);
|
| /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/usr.bin/quota/ |
| quota.c | 490 nfst = getmntinfo(&fst, MNT_WAIT);
|
| /src/usr.sbin/repquota/ |
| repquota.c | 171 nfst = getmntinfo(&fst, MNT_WAIT);
|
| /src/usr.sbin/edquota/ |
| edquota.c | 567 nfst = getmntinfo(&fst, MNT_WAIT); 661 nfst = getmntinfo(&fst, MNT_WAIT);
|
| /src/usr.sbin/quot/ |
| quot.c | 648 cnt = getmntinfo(&mp, MNT_NOWAIT);
|
| /src/sbin/tunefs/ |
| tunefs.c | 492 if ((n = getmntinfo(&sfs, 0)) == -1) { 493 warn("getmntinfo");
|