Searched refs:ctrl_m_pg (Results 1 – 1 of 1) sorted by relevance
/external/sg3_utils/lib/ |
D | sg_pt_common.c | 299 static uint8_t ctrl_m_pg[] = {0xa, 10, 2, 0, 0, 0, 0, 0, variable 311 memcpy(p, ctrl_m_pg, sizeof(ctrl_m_pg)); in resp_ctrl_m_pg() 316 return sizeof(ctrl_m_pg); in resp_ctrl_m_pg() 387 dsp->scsi_dsense = !! (0x4 & ctrl_m_pg[2]); in sntl_init_dev_stat() 612 if (ctrl_m_pg[1] == arr[off + 1]) { in sntl_resp_mode_select10() 613 memcpy(ctrl_m_pg + 2, arr + off + 2, in sntl_resp_mode_select10() 614 sizeof(ctrl_m_pg) - 2); in sntl_resp_mode_select10() 615 dsp->scsi_dsense = !!(ctrl_m_pg[2] & 0x4); in sntl_resp_mode_select10()
|