Searched defs:sense_to (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c2307 struct scsi_extended_sense *sense_to = NULL; local
2725 sense_to = (struct scsi_extended_sense *)rsp_sense;
2726 if ((FCP_SENSE_REPORTLUN_CHANGED(sense_to)) ||
2727 (FCP_SENSE_NO_LUN(sense_to))) {
8897 struct scsi_extended_sense *sense_to; local
8900 sense_to = &arq->sts_sensedata;
8931 FCP_CP_IN(sense_from, sense_to,
8934 bcopy(sense_from, sense_to, rqlen);
8937 if ((FCP_SENSE_REPORTLUN_CHANGED(sense_to)) ||
8938 (FCP_SENSE_NO_LUN(sense_to))) {
[all...]

Completed in 82 milliseconds