Searched refs:SYSCALL (Results 1 – 1 of 1) sorted by relevance
| /xnu-10063.141.1/libsyscall/custom/ |
| H A D | SYS.h | 318 #define SYSCALL(name, nargs, cerror) SYSCALL_##nargs(name, cerror) macro 322 #define SYSCALL(name, nargs, cerror) SYSCALL_0to4(name, cerror) macro 325 #define SYSCALL(name, nargs, cerror) SYSCALL_5(name, cerror) macro 328 #define SYSCALL(name, nargs, cerror) SYSCALL_6(name, cerror) macro 331 #define SYSCALL(name, nargs, cerror) SYSCALL_7(name, cerror) macro 334 #define SYSCALL(name, nargs, cerror) SYSCALL_8(name, cerror) macro 337 #define SYSCALL(name, nargs, cerror) SYSCALL_8(name, cerror) macro 340 #define SYSCALL(name, nargs, cerror) SYSCALL_8(name, cerror) macro 343 #define SYSCALL(name, nargs, cerror) SYSCALL_8(name, cerror) macro 346 #define SYSCALL(name, nargs, cerror) SYSCALL_12(name, cerror) macro
|