Searched refs:cdb_buf (Results 1 – 2 of 2) sorted by relevance
1354 uchar_t cdb_buf[CDB_GROUP1]; in scsi_log_sense() local1358 bzero(&cdb_buf, sizeof (cdb_buf)); in scsi_log_sense()1362 cdb_buf[0] = SCMD_LOG_SENSE_G1; in scsi_log_sense()1371 cdb_buf[2] = (0x01 << 6) | page_code; in scsi_log_sense()1373 cdb_buf[2] = page_code; in scsi_log_sense()1375 cdb_buf[7] = (uchar_t)((pagelen & 0xFF00) >> 8); in scsi_log_sense()1376 cdb_buf[8] = (uchar_t)(pagelen & 0x00FF); in scsi_log_sense()1378 ucmd_buf.uscsi_cdb = (char *)cdb_buf; in scsi_log_sense()1379 ucmd_buf.uscsi_cdblen = sizeof (cdb_buf); in scsi_log_sense()2184 uchar_t cdb_buf[CDB_GROUP1]; in scsi_mode_select() local[all …]
1955 uchar_t cdb_buf[CDB_GROUP1]; in scsi_log_sense() local1959 bzero((void *)&cdb_buf, sizeof (cdb_buf)); in scsi_log_sense()1963 cdb_buf[0] = SCMD_LOG_SENSE_G1; in scsi_log_sense()1964 cdb_buf[2] = (0x01 << 6) | page_code; in scsi_log_sense()1965 cdb_buf[7] = (uchar_t)((pagelen & 0xFF00) >> 8); in scsi_log_sense()1966 cdb_buf[8] = (uchar_t)(pagelen & 0x00FF); in scsi_log_sense()1968 ucmd_buf.uscsi_cdb = (char *)cdb_buf; in scsi_log_sense()1969 ucmd_buf.uscsi_cdblen = sizeof (cdb_buf); in scsi_log_sense()