Searched refs:SYSCALL_NONAME_0to4 (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.61.5/libsyscall/custom/ |
| H A D | SYS.h | 323 #define SYSCALL_NONAME(name, nargs, cerror) SYSCALL_NONAME_0to4(name, cerror) 351 #define SYSCALL_NONAME_0to4(name, cerror) \ macro 385 #define SYSCALL_NONAME_0(name, cerror) SYSCALL_NONAME_0to4(name, cerror) 386 #define SYSCALL_NONAME_1(name, cerror) SYSCALL_NONAME_0to4(name, cerror) 387 #define SYSCALL_NONAME_2(name, cerror) SYSCALL_NONAME_0to4(name, cerror) 388 #define SYSCALL_NONAME_3(name, cerror) SYSCALL_NONAME_0to4(name, cerror) 399 #define SYSCALL_NONAME_0(name, cerror) SYSCALL_NONAME_0to4(name, cerror) 400 #define SYSCALL_NONAME_1(name, cerror) SYSCALL_NONAME_0to4(name, cerror) 401 #define SYSCALL_NONAME_2(name, cerror) SYSCALL_NONAME_0to4(name, cerror) 402 #define SYSCALL_NONAME_3(name, cerror) SYSCALL_NONAME_0to4(name, cerror) [all …]
|