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

  /src/sys/arch/x86/x86/
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);
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);

Completed in 21 milliseconds