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

  /src/sys/arch/x68k/stand/boot_ufs/
boot_ufs.h 12 __dead void BOOT_ERROR(const char *msg);
bootmain.c 135 BOOT_ERROR("Can't boot from this partition");
317 BOOT_ERROR("bogus super block: "
369 BOOT_ERROR("can't load the secondary bootstrap nor the kernel.");
boot.S 50 #define BOOT_ERROR(s) jbsr boot_error; .asciz s; .even
104 BOOT_ERROR("MPU 68000?")
155 BOOT_ERROR("unsupported boot device")
158 | volatile void BOOT_ERROR(const char *msg);
167 ENTRY_NOPROFILE(BOOT_ERROR)
170 boot_error: lea %pc@(booterr_msg),%a1 label
198 BOOT_ERROR("READCAP failed")
250 read_error: BOOT_ERROR("read error")
414 | BOOT_ERROR("out of seek") | pos exceeds 32bi
    [all...]
  /src/sys/arch/x68k/stand/xxboot/
xxboot.h 33 extern void BOOT_ERROR(const char *) __dead;
bootmain.c 142 BOOT_ERROR("Bad Human68k partition table");
157 BOOT_ERROR("Can't find this partition?");
boot.S 54 #define BOOT_ERROR(s) jbsr boot_error; .asciz s; .even
78 | This will be printed on boot_error. And it also roles
138 BOOT_ERROR("MPU 68000?");
238 BOOT_ERROR("READCAP failed")
333 BOOT_ERROR("not supported device");
336 | void __dead BOOT_ERROR(const char *msg);
339 ENTRY_NOPROFILE(BOOT_ERROR)
343 | BOOT_ERROR(msg)
346 boot_error label
    [all...]
  /src/sys/arch/x68k/stand/libsa/
fdsub.S 73 #define BOOT_ERROR(a) movl #0,%d1; \
  /src/sys/arch/x68k/stand/common/
chkfmt.s 142 BOOT_ERROR("READ ID failed")

Completed in 18 milliseconds