| /netbsd/src/usr.bin/systat/ |
| D | df.c | 134 nfss = getmntinfo(&fss, MNT_NOWAIT); in initdf() 147 nfss = getmntinfo(&fss, MNT_NOWAIT); in fetchdf()
|
| /netbsd/src/tests/bin/df/ |
| D | Makefile | 14 SRCS= df.c getmntinfo.c
|
| D | getmntinfo.c | 208 getmntinfo(struct statvfs **mntbuf, int flags) in getmntinfo() function
|
| /netbsd/src/lib/libc/gen/ |
| D | getmntinfo.c | 54 getmntinfo(struct statvfs **mntbufp, int flags) in getmntinfo() function
|
| D | Makefile.inc | 20 getloadavg.c getlogin.c getmntinfo.c \ 69 getmntinfo.3 getnetgrent.3 getpagesize.3 getpass.3 \
|
| /netbsd/src/external/bsd/am-utils/dist/conf/checkmount/ |
| D | checkmount_bsd44.c | 61 nloc = getmntinfo(&mntbufp, MNT_NOWAIT); in fixmount_check_mount()
|
| D | checkmount_osf.c | 57 nentries = getmntinfo(&fslist, MNT_NOWAIT); in fixmount_check_mount()
|
| /netbsd/src/lib/libc/compat/gen/ |
| D | compat_getmntinfo.c | 53 __strong_alias(getmntinfo, __compat_getmntinfo) in __strong_alias() argument
|
| /netbsd/src/bin/df/ |
| D | df.c | 201 mntcount = getmntinfo(&mntbuf, MNT_NOWAIT); in main() 291 count = getmntinfo(&mntbuf, MNT_NOWAIT); in getmntpt() 367 return nflag ? count : (size_t)getmntinfo(mntbufp, MNT_WAIT); in regetmntinfo()
|
| /netbsd/src/tests/fs/nfs/nfsservice/ |
| D | getmntinfo.c | 59 getmntinfo(mntbufp, flags) in getmntinfo() function
|
| D | Makefile | 19 SRCS.rumpnfsd= rumpnfsd.c nfsd.c mountd.c getmntinfo.c get_net.c
|
| /netbsd/src/external/bsd/am-utils/dist/conf/mtab/ |
| D | mtab_bsd.c | 115 int nloc = getmntinfo(&mntbufp, MNT_NOWAIT); in read_mtab()
|
| D | mtab_osf.c | 120 int nloc = getmntinfo(&mntbufp, MNT_NOWAIT); in read_mtab()
|
| /netbsd/src/external/bsd/am-utils/dist/m4/macros/ |
| D | check_mnttab_location.m4 | 10 AC_CHECK_FUNCS(mntctl getmntinfo getmountent,
|
| /netbsd/src/sbin/mount/ |
| D | mount.c | 203 if ((mntsize = getmntinfo(&mntbuf, MNT_NOWAIT)) == 0) in main() 400 if ((numfs = getmntinfo(&sfp, MNT_WAIT)) == 0) { in mountfs() 647 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT); in getmntpt()
|
| /netbsd/src/sbin/umount/ |
| D | umount.c | 168 if ((mnts = getmntinfo(&mntbuf, ST_NOWAIT)) == 0) { in main() 375 (mntsize = getmntinfo(&mntbuf, MNT_NOWAIT)) == 0) { in getmntname()
|
| /netbsd/src/sys/sys/ |
| D | statvfs.h | 160 int getmntinfo(struct statvfs **, int)
|
| /netbsd/src/sbin/dump/ |
| D | snapshot.c | 85 n = getmntinfo(&mntbuf, MNT_NOWAIT); in snap_open()
|
| D | optr.c | 454 if ((mntbufc = getmntinfo(&mntbuf, MNT_NOWAIT)) == 0) in mntinfosearch()
|
| /netbsd/src/sbin/mount_lfs/ |
| D | mount_lfs.c | 169 if ((mntsize = getmntinfo(&mntbuf, MNT_NOWAIT)) == 0) in mount_lfs()
|
| /netbsd/src/usr.sbin/vnconfig/ |
| D | vnconfig.c | 257 nmount = getmntinfo(&mnt, MNT_NOWAIT); in show()
|
| /netbsd/src/external/cddl/osnet/ |
| D | TODO | 87 2) zfs unmount crash in getmntinfo
|
| /netbsd/src/external/bsd/am-utils/dist/conf/nfs_prot/ |
| D | nfs_prot_osf4.h | 212 extern int getmntinfo(struct statfs **mntbufp, int flags);
|
| /netbsd/src/sbin/newfs_ext2fs/ |
| D | newfs_ext2fs.c | 264 n = getmntinfo(&mp, MNT_NOWAIT); in main()
|
| /netbsd/src/usr.bin/eject/ |
| D | eject.c | 335 nmnts = getmntinfo(&mounts, MNT_NOWAIT); in unmount_dev()
|