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

  /src/sys/arch/newsmips/newsmips/
machdep.c 155 struct btinfo_systype *bi_systype; local in function:mach_init
183 bi_systype = lookup_bootinfo(BTINFO_SYSTYPE);
184 if (bi_systype)
185 systype = bi_systype->type;
machdep.c 155 struct btinfo_systype *bi_systype; local in function:mach_init
183 bi_systype = lookup_bootinfo(BTINFO_SYSTYPE);
184 if (bi_systype)
185 systype = bi_systype->type;

Completed in 61 milliseconds