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

/darwin-on-arm/xnu/bsd/dev/arm/
H A Dstubs.c69 arg_ptr = (void *) (ut->uu_arg);
H A Dunix_syscalls.c169 uthread->uu_arg[i] = state->r[i];
176 uthread->uu_arg[i] = state->r[i + 1];
191 error = (*(callp->sy_call)) (p, (void *) uthread->uu_arg, &(uthread->uu_rval[0]));
195 kprintf("SYSCALL: %s (%d, routine %p), args %p, return %x (%x, %x) pc 0x%08x\n", syscallnames[code >= NUM_SYSENT ? 63 : code], code, callp->sy_call, (void *) uthread->uu_arg, error, uthread->uu_rval[0], uthread->uu_rval[1], state->pc);
/darwin-on-arm/xnu/bsd/sys/
H A Duser.h115 u_int64_t uu_arg[8]; /* arguments to current system call */ member in struct:uthread
117 u_int32_t uu_arg[8]; /* ARM uses a 32-bit syscall ABI */
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dstubs.c131 arg_ptr = (void *)(ut->uu_arg);
H A Dsystemcalls.c148 vt = (void *)uthread->uu_arg;
153 assert((unsigned) callp->sy_arg_bytes <= sizeof (uthread->uu_arg));
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_mac.c152 (void *)uthread->uu_arg);
184 (void *) uthread->uu_arg, error, retval,

Completed in 28 milliseconds