Searched defs:bootlan (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/BIOS/
H A Dboot.c163 uint8_t bootlan; local
204 bootlan=0;
225 case 0x04: bootlan=1; break;
247 print_boot_failure(bootcd, bootlan, bootdrv, 1, lastdrive);
258 if (bootlan == 1) {
274 print_boot_device(bootcd, bootlan, bootdrv);
281 print_boot_device(bootcd, bootlan, bootdrv);
290 print_boot_failure(bootcd, bootlan, bootdrv, 1, lastdrive);
295 if (bootcd == 0 && bootlan == 0) {
300 print_boot_failure(bootcd, bootlan, bootdr
[all...]

Completed in 269 milliseconds