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
76 register_t code, args[8], rval[2];
81 code = frame->tf_eax;
85 switch (code) {
90 error = ufetch_long((void *)params, (u_long *)&code);
97 * Like syscall, but code is a quad, so as to maintain
102 (u_long *)&code);
111 code &= (SYS_NSYSENT - 1);
112 callp += code;
121 || (error = trace_enter(code, callp, args)) == 0) {
152 trace_exit(code, callp, args, rval, error);