/src/sys/sys/ |
syscallvar.h | 98 trace_exit(code, sy, uap, rval, error);
|
systm.h | 619 void trace_exit(register_t, const struct sysent *, const void *,
|
/src/sys/arch/amd64/amd64/ |
linux_syscall.c | 128 trace_exit(code, callp, args, rval, error);
|
linux32_syscall.c | 107 trace_exit(code, callp, args64, rval, error);
|
netbsd32_syscall.c | 113 trace_exit(code, callp, args64, rval, error);
|
/src/sys/kern/ |
sys_syscall.c | 104 trace_exit(code, callp, &uap->args, rval, error);
|
kern_syscall.c | 279 trace_exit(register_t code, const struct sysent *sy, const void *args, function in typeref:typename:void
|
/src/sys/arch/i386/i386/ |
linux_syscall.c | 135 trace_exit(code, callp, args, rval, error);
|
/src/sys/compat/freebsd/ |
freebsd_syscall.c | 152 trace_exit(code, callp, args, rval, error);
|
/src/sys/arch/arm/arm/ |
linux_syscall.c | 212 trace_exit(code, callp, args, rval, error);
|
/src/sys/arch/m68k/m68k/ |
linux_syscall.c | 255 trace_exit(code, callp, args, rval, error);
|
sunos_syscall.c | 326 trace_exit(code, callp, args, rval, error);
|
m68k_syscall.c | 401 trace_exit(code, callp, args, rval, error);
|
/src/tests/lib/libc/sys/ |
t_ptrace_threads_wait.h | 49 trace_threads(bool trace_create, bool trace_exit, bool masked) 131 if (trace_exit) 177 for (n = 0; n < (trace_exit ? __arraycount(t) : 0); n++) { 232 #define TRACE_THREADS(test, trace_create, trace_exit, mask) \ 239 trace_exit ? "" : "out"); \ 245 trace_threads(trace_create, trace_exit, mask); \
|
/src/sys/arch/alpha/alpha/ |
linux_syscall.c | 307 trace_exit(code, callp, args, rval, error);
|
/src/sys/arch/aarch64/aarch64/ |
aarch32_syscall.c | 165 * XXX: trace_enter()/trace_exit() called from sy_invoke() expects 167 * therefore call trace_enter(), sy_call(), trace_exit() manually. 179 /* build 64bit args for trace_enter()/trace_exit() */ 192 trace_exit(code, callp, args64buf.a64, rval, error);
|