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

  /src/sys/arch/x86/x86/
sys_machdep.c 81 static int x86_set_sdbase32(void *, char, lwp_t *, bool);
552 x86_set_sdbase32(void *arg, char which, lwp_t *l, bool direct) function in typeref:typename:int
607 return x86_set_sdbase32(arg, which, l, direct);
613 return x86_set_sdbase32(arg, which, l, direct);
sys_machdep.c 81 static int x86_set_sdbase32(void *, char, lwp_t *, bool);
552 x86_set_sdbase32(void *arg, char which, lwp_t *l, bool direct) function in typeref:typename:int
607 return x86_set_sdbase32(arg, which, l, direct);
613 return x86_set_sdbase32(arg, which, l, direct);

Completed in 22 milliseconds