Home
last modified time | relevance | path

Searched refs:cerror_nocancel (Results 1 – 5 of 5) sorted by relevance

/xnu-11215.81.4/libsyscall/custom/
H A D__gettimeofday.s80 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.s43 PSEUDO(___pipe, pipe, 0, cerror_nocancel)
54 SYSCALL_NONAME(pipe, 0, cerror_nocancel)
64 SYSCALL_NONAME(pipe, 0, cerror_nocancel)
H A D__getpid.s64 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 Derrno.c63 cerror_nocancel(int err) in cerror_nocancel() function
78 return cerror_nocancel(err); in cerror()
/xnu-11215.81.4/libsyscall/wrappers/unix03/
H A Dmmap.c55 extern void cerror_nocancel(int); in mmap()
59 cerror_nocancel(EINVAL); in mmap()