Searched refs:SYSCALL_NONAME (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.81.4/libsyscall/custom/ |
| H A D | SYS.h | 319 #define SYSCALL_NONAME(name, nargs, cerror) SYSCALL_NONAME_##nargs(name, cerror) macro 323 #define SYSCALL_NONAME(name, nargs, cerror) SYSCALL_NONAME_0to4(name, cerror) macro 326 #define SYSCALL_NONAME(name, nargs, cerror) SYSCALL_NONAME_5(name, cerror) macro 329 #define SYSCALL_NONAME(name, nargs, cerror) SYSCALL_NONAME_6(name, cerror) macro 332 #define SYSCALL_NONAME(name, nargs, cerror) SYSCALL_NONAME_7(name, cerror) macro 335 #define SYSCALL_NONAME(name, nargs, cerror) SYSCALL_NONAME_8(name, cerror) macro 338 #define SYSCALL_NONAME(name, nargs, cerror) SYSCALL_NONAME_8(name, cerror) macro 341 #define SYSCALL_NONAME(name, nargs, cerror) SYSCALL_NONAME_8(name, cerror) macro 344 #define SYSCALL_NONAME(name, nargs, cerror) SYSCALL_NONAME_8(name, cerror) macro 347 #define SYSCALL_NONAME(name, nargs, cerror) SYSCALL_NONAME_12(name, cerror) macro [all …]
|
| H A D | __pipe.s | 54 SYSCALL_NONAME(pipe, 0, cerror_nocancel) 64 SYSCALL_NONAME(pipe, 0, cerror_nocancel)
|
| H A D | __ptrace.s | 62 SYSCALL_NONAME(ptrace, 4, cerror) 70 SYSCALL_NONAME(ptrace, 4, cerror)
|
| H A D | __gettimeofday.s | 103 SYSCALL_NONAME(gettimeofday, 3, cerror_nocancel) 115 SYSCALL_NONAME(gettimeofday, 3, cerror_nocancel)
|
| H A D | __getpid.s | 124 SYSCALL_NONAME(getpid, 0, cerror_nocancel) 166 SYSCALL_NONAME(getpid, 0, cerror_nocancel)
|