/src/sys/arch/i386/stand/boot/ |
devopen.h | 3 extern int boot_biosdev;
|
devopen.c | 84 *biosdev = boot_biosdev;
|
boot2.c | 99 int boot_biosdev; variable in typeref:typename:int 290 if (exec_netbsd(filename, 0, howto, boot_biosdev < 0x80, clearit) < 0) 327 boot_biosdev = biosdev;
|
/src/sys/arch/i386/stand/efiboot/ |
devopen.h | 29 extern int boot_biosdev;
|
devopen.c | 291 bios2dev(boot_biosdev, boot_biossector, &devname, &unit, 293 if (efidisk_get_efi_system_partition(boot_biosdev, &partition))
|
boot.c | 46 int boot_biosdev; variable in typeref:typename:int 301 bios2dev(boot_biosdev, boot_biossector, &default_devname, &default_unit,
|
efidisk.c | 162 boot_biosdev = edi->dev;
|