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