Searched refs:sensep (Results 1 - 11 of 11) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/fm/libdiskstatus/common/
H A Dds_scsi_sim.c50 struct scsi_extended_sense *sensep = rqbuf; local
52 sensep->es_key = KEY_ILLEGAL_REQUEST;
53 sensep->es_add_len = 6;
54 sensep->es_code = CODE_FMT_FIXED_CURRENT;
55 sensep->es_add_code = ASC_INVALID_OPCODE;
56 sensep->es_qual_code = ASCQ_INVALID_OPCODE;
/opensolaris-onvv-gate/usr/src/uts/common/sys/scsi/impl/
H A Dservices.h70 uint8_t *sensep, struct scsi_asq_key_strings *asc_list,
76 struct scsi_extended_sense *sensep,
82 struct scsi_extended_sense *sensep);
/opensolaris-onvv-gate/usr/src/uts/common/sys/scsi/
H A Dscsi_watch.h35 struct scsi_extended_sense *sensep; member in struct:scsi_watch_result
/opensolaris-onvv-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_subr.c89 uint8_t *sensep; local
153 sensep = (uint8_t *)&arqstat->sts_sensedata;
155 sensep = NULL;
184 } else if ((sensep != NULL) &&
185 (scsi_sense_key(sensep) == KEY_NOT_READY) &&
186 (scsi_sense_asc(sensep) == 0x04) &&
187 (scsi_sense_ascq(sensep) == 0x01)) {
1098 uint8_t *sensep, struct scsi_asq_key_strings *asc_list,
1172 if (sensep) {
1173 sense_key = scsi_sense_key(sensep);
1095 scsi_generic_errmsg(struct scsi_device *devp, char *label, int severity, daddr_t blkno, daddr_t err_blkno, uchar_t cmd_name, struct scsi_key_strings *cmdlist, uint8_t *sensep, struct scsi_asq_key_strings *asc_list, char *(*decode_fru)(struct scsi_device *, char *, int, uchar_t)) argument
1225 scsi_vu_errmsg(struct scsi_device *devp, struct scsi_pkt *pkt, char *label, int severity, daddr_t blkno, daddr_t err_blkno, struct scsi_key_strings *cmdlist, struct scsi_extended_sense *sensep, struct scsi_asq_key_strings *asc_list, char *(*decode_fru)(struct scsi_device *, char *, int, uchar_t)) argument
1242 scsi_errmsg(struct scsi_device *devp, struct scsi_pkt *pkt, char *label, int severity, daddr_t blkno, daddr_t err_blkno, struct scsi_key_strings *cmdlist, struct scsi_extended_sense *sensep) argument
[all...]
H A Dscsi_watch.c988 result.sensep = rqsensep;
H A Dscsi_hba.c5553 uint8_t *sensep; local
5611 sensep = (uint8_t *)&(((struct scsi_arq_status *)(uintptr_t)
5613 if (((scsi_sense_key(sensep) == KEY_UNIT_ATTENTION) &&
5614 (scsi_sense_asc(sensep) == 0x3f) &&
5615 (scsi_sense_ascq(sensep) == 0x0e)) ||
5617 ((scsi_sense_key(sensep) == KEY_UNIT_ATTENTION) &&
5618 (scsi_sense_asc(sensep) == 0x25) &&
5619 (scsi_sense_ascq(sensep) == 0x00))) {
/opensolaris-onvv-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c9386 struct scsi_extended_sense *sensep = resultp->sensep; local
9401 "st_media_watch_cb: status=%x, sensep=%p, len=%x\n",
9402 *((char *)statusp), (void *)sensep,
9407 * if there was a check condition then sensep points to valid
9412 if (sensep) {
9415 sensep->es_key, sensep->es_add_code, sensep->es_qual_code);
9434 switch (sensep
10644 struct scsi_extended_sense *sensep = ST_RQSENSE; local
12407 uchar_t *sensep; local
12535 uchar_t *sensep; local
13295 struct scsi_extended_sense *sensep = ST_RQSENSE; local
13322 uchar_t *sp, *sensep; local
13696 uchar_t *sensep; local
[all...]
H A Dsd.c5171 uint8_t *sensep; local
5174 sensep = (uint8_t *)ssc->ssc_uscsi_cmd->uscsi_rqbuf;
5179 scsi_sense_key(sensep) == KEY_ILLEGAL_REQUEST) {
9641 uint8_t *sensep; local
9644 sensep = (uint8_t *)ssc->ssc_uscsi_cmd->uscsi_rqbuf;
9649 scsi_sense_key(sensep) == KEY_ILLEGAL_REQUEST) {
12097 uchar_t *sensep; local
12114 sensep = (uint8_t *)ucmdp->uscsi_rqbuf;
12123 sensep = NULL;
12126 scsi_cmds, sensep, ss
17924 uint8_t *sensep; local
23876 uint8_t *sensep = (uint8_t *)resultp->sensep; local
24203 uint8_t *sensep; local
24851 uint8_t *sensep; local
26265 uint8_t *sensep; local
31120 uint8_t *sensep; local
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/scsi/conf/
H A Dscsi_confsubr.c731 uint8_t *sensep; local
735 sensep = (uint8_t *)&arqstat->sts_sensedata;
736 key = scsi_sense_key(sensep);
737 asc = scsi_sense_asc(sensep);
738 ascq = scsi_sense_ascq(sensep);
747 sensep, sizeof (arqstat->sts_sensedata));
/opensolaris-onvv-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c5552 struct scsi_extended_sense *sensep = local
5559 if (sensep->es_key ==
5562 if (sensep->es_key ==
5564 sensep->es_add_code == 0x3f &&
5565 sensep->es_qual_code == 0x0e) {
/opensolaris-onvv-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c3657 uint8_t *sensep = (uint8_t *)resultp->sensep; local
3695 rval = vlun->svl_fops->sfo_analyze_sense(svp->svp_psd, sensep,

Completed in 393 milliseconds