sys_machdep.c | 79 static int x86_get_ioperm(struct lwp *, void *, register_t *); 395 x86_get_ioperm(struct lwp *l, void *args, register_t *retval) function in typeref:typename:int 729 case X86_GET_IOPERM: 730 error = x86_get_ioperm(l, SCARG(uap, parms), retval);
|