Searched defs:lastdrive (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Devices/PC/BIOS/ |
H A D | boot.c | 118 uint8_t reason, uint8_t lastdrive) 126 // lastdrive: 1 boot drive is the last one in boot sequence 137 if (lastdrive==1) { 167 uint8_t lastdrive=0; local 202 if (bootseq<0x10) lastdrive = 1; 233 lastdrive = 1; 247 print_boot_failure(bootcd, bootlan, bootdrv, 1, lastdrive); 290 print_boot_failure(bootcd, bootlan, bootdrv, 1, lastdrive); 300 print_boot_failure(bootcd, bootlan, bootdrv, 1, lastdrive); 326 print_boot_failure(bootcd, bootlan, bootdrv, 0, lastdrive); 117 print_boot_failure(uint8_t cdboot, uint8_t lanboot, uint8_t drive, uint8_t reason, uint8_t lastdrive) argument [all...] |
Completed in 87 milliseconds