Home
last modified time | relevance | path

Searched refs:boot_dev_type (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/arch/alpha/alpha/
H A Dautoconf.c305 bd.boot_dev_type = atoi(boot_fields[6]); in parse_prom_bootdev()
312 bd.remote_address, bd.unit, bd.boot_dev_type, bd.ctrl_dev_type); in parse_prom_bootdev()
H A Ddec_3000_300.c214 switch (b->boot_dev_type) { in dec_3000_300_device_register()
H A Ddec_3000_500.c234 switch (b->boot_dev_type) { in dec_3000_500_device_register()
H A Ddec_2000_300.c256 switch (b->boot_dev_type) { in dec_2000_300_device_register()
H A Ddec_kn300.c243 printf(" un:%d bdt:%d", b->unit, b->boot_dev_type); in dec_kn300_device_register()
H A Ddec_kn8ae.c139 printf(" un:%d bdt:%d", b->unit, b->boot_dev_type); in dec_kn8ae_device_register()
/netbsd-src/sys/arch/alpha/include/
H A Dautoconf.h47 int boot_dev_type; member