Searched refs:getattrlist (Results 1 - 5 of 5) sorted by relevance

/xnu-2422.115.4/libsyscall/wrappers/legacy/
H A Dgetattrlist.c46 * getattrlist stub, legacy version
50 getattrlist(const char *path, void *attrList, void *attrBuf, function
53 getattrlist(const char *path, void *attrList, void *attrBuf,
/xnu-2422.115.4/bsd/man/man2/
H A DMakefile64 getattrlist.2 \
/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A D32bit_inode_tests.c216 /* set up to validate results via multiple sources. we use getattrlist to get volume
224 my_err = getattrlist( "/", &my_attrlist, &my_attr_buf, sizeof(my_attr_buf), 0 );
226 printf( "getattrlist call failed. got errno %d - %s. \n", errno, strerror( errno ) );
255 printf( "fstatfs and getattrlist results do not match for volume block size \n" );
273 printf( "statfs and getattrlist results do not match for volume block size \n" );
H A Dtests.c1312 * Test fstatfs, getattrlist, getfsstat, statfs, getfsstat64, statfs64, fstatfs64 system calls.
1431 /* set up to validate results via multiple sources. we use getattrlist to get volume
1439 my_err = getattrlist( "/", &my_attrlist, &my_attr_buf, sizeof(my_attr_buf), 0 );
1441 printf( "getattrlist call failed. got errno %d - %s. \n", errno, strerror( errno ) );
1487 printf( "fstatfs and getattrlist results do not match for volume block size \n" );
1505 printf( "statfs and getattrlist results do not match for volume block size \n" );
4173 * Test getattrlist, getdirentriesattr, setattrlist system calls.
4256 my_err = getattrlist( my_pathp, &my_attrlist, &my_attr_buf[0], sizeof(my_attr_buf[0]), 0 );
4264 printf( "getattrlist call failed. got errno %d - %s. \n", errno, strerror( errno ) );
4269 printf( "getattrlist returne
[all...]
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_attrlist.c906 /* getattrlist is always supported now. */
2041 * Additionally, note that getattrlist is barred from being called on
2216 getattrlist(proc_t p, struct getattrlist_args *uap, __unused int32_t *retval) function
2244 /* Retain the namei reference until the getattrlist completes. */

Completed in 24 milliseconds