/src/sys/arch/x86/x86/ |
sys_machdep.c | 80 static int x86_set_ioperm(struct lwp *, void *, register_t *); 428 x86_set_ioperm(struct lwp *l, void *args, register_t *retval) function in typeref:typename:int 733 case X86_SET_IOPERM: 734 error = x86_set_ioperm(l, SCARG(uap, parms), retval);
|
sys_machdep.c | 80 static int x86_set_ioperm(struct lwp *, void *, register_t *); 428 x86_set_ioperm(struct lwp *l, void *args, register_t *retval) function in typeref:typename:int 733 case X86_SET_IOPERM: 734 error = x86_set_ioperm(l, SCARG(uap, parms), retval);
|
sys_machdep.c | 80 static int x86_set_ioperm(struct lwp *, void *, register_t *); 428 x86_set_ioperm(struct lwp *l, void *args, register_t *retval) function in typeref:typename:int 733 case X86_SET_IOPERM: 734 error = x86_set_ioperm(l, SCARG(uap, parms), retval);
|
sys_machdep.c | 80 static int x86_set_ioperm(struct lwp *, void *, register_t *); 428 x86_set_ioperm(struct lwp *l, void *args, register_t *retval) function in typeref:typename:int 733 case X86_SET_IOPERM: 734 error = x86_set_ioperm(l, SCARG(uap, parms), retval);
|