Searched refs:getmntinfo (Results 1 – 21 of 21) sorted by relevance
/openbsd/bin/df/ |
H A D | df.c | 121 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 D | mount.h | 29 PROTO_DEPRECATED(getmntinfo);
|
/openbsd/lib/libc/gen/ |
H A D | getmntinfo.c | 39 getmntinfo(struct statfs **mntbufp, int flags) in getmntinfo() function
|
H A D | Makefile.inc | 14 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 D | umount.c | 126 n = getmntinfo(&fs, MNT_NOWAIT); in umountall() 262 if ((n = getmntinfo(&mntbuf, MNT_NOWAIT)) == 0) { in getmntname()
|
/openbsd/usr.sbin/amd/amd/ |
H A D | mtab.c | 122 int nloc = getmntinfo(&mntbufp, MNT_NOWAIT); in read_mtab()
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors_netbsd_compat.inc | 28 #undef getmntinfo
|
H A D | sanitizer_common_interceptors.inc | 86 #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 D | mount.c | 222 if ((mntsize = getmntinfo(&mntbuf, MNT_NOWAIT)) == 0) in main() 630 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT); in getmntpt()
|
/openbsd/sbin/newfs_ext2fs/ |
H A D | newfs_ext2fs.c | 255 n = getmntinfo(&mp, MNT_NOWAIT); in main()
|
/openbsd/sys/sys/ |
H A D | mount.h | 627 int getmntinfo(struct statfs **, int);
|
/openbsd/usr.bin/quota/ |
H A D | quota.c | 440 nfst = getmntinfo(&fst, MNT_WAIT); in getprivs()
|
/openbsd/sbin/newfs/ |
H A D | newfs.c | 388 n = getmntinfo(&mp, MNT_NOWAIT); in main()
|
/openbsd/usr.sbin/quot/ |
H A D | quot.c | 582 cnt = getmntinfo(&mp, MNT_NOWAIT); in main()
|
/openbsd/usr.bin/fstat/ |
H A D | fstat.c | 911 nmounts = getmntinfo(&mntbuf, MNT_NOWAIT); in getfname()
|
/openbsd/sbin/newfs_msdos/ |
H A D | newfs_msdos.c | 677 if (!(n = getmntinfo(&mp, MNT_NOWAIT))) in check_mounted()
|
/openbsd/lib/libc/ |
H A D | Symbols.list | 665 getmntinfo
|
/openbsd/regress/usr.bin/tsort/ |
H A D | pairs1 | 233 getmntinfo.o getmntinfo.o 1523 getmntinfo.o malloc.o 1635 getmntinfo.o getfsstat.o 1818 getmntinfo.o malloc.o
|
/openbsd/sbin/mountd/ |
H A D | mountd.c | 1102 num = getmntinfo(&ofsp, MNT_NOWAIT); in get_exportlist()
|
/openbsd/libexec/snmpd/snmpd_metrics/ |
H A D | mib.c | 428 if ((mntsize = getmntinfo(&mntbuf, MNT_NOWAIT)) == 0) { in mib_hrstorage()
|
/openbsd/distrib/sets/lists/comp/ |
H A D | mi | 2638 ./usr/share/man/man3/getmntinfo.3
|