HomeSort by: relevance | last modified time | path
    Searched defs:x86_set_ioperm (Results 1 - 4 of 4) sorted by relevancy

  /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);

Completed in 44 milliseconds