Searched refs:getfsstat64 (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/Libc-997.90.3/gen/FreeBSD/
H A Dgetmntinfo64.c53 if (mntsize <= 0 && (mntsize = getfsstat64(0, 0, MNT_NOWAIT)) < 0)
55 if (bufsize > 0 && (mntsize = getfsstat64(mntbuf, bufsize, flags)) < 0)
63 if ((mntsize = getfsstat64(mntbuf, bufsize, flags)) < 0)
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dmount.h1293 int getfsstat64(struct statfs64 *, int, int) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_5,__MAC_10_6,__IPHONE_NA,__IPHONE_NA);
/macosx-10.9.5/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dtests.c1312 * Test fstatfs, getattrlist, getfsstat, statfs, getfsstat64, statfs64, fstatfs64 system calls.
1408 my_count = getfsstat64( (struct statfs64 *)my_buffer64p, my_buffer64_size, MNT_NOWAIT );
1410 printf( "getfsstat64 call failed. got errno %d - %s. \n", errno, strerror( errno ) );
1426 printf( "getfsstat64 call failed. could not find valid f_fstypename! \n" );
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c2647 getfsstat64(__unused proc_t p, struct getfsstat64_args *uap, int *retval) function

Completed in 144 milliseconds