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

  /src/sys/arch/newsmips/include/
bootinfo.h 40 #define BTINFO_BOOTARG 3
56 struct btinfo_bootarg { struct
  /src/sys/arch/newsmips/stand/boot/
boot.c 71 struct btinfo_bootarg bi_arg;
193 bi_add(&bi_arg, BTINFO_BOOTARG, sizeof(bi_arg));
  /src/sys/arch/newsmips/newsmips/
machdep.c 154 struct btinfo_bootarg *bi_arg;
168 bi_arg = lookup_bootinfo(BTINFO_BOOTARG);
209 panic("%s requires BTINFO_BOOTARG to boot",

Completed in 12 milliseconds