Searched refs:unix_syscall_return (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dsystm.h179 extern void unix_syscall_return(int) __dead2;
/darwin-on-arm/xnu/bsd/dev/arm/
H A Dunix_syscalls.c263 void unix_syscall_return(int error) function
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_synch.c58 #include <sys/systm.h> /* for unix_syscall_return() */
128 unix_syscall_return((*ut->uu_continuation)(error));
H A Dkern_sig.c791 unix_syscall_return(EINTR);
854 unix_syscall_return(EINTR);
939 unix_syscall_return(error);
H A Dkern_exit.c273 unix_syscall_return(0);
H A Dkern_event.c1311 unix_syscall_return(error);
H A Dpthread_support.c874 /* not expected to return from unix_syscall_return */
875 panic("psynch_mtxcontinue returned from unix_syscall_return");
931 unix_syscall_return(error);
1408 /* not expected to return from unix_syscall_return */
1409 panic("psynch_cvcontinue returned from unix_syscall_return");
1505 unix_syscall_return(local_error);
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dsystemcalls.c471 unix_syscall_return(int error) function
548 "unix_syscall_return: error=%d retval=(%llu,%llu)\n",
583 "unix_syscall_return: error=%d retval=(%u,%u)\n",

Completed in 46 milliseconds