Home
last modified time | relevance | path

Searched refs:rmaj (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/cpio/
H A Dcpio.c5821 major_t maj, rmaj; in read_hdr() local
5864 rmaj = cpioMAJOR(Gen.g_rdev); in read_hdr()
5870 Gen.g_rdev = (rmaj << 8) | rmin; in read_hdr()
5873 Gen.g_rdev = makedev(rmaj, rmin); in read_hdr()
5884 (uint_t *)&rmaj, (uint_t *)&rmin, (uint_t *)&Gen.g_namesz, in read_hdr()
5887 Gen.g_rdev = makedev(rmaj, rmin); in read_hdr()
/titanic_44/usr/src/uts/common/io/
H A Dbofi.c2220 major_t rmaj; in driver_under_test() local
2223 rmaj = ddi_name_to_major(rname); in driver_under_test()
2230 if (rmaj == ddi_name_to_major(&driver_list[i])) in driver_under_test()
2233 if (rmaj == ddi_name_to_major(&driver_list[i+1])) in driver_under_test()