Searched refs:rmaj (Results 1 – 2 of 2) sorted by relevance
5828 major_t maj, rmaj; in read_hdr() local5856 rmaj = SVR3_MAJOR(Gen.g_rdev); in read_hdr()5860 Gen.g_rdev = makedev(rmaj, rmin); in read_hdr()5878 rmaj = SVR3_MAJOR(Gen.g_rdev); in read_hdr()5882 Gen.g_rdev = makedev(rmaj, rmin); in read_hdr()5895 (uint_t *)&rmaj, (uint_t *)&rmin, (uint_t *)&Gen.g_namesz, in read_hdr()5898 Gen.g_rdev = makedev(rmaj, rmin); in read_hdr()
2223 major_t rmaj; in driver_under_test() local2226 rmaj = ddi_name_to_major(rname); in driver_under_test()2233 if (rmaj == ddi_name_to_major(&driver_list[i])) in driver_under_test()2236 if (rmaj == ddi_name_to_major(&driver_list[i+1])) in driver_under_test()