Searched refs:bootunit (Results 1 – 4 of 4) sorted by relevance
45 static int bootunit; variable97 if (device_unit(dev) == bootunit) in device_register()122 bootunit = bi->bootdev[x] - '0'; in findroot()
222 int bootunit, bootpart; in get_bsdbootname() local243 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()
44 extern int bootunit;103 if (unit == bootunit) { in device_register()
106 int bootunit = -1; variable433 bootunit = root_bstr[7] - 'a'; in decode_bootstring()