Searched refs:B_UNIT (Results 1 – 4 of 4) sorted by relevance
199 (B_UNIT(bootdev) == B_UNIT(hit->bsd_dev))) { in dkcsumattach()215 if (B_UNIT(bootdev) == (hit->bios_number & 0x7F)) { in dkcsumattach()
265 unit = B_UNIT(bootdev); in setroot()
77 #define B_UNIT(val) (((val) >> B_UNITSHIFT) & B_UNITMASK) macro
400 B_CONTROLLER(bsd_dev), B_UNIT(bsd_dev), part); in biosopen()