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