Home
last modified time | relevance | path

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

12

/netbsd/src/usr.bin/systat/
Ddf.c134 nfss = getmntinfo(&fss, MNT_NOWAIT); in initdf()
147 nfss = getmntinfo(&fss, MNT_NOWAIT); in fetchdf()
/netbsd/src/tests/bin/df/
DMakefile14 SRCS= df.c getmntinfo.c
Dgetmntinfo.c208 getmntinfo(struct statvfs **mntbuf, int flags) in getmntinfo() function
/netbsd/src/lib/libc/gen/
Dgetmntinfo.c54 getmntinfo(struct statvfs **mntbufp, int flags) in getmntinfo() function
DMakefile.inc20 getloadavg.c getlogin.c getmntinfo.c \
69 getmntinfo.3 getnetgrent.3 getpagesize.3 getpass.3 \
/netbsd/src/external/bsd/am-utils/dist/conf/checkmount/
Dcheckmount_bsd44.c61 nloc = getmntinfo(&mntbufp, MNT_NOWAIT); in fixmount_check_mount()
Dcheckmount_osf.c57 nentries = getmntinfo(&fslist, MNT_NOWAIT); in fixmount_check_mount()
/netbsd/src/lib/libc/compat/gen/
Dcompat_getmntinfo.c53 __strong_alias(getmntinfo, __compat_getmntinfo) in __strong_alias() argument
/netbsd/src/bin/df/
Ddf.c201 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/
Dgetmntinfo.c59 getmntinfo(mntbufp, flags) in getmntinfo() function
DMakefile19 SRCS.rumpnfsd= rumpnfsd.c nfsd.c mountd.c getmntinfo.c get_net.c
/netbsd/src/external/bsd/am-utils/dist/conf/mtab/
Dmtab_bsd.c115 int nloc = getmntinfo(&mntbufp, MNT_NOWAIT); in read_mtab()
Dmtab_osf.c120 int nloc = getmntinfo(&mntbufp, MNT_NOWAIT); in read_mtab()
/netbsd/src/external/bsd/am-utils/dist/m4/macros/
Dcheck_mnttab_location.m410 AC_CHECK_FUNCS(mntctl getmntinfo getmountent,
/netbsd/src/sbin/mount/
Dmount.c203 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/
Dumount.c168 if ((mnts = getmntinfo(&mntbuf, ST_NOWAIT)) == 0) { in main()
375 (mntsize = getmntinfo(&mntbuf, MNT_NOWAIT)) == 0) { in getmntname()
/netbsd/src/sys/sys/
Dstatvfs.h160 int getmntinfo(struct statvfs **, int)
/netbsd/src/sbin/dump/
Dsnapshot.c85 n = getmntinfo(&mntbuf, MNT_NOWAIT); in snap_open()
Doptr.c454 if ((mntbufc = getmntinfo(&mntbuf, MNT_NOWAIT)) == 0) in mntinfosearch()
/netbsd/src/sbin/mount_lfs/
Dmount_lfs.c169 if ((mntsize = getmntinfo(&mntbuf, MNT_NOWAIT)) == 0) in mount_lfs()
/netbsd/src/usr.sbin/vnconfig/
Dvnconfig.c257 nmount = getmntinfo(&mnt, MNT_NOWAIT); in show()
/netbsd/src/external/cddl/osnet/
DTODO87 2) zfs unmount crash in getmntinfo
/netbsd/src/external/bsd/am-utils/dist/conf/nfs_prot/
Dnfs_prot_osf4.h212 extern int getmntinfo(struct statfs **mntbufp, int flags);
/netbsd/src/sbin/newfs_ext2fs/
Dnewfs_ext2fs.c264 n = getmntinfo(&mp, MNT_NOWAIT); in main()
/netbsd/src/usr.bin/eject/
Deject.c335 nmnts = getmntinfo(&mounts, MNT_NOWAIT); in unmount_dev()

12