Home | Sort by: relevance | last modified time | path |
/src/sys/arch/mmeye/mmeye/ | |
autoconf.c | 45 static int bootunit; variable in typeref:typename:int 97 if (device_unit(dev) == bootunit) 122 bootunit = bi->bootdev[x] - '0'; |
/src/sys/arch/cobalt/stand/boot/ | |
boot.c | 222 int bootunit, bootpart; local in function:get_bsdbootname 243 bootunit = spec[7] - 'a'; 245 if (bootunit >= 0 && bootunit < 2 && 247 bootdev[sizeof(bootdev) - 3] = '0' + bootunit; |
/src/sys/arch/cobalt/cobalt/ | |
machdep.c | 106 int bootunit = -1; variable in typeref:typename:int 433 bootunit = root_bstr[7] - 'a'; |