Searched refs:dtrace_systrace_syscall_return (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dsystrace.h80 extern void dtrace_systrace_syscall_return(unsigned short, int, int *);
H A Dsystrace.c266 dtrace_systrace_syscall_return(unsigned short code, int rval, int *rv) function
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dsystemcalls.c62 extern void dtrace_systrace_syscall_return(unsigned short, int, int *);
505 dtrace_systrace_syscall_return( code, error, uthread->uu_rval );
562 dtrace_systrace_syscall_return( code, error, uthread->uu_rval );

Completed in 25 milliseconds