HomeSort by: relevance | last modified time | path
    Searched defs:boot_error (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/x68k/stand/boot_ufs/
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...]
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/
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...]
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...]

Completed in 24 milliseconds