Symbol: trace_exit
sys/arch/aarch64/aarch64/aarch32_syscall.c
192
trace_exit(code, callp, args64buf.a64, rval, error);
sys/arch/alpha/alpha/linux_syscall.c
307
trace_exit(code, callp, args, rval, error);
sys/arch/amd64/amd64/linux32_syscall.c
107
trace_exit(code, callp, args64, rval, error);
sys/arch/amd64/amd64/linux_syscall.c
128
trace_exit(code, callp, args, rval, error);
sys/arch/amd64/amd64/netbsd32_syscall.c
113
trace_exit(code, callp, args64, rval, error);
sys/arch/arm/arm/linux_syscall.c
212
trace_exit(code, callp, args, rval, error);
sys/arch/i386/i386/linux_syscall.c
135
trace_exit(code, callp, args, rval, error);
sys/arch/m68k/m68k/linux_syscall.c
255
trace_exit(code, callp, args, rval, error);
sys/arch/m68k/m68k/m68k_syscall.c
394
trace_exit(code, callp, args, rval, error);
sys/arch/m68k/m68k/sunos_syscall.c
326
trace_exit(code, callp, args, rval, error);
sys/compat/freebsd/freebsd_syscall.c
152
trace_exit(code, callp, args, rval, error);
sys/kern/sys_syscall.c
104
trace_exit(code, callp, &uap->args, rval, error);
sys/sys/syscallvar.h
98
trace_exit(code, sy, uap, rval, error);
sys/sys/systm.h
629
void trace_exit(register_t, const struct sysent *, const void *,
tests/lib/libc/sys/t_ptrace_threads_wait.h
131
if (trace_exit)
tests/lib/libc/sys/t_ptrace_threads_wait.h
177
for (n = 0; n < (trace_exit ? __arraycount(t) : 0); n++) {
tests/lib/libc/sys/t_ptrace_threads_wait.h
232
#define TRACE_THREADS(test, trace_create, trace_exit, mask) \
tests/lib/libc/sys/t_ptrace_threads_wait.h
239
trace_exit ? "" : "out"); \
tests/lib/libc/sys/t_ptrace_threads_wait.h
245
trace_threads(trace_create, trace_exit, mask); \
tests/lib/libc/sys/t_ptrace_threads_wait.h
49
trace_threads(bool trace_create, bool trace_exit, bool masked)