HomeSort by: relevance | last modified time | path
    Searched refs:BTINFO_SYSTYPE (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/newsmips/include/
bootinfo.h 42 #define BTINFO_SYSTYPE 5
70 struct btinfo_systype { struct
  /src/sys/arch/newsmips/stand/boot/
boot.c 73 struct btinfo_systype bi_sys;
207 bi_add(&bi_sys, BTINFO_SYSTYPE, sizeof(bi_sys));
  /src/sys/arch/newsmips/newsmips/
machdep.c 155 struct btinfo_systype *bi_systype;
183 bi_systype = lookup_bootinfo(BTINFO_SYSTYPE);

Completed in 14 milliseconds