Searched refs:descr_offset (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/fm/libdiskstatus/common/
H A Dds_scsi_uscsi.c737 uint8_t *descr_offset; local
750 descr_offset = (uint8_t *)(sdsp+1);
763 while ((descr_offset + sizeof (struct scsi_information_sense_descr)) <=
770 isd = (struct scsi_information_sense_descr *)descr_offset;
795 descr_offset += (isd->isd_addl_length + 2);
885 uint8_t *descr_offset; local
908 descr_offset = (uint8_t *)(rq+1); /* Pointer arithmetic */
923 while ((descr_offset + *(descr_offset + 1)) <=
931 isd = (struct scsi_information_sense_descr *)descr_offset;
[all...]
/osnet-11/usr/src/lib/scsi/libscsi/common/
H A Dscsi_status.c615 uint8_t *descr_offset; local
628 descr_offset = (uint8_t *)(sdsp+1);
641 while ((descr_offset + sizeof (struct scsi_information_sense_descr)) <=
648 isd = (struct scsi_information_sense_descr *)descr_offset;
673 descr_offset += (isd->isd_addl_length + 2);

Completed in 19 milliseconds