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

  /src/sys/arch/x86/x86/
sys_machdep.c 83 static int x86_get_sdbase32(void *, char);
651 x86_get_sdbase32(void *arg, char which) function in typeref:typename:int
664 panic("x86_get_sdbase32");
675 return x86_get_sdbase32(arg, which);
681 return x86_get_sdbase32(arg, which);
sys_machdep.c 83 static int x86_get_sdbase32(void *, char);
651 x86_get_sdbase32(void *arg, char which) function in typeref:typename:int
664 panic("x86_get_sdbase32");
675 return x86_get_sdbase32(arg, which);
681 return x86_get_sdbase32(arg, which);

Completed in 304 milliseconds