Searched refs:getmntinfo (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Dmount.h1309 int getmntinfo(struct statfs **, int) __DARWIN_INODE64(getmntinfo); variable
/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dtests.c3033 my_result = getmntinfo( &my_infop, MNT_NOWAIT );
3035 printf( "getmntinfo failed with error %d - \"%s\" \n", errno, strerror( errno) );

Completed in 35 milliseconds