Searched refs:cerror_nocancel (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215.81.4/libsyscall/custom/ |
| H A D | __gettimeofday.s | 80 UNIX_SYSCALL_NONAME(gettimeofday,0,cerror_nocancel) 96 __SYSCALL2(___gettimeofday_with_mach, gettimeofday, 3, cerror_nocancel) 103 SYSCALL_NONAME(gettimeofday, 3, cerror_nocancel) 108 __SYSCALL2(___gettimeofday_with_mach, gettimeofday, 3, cerror_nocancel) 115 SYSCALL_NONAME(gettimeofday, 3, cerror_nocancel)
|
| H A D | __pipe.s | 43 PSEUDO(___pipe, pipe, 0, cerror_nocancel) 54 SYSCALL_NONAME(pipe, 0, cerror_nocancel) 64 SYSCALL_NONAME(pipe, 0, cerror_nocancel)
|
| H A D | __getpid.s | 64 UNIX_SYSCALL_NONAME(getpid, 0, cerror_nocancel) 91 UNIX_SYSCALL_NONAME(getpid, 0, cerror_nocancel) 124 SYSCALL_NONAME(getpid, 0, cerror_nocancel) 166 SYSCALL_NONAME(getpid, 0, cerror_nocancel)
|
| H A D | errno.c | 63 cerror_nocancel(int err) in cerror_nocancel() function 78 return cerror_nocancel(err); in cerror()
|
| /xnu-11215.81.4/libsyscall/wrappers/unix03/ |
| H A D | mmap.c | 55 extern void cerror_nocancel(int); in mmap() 59 cerror_nocancel(EINVAL); in mmap()
|