Searched refs:default_partition (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/sys/arch/i386/stand/dosboot/ |
H A D | main.c | 55 static int default_unit, default_partition; variable 93 *partition = default_partition; in parsebootfile() 231 default_partition = 0; in main() 338 'a' + default_partition); in command_mode() 344 &default_partition, &file)) { in command_dev()
|
/netbsd-src/sys/arch/i386/stand/boot/ |
H A D | boot2.c | 118 static int default_unit, default_partition; variable 184 *partition = default_partition; in parsebootfile() 335 &default_partition, &default_part_name); in boot2() 525 'a' + default_partition); in command_dev() 531 &default_partition, &file)) { in command_dev()
|
/netbsd-src/sys/arch/zaurus/stand/zboot/ |
H A D | boot.c | 51 uint default_unit, default_partition; variable 97 *partition = default_partition; in parsebootfile() 195 default_partition = 0; in boot() 201 default_devname, default_unit, 'a' + default_partition, in boot()
|
H A D | boot.h | 41 extern uint default_unit, default_partition;
|
H A D | diskprobe.c | 110 default_partition = 0; in hardprobe() 140 default_partition = 0; in hardprobe()
|
/netbsd-src/sys/arch/landisk/stand/boot/ |
H A D | boot2.c | 76 static uint default_unit, default_partition; variable 120 *partition = default_partition; in parsebootfile() 238 boot_biossector, &default_partition); in boot2()
|
/netbsd-src/sys/arch/i386/stand/efiboot/ |
H A D | boot.c | 124 static int default_unit, default_partition; variable 150 *partition = default_partition; in parsebootfile() 295 &default_partition, &default_part_name); in boot() 493 default_partition)); in command_dev() 499 &default_partition, &file)) { in command_dev()
|
/netbsd-src/sys/dev/pci/ |
H A D | weaselreg.h | 54 uint8_t default_partition; /* default Weasel boot image */ member
|