Searched refs:cerror (Results 1 – 5 of 5) sorted by relevance
| /xnu-8792.41.9/libsyscall/custom/ |
| H A D | SYS.h | 82 #define UNIX_SYSCALL_NONAME(name, nargs, cerror) \ argument 86 BRANCH_EXTERN(tramp_##cerror) ;\ 89 #define UNIX_SYSCALL_NONAME(name, nargs, cerror) \ argument 93 BRANCH_EXTERN(tramp_##cerror) ;\ 105 #define PSEUDO(pseudo, name, nargs, cerror) \ argument 107 UNIX_SYSCALL_NONAME(name, nargs, cerror) 113 #define __SYSCALL2(pseudo, name, nargs, cerror) \ argument 114 PSEUDO(pseudo, name, nargs, cerror) ;\ 118 PSEUDO(pseudo, name, nargs, cerror) ;\ 135 .globl cerror ;\ [all …]
|
| H A D | __ptrace.s | 39 UNIX_SYSCALL_NONAME(ptrace, 4, cerror) 50 UNIX_SYSCALL_NONAME(ptrace, 4, cerror) 62 SYSCALL_NONAME(ptrace, 4, cerror) 70 SYSCALL_NONAME(ptrace, 4, cerror)
|
| H A D | errno.c | 75 cerror(int err) in cerror() function
|
| H A D | __syscall.s | 69 DO_SYSCALL(SYS_syscall, cerror)
|
| H A D | __vfork.s | 136 .globl cerror symbol
|