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

  /src/sys/arch/arc/include/
bootinfo.h 38 #define BTINFO_NONE 0
  /src/sys/arch/epoc32/include/
bootinfo.h 39 #define BTINFO_NONE 0
  /src/sys/arch/sgimips/include/
bootinfo.h 38 #define BTINFO_NONE 0
  /src/sys/arch/arc/stand/boot/
bootinfo.c 50 bootinfo->type = BTINFO_NONE;
79 bi->type = BTINFO_NONE;
  /src/sys/arch/sgimips/stand/common/
bootinfo.c 50 bootinfo->type = BTINFO_NONE;
79 bi->type = BTINFO_NONE;
  /src/sys/arch/epoc32/stand/e32boot/exe/
e32boot.cpp 395 common->type = BTINFO_NONE;
409 while (entry->type != BTINFO_NONE) {
429 while (entry->type != BTINFO_NONE) {
  /src/sys/arch/epoc32/epoc32/
epoc32_start.S 79 cmp r2, #BTINFO_NONE
machdep.c 182 while (btinfo->type != BTINFO_NONE) {

Completed in 117 milliseconds