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

/macosx-10.10.1/xnu-2782.1.97/libsyscall/custom/
H A Derrno.c63 cerror_nocancel(int err) function
78 return cerror_nocancel(err);
H A D__gettimeofday.s51 UNIX_SYSCALL_NONAME(gettimeofday,0,cerror_nocancel)
H A D__pipe.s43 PSEUDO(___pipe, pipe, 0, cerror_nocancel)
H A D__getpid.s64 UNIX_SYSCALL_NONAME(getpid, 0, cerror_nocancel)
91 UNIX_SYSCALL_NONAME(getpid, 0, cerror_nocancel)
/macosx-10.10.1/xnu-2782.1.97/libsyscall/wrappers/unix03/
H A Dmmap.c52 extern void cerror_nocancel(int);
57 cerror_nocancel(EINVAL);

Completed in 108 milliseconds