Lines Matching defs:code
7 * This code is derived from software contributed to The NetBSD Foundation
13 * 1. Redistributions of source code must retain the above copyright
48 CONCAT(SYS_SYSCALL, _biglockcheck)(struct proc *p, int code)
55 (long)code, p->p_emul->e_name, curcpu()->ci_biglock_count);
65 syscallarg(int) code;
70 int code;
82 code = SCARG(uap, code) & (SYS_NSYSENT - 1);
83 SYSCALL_COUNT(syscall_counts, code);
84 callp += code;
91 CONCAT(SYS_SYSCALL, _biglockcheck)(p, code);
101 error = trace_enter(code, callp, TRACE_ARGS);
104 trace_exit(code, callp, &uap->args, rval, error);
105 CONCAT(SYS_SYSCALL, _biglockcheck)(p, code);