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

  /src/sys/arch/cats/include/
cyclone_boot.h 46 uint32_t bt_magic; /* boot info magic number */ member in struct:ebsaboot
  /src/sys/arch/cats/cats/
cats_machdep.c 275 if (ebsabootinfo.bt_magic != BT_MAGIC_NUMBER_EBSA
276 && ebsabootinfo.bt_magic != BT_MAGIC_NUMBER_CATS)
278 ebsabootinfo.bt_magic);
282 VPRINTF("bt_magic = 0x%08x\n", ebsabootinfo.bt_magic);

Completed in 44 milliseconds