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

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Dsystemcalls.c251 int args_in_regs; local
280 args_in_regs = 6;
294 args_in_regs = 5;
306 if (callp->sy_narg > args_in_regs) {
309 copyin_count = (callp->sy_narg - args_in_regs) * sizeof(uint64_t);

Completed in 24 milliseconds