Searched refs:unix_syscall (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dsystemcalls.c65 unix_syscall(struct savearea *regs);
74 * Function: unix_syscall
81 unix_syscall(struct savearea *regs) function
250 panic("unix_syscall: unknown return type");
362 panic("unix_syscall: unknown return type");
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Dsystemcalls.c61 extern void unix_syscall(x86_saved_state_t *);
68 * Function: unix_syscall
75 unix_syscall(x86_saved_state_t *state) function
385 panic("unix_syscall: unknown return type");
488 panic("unix_syscall: unknown return type");
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dlocore.s821 CCALL1(unix_syscall, %ebx)
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dhw_exception.s449 bl EXT(unix_syscall) ; Check out unix...

Completed in 68 milliseconds