Home
last modified time | relevance | path

Searched refs:bootunit (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/mmeye/mmeye/
H A Dautoconf.c45 static int bootunit; variable
97 if (device_unit(dev) == bootunit) in device_register()
122 bootunit = bi->bootdev[x] - '0'; in findroot()
/netbsd-src/sys/arch/cobalt/stand/boot/
H A Dboot.c222 int bootunit, bootpart; in get_bsdbootname() local
243 bootunit = spec[7] - 'a'; in get_bsdbootname()
245 if (bootunit >= 0 && bootunit < 2 && in get_bsdbootname()
247 bootdev[sizeof(bootdev) - 3] = '0' + bootunit; in get_bsdbootname()
/netbsd-src/sys/arch/cobalt/cobalt/
H A Dautoconf.c44 extern int bootunit;
103 if (unit == bootunit) { in device_register()
H A Dmachdep.c106 int bootunit = -1; variable
433 bootunit = root_bstr[7] - 'a'; in decode_bootstring()