Home
last modified time | relevance | path

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

/openbsd/bin/df/
H A Ddf.c121 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT); in main()
185 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT); in getmntpt()
257 return (nflag ? mntsize : getmntinfo(mntbufp, MNT_WAIT)); in regetmntinfo()
/openbsd/lib/libc/hidden/sys/
H A Dmount.h29 PROTO_DEPRECATED(getmntinfo);
/openbsd/lib/libc/gen/
H A Dgetmntinfo.c39 getmntinfo(struct statfs **mntbufp, int flags) in getmntinfo() function
H A DMakefile.inc14 getloadavg.c getlogin.c getmntinfo.c getnetgrent.c getpagesize.c \
43 getmntinfo.3 getnetgrent.3 getpagesize.3 getpass.3 getprogname.3 \
/openbsd/sbin/umount/
H A Dumount.c126 n = getmntinfo(&fs, MNT_NOWAIT); in umountall()
262 if ((n = getmntinfo(&mntbuf, MNT_NOWAIT)) == 0) { in getmntname()
/openbsd/usr.sbin/amd/amd/
H A Dmtab.c122 int nloc = getmntinfo(&mntbufp, MNT_NOWAIT); in read_mtab()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_netbsd_compat.inc28 #undef getmntinfo
H A Dsanitizer_common_interceptors.inc86 #define getmntinfo __getmntinfo90
7910 INTERCEPTOR(int, getmntinfo, void **mntbufp, int flags) {
7912 COMMON_INTERCEPTOR_ENTER(ctx, getmntinfo, mntbufp, flags);
7913 int cnt = REAL(getmntinfo)(mntbufp, flags);
7925 #define INIT_GETMNTINFO COMMON_INTERCEPT_FUNCTION(getmntinfo)
/openbsd/sbin/mount/
H A Dmount.c222 if ((mntsize = getmntinfo(&mntbuf, MNT_NOWAIT)) == 0) in main()
630 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT); in getmntpt()
/openbsd/sbin/newfs_ext2fs/
H A Dnewfs_ext2fs.c255 n = getmntinfo(&mp, MNT_NOWAIT); in main()
/openbsd/sys/sys/
H A Dmount.h627 int getmntinfo(struct statfs **, int);
/openbsd/usr.bin/quota/
H A Dquota.c440 nfst = getmntinfo(&fst, MNT_WAIT); in getprivs()
/openbsd/sbin/newfs/
H A Dnewfs.c388 n = getmntinfo(&mp, MNT_NOWAIT); in main()
/openbsd/usr.sbin/quot/
H A Dquot.c582 cnt = getmntinfo(&mp, MNT_NOWAIT); in main()
/openbsd/usr.bin/fstat/
H A Dfstat.c911 nmounts = getmntinfo(&mntbuf, MNT_NOWAIT); in getfname()
/openbsd/sbin/newfs_msdos/
H A Dnewfs_msdos.c677 if (!(n = getmntinfo(&mp, MNT_NOWAIT))) in check_mounted()
/openbsd/lib/libc/
H A DSymbols.list665 getmntinfo
/openbsd/regress/usr.bin/tsort/
H A Dpairs1233 getmntinfo.o getmntinfo.o
1523 getmntinfo.o malloc.o
1635 getmntinfo.o getfsstat.o
1818 getmntinfo.o malloc.o
/openbsd/sbin/mountd/
H A Dmountd.c1102 num = getmntinfo(&ofsp, MNT_NOWAIT); in get_exportlist()
/openbsd/libexec/snmpd/snmpd_metrics/
H A Dmib.c428 if ((mntsize = getmntinfo(&mntbuf, MNT_NOWAIT)) == 0) { in mib_hrstorage()
/openbsd/distrib/sets/lists/comp/
H A Dmi2638 ./usr/share/man/man3/getmntinfo.3