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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsysent.h52 uint16_t sy_arg_bytes; /* Total size of arguments in bytes for member in struct:sysent
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Dsystemcalls.c129 if (callp->sy_arg_bytes != 0) {
132 assert((unsigned) callp->sy_arg_bytes <= sizeof (uthread->uu_arg));
136 nargs = callp->sy_arg_bytes;

Completed in 69 milliseconds