Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/vfs/
H A Dlongpaths.c1091 #define SYSCALL_TEST(name, expected_errno_off, expected_errno_on) \ macro
1118 SYSCALL_TEST(access, common_errno_off, common_errno_on)
1119 SYSCALL_TEST(faccessat, common_errno_off, common_errno_on)
1120 SYSCALL_TEST(fstatat, common_errno_off, common_errno_on)
1121 SYSCALL_TEST(F_GETPATH, F_GETPATH_errno, F_GETPATH_errno)
1123 SYSCALL_TEST(getattrlist_fileID, common_errno_off, common_errno_on)
1124 SYSCALL_TEST(getattrlist_nofirmlinkpath, common_errno_off, common_errno_on)
1125 SYSCALL_TEST(getattrlist_fullpath, common_errno_off, common_errno_on)
1126 SYSCALL_TEST(getattrlist_relpath, common_errno_off, common_errno_on)
1128 SYSCALL_TEST(lstat, common_errno_off, common_errno_on)
[all …]