Searched refs:unix_syscall_kprintf (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/bsd/dev/arm/ |
| H A D | systemcalls.c | 112 #define unix_syscall_kprintf(x...) /* kprintf("unix_syscall: " x) */ in unix_syscall() macro 129 unix_syscall_kprintf("arm_get_syscall_args failed.\n"); in unix_syscall() 164 unix_syscall_kprintf("code %d (pid %d - %s, tid %lld)\n", code, in unix_syscall() 194 unix_syscall_kprintf("code %d, error %d, results %x, %x (pid %d - %s, tid %lld)\n", code, error, in unix_syscall() 421 unix_syscall_kprintf("%s: spillover...\n", __FUNCTION__); in arm_get_u32_syscall_args() 561 unix_syscall_kprintf("%s: spillover...\n", __FUNCTION__); in arm_get_u32_syscall_args()
|