scsi_sense
struct scsi_sense *ss = (void *)&acb->scsi_cmd;
struct scsi_sense *cmd_reqsense;
cmd_reqsense = (struct scsi_sense *)&cmd[0];
ADV_CCB_OFF(ccb) + offsetof(struct adv_ccb, scsi_sense);
s1 = &ccb->scsi_sense;
struct scsi_sense_data scsi_sense;
s1 = &ccb->scsi_sense;
scsiqp->vsense_addr = &ccb->scsi_sense;
ADW_CCB_OFF(ccb) + offsetof(struct adw_ccb, scsi_sense);
struct scsi_sense_data scsi_sense;
struct scsi_sense *ss = (void *)&acb->scsi_cmd;
struct scsi_sense *sc;
sc = (struct scsi_sense *)hscb->shared_data.idata.cdb;
struct scsi_sense *sc;
sc = (struct scsi_sense *)(&hscb->shared_data.cdb);
struct scsi_sense *sensecmd;
sensecmd = (struct scsi_sense *)pScb->SCB_CDB;
struct scsi_sense *ss = (void *)&ecb->cmd.cmd;
struct scsi_sense *cmd = (struct scsi_sense *)&xs->cmd;
struct scsi_sense *cmd = (struct scsi_sense *)&acb->ds->scsi_cmd;
struct scsi_sense *cmd = (struct scsi_sense *)&siop_cmd->cmd_c.siop_tables->xscmd;
siop_htoc32(&sc->sc_c, sizeof(struct scsi_sense));
struct scsi_sense *ss = (void *)&scb->sense.scb;
struct scsi_sense sc_sense_cmd;