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

/darwin-on-arm/xnu/bsd/sys/
H A Dsysent.h49 uint16_t sy_arg_bytes; /* Total size of arguments in bytes for member in struct:sysent
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dsystemcalls.c150 if (callp->sy_arg_bytes != 0) {
153 assert((unsigned) callp->sy_arg_bytes <= sizeof (uthread->uu_arg));
157 nargs = callp->sy_arg_bytes;

Completed in 18 milliseconds