Searched refs:vpd_page (Results 1 – 1 of 1) sorted by relevance
138 caddr_t lun, uint32_t len, int vpd_page);1444 int cmd, caddr_t lun, uint32_t len, int vpd_page) in build_raid_path_request() argument1467 cdb[2] = (uint8_t)(vpd_page >> 8); in build_raid_path_request()1468 cdb[3] = (uint8_t)vpd_page; in build_raid_path_request()1476 cdb[2] = (uint8_t)vpd_page; in build_raid_path_request()1483 if (vpd_page & VPD_PAGE) { in build_raid_path_request()1485 cdb[2] = (uint8_t)vpd_page; in build_raid_path_request()