Home
last modified time | relevance | path

Searched refs:getattrlist (Results 1 – 9 of 9) sorted by relevance

/xnu-11417.101.15/libsyscall/wrappers/legacy/ !
H A Dgetattrlist.c50 getattrlist(const char *path, void *attrList, void *attrBuf, in getattrlist() function
53 getattrlist(const char *path, void *attrList, void *attrBuf, in getattrlist()
/xnu-11417.101.15/bsd/man/man2/ !
H A Dgetdirentriesattr.245 .Xr getattrlist 2 .
50 .Xr getattrlist 2 .
107 .Xr getattrlist 2
126 .Xr getattrlist 2 .
233 .Xr getattrlist 2
263 .Xr getattrlist 2
274 .Xr getattrlist 2
482 .Xr getattrlist 2 ,
H A DMakefile83 getattrlist.2 \
/xnu-11417.101.15/tests/vfs/ !
H A Dgetattrlist_fstype.c68 T_ASSERT_POSIX_ZERO(getattrlist(tmpdir, &attrs, &attrbuf,
H A Dlongpaths.c410 int rc = getattrlist(path, &al, &buf, sizeof(buf), FSOPT_ATTR_CMN_EXTENDED); in test_getattrlist_fileID()
449 int rc = getattrlist(inpath, &al, &buf, sizeof(buf), FSOPT_ATTR_CMN_EXTENDED); in test_getattrlist_fullpath()
497 int rc = getattrlist(inpath, &al, &buf, sizeof(buf), FSOPT_ATTR_CMN_EXTENDED); in test_getattrlist_relpath()
532 T_QUIET; T_ASSERT_POSIX_SUCCESS(getattrlist(cwd, &mtptal, &mtptbuf, sizeof(mtptbuf), 0), NULL); in test_getattrlist_nofirmlinkpath()
564 int rc = getattrlist(inpath, &al, &buf, sizeof(buf), FSOPT_ATTR_CMN_EXTENDED); in test_getattrlist_nofirmlinkpath()
H A Dgetattrlist_mountextflags.c189 T_ASSERT_POSIX_SUCCESS(getattrlist(path, &attrs, &attrbuf, in test_getattrlist()
/xnu-11417.101.15/libsyscall/wrappers/ !
H A Dstatfs_ext.c85 ret = getattrlist(path, &al, attrbuf, sizeof(*attrbuf), FSOPT_NOFOLLOW | FSOPT_RETURN_REALDEV); in __statfs_ext_noblock()
/xnu-11417.101.15/libsyscall/Libsyscall.xcodeproj/ !
H A Dproject.pbxproj100 …A7C5BF11FF8DA6007669EB /* getattrlist.c in Sources */ = {isa = PBXBuildFile; fileRef = 24A7C5B111F…
531 …FF8DA6007669EB /* getattrlist.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
983 24A7C5B111FF8DA6007669EB /* getattrlist.c */,
1550 24A7C5BF11FF8DA6007669EB /* getattrlist.c in Sources */,
/xnu-11417.101.15/bsd/vfs/ !
H A Dvfs_attrlist.c3507 getattrlist(proc_t p, struct getattrlist_args *uap, __unused int32_t *retval) in getattrlist() function