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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsysent.h45 int16_t sy_narg; /* number of args */ member in struct:sysent
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Dsystemcalls.c297 if (callp->sy_narg != 0) {
304 assert(callp->sy_narg <= 8);
306 if (callp->sy_narg > args_in_regs) {
309 copyin_count = (callp->sy_narg - args_in_regs) * sizeof(uint64_t);
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dsystemcalls.c132 if (callp->sy_narg != 0) {
151 if (callp->sy_narg > 7) {

Completed in 30 milliseconds