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

/macosx-10.9.5/xnu-2422.115.4/bsd/security/audit/
H A Daudit_mac.c152 (void *)uthread->uu_arg);
184 (void *) uthread->uu_arg, error, retval,
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Duser.h134 u_int64_t uu_arg[8]; /* arguments to current system call */ member in struct:uthread
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/i386/
H A Dsystemcalls.c143 vt = (void *)uthread->uu_arg;
150 assert((unsigned) callp->sy_arg_bytes <= sizeof (uthread->uu_arg));

Completed in 175 milliseconds