Home
last modified time | relevance | path

Searched refs:fcLun (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/sun_fc/common/
H A DSun_fcSendReadCapacity.cc43 HBA_UINT64 fcLun, void *responseBuffer, HBA_UINT32 responseSize, in Sun_fcSendReadCapacity() argument
58 fcLun, responseBuffer, &responseSize, &status, in Sun_fcSendReadCapacity()
H A DSun_fcSendScsiInquiry.cc42 HBA_UINT64 fcLun, HBA_UINT8 evpd, HBA_UINT32 pageCode, in Sun_fcSendScsiInquiry() argument
57 hba_wwn, wwn, fcLun, in Sun_fcSendScsiInquiry()
H A DSun_fcScsiReadCapacityV2.cc59 HBA_WWN targetPortWWN, HBA_UINT64 fcLun, in Sun_fcScsiReadCapacityV2() argument
73 fcLun, responseBuffer, responseSize, scsiStatus, in Sun_fcScsiReadCapacityV2()
H A DSun_fcScsiInquiryV2.cc62 HBA_UINT64 fcLun, HBA_UINT8 cdb1, HBA_UINT8 cdb2, in Sun_fcScsiInquiryV2() argument
76 port->sendScsiInquiry(wwnConversion(targetPortWWN.wwn), fcLun, in Sun_fcScsiInquiryV2()
H A DHBAPort.h94 virtual void sendScsiInquiry(uint64_t wwn, HBA_UINT64 fcLun,
100 HBA_UINT64 fcLun, void *responseBuffer,
H A DTgtFCHBAPort.h105 virtual void sendScsiInquiry(uint64_t wwn, HBA_UINT64 fcLun, in sendScsiInquiry() argument
112 HBA_UINT64 fcLun, void *responseBuffer, in sendReadCapacity() argument
H A DFCHBAPort.h109 virtual void sendScsiInquiry(uint64_t wwn, HBA_UINT64 fcLun,
115 HBA_UINT64 fcLun, void *responseBuffer,
H A DFCHBAPort.cc1033 void FCHBAPort::sendScsiInquiry(uint64_t wwn, HBA_UINT64 fcLun, in sendScsiInquiry() argument
1059 fscsi.scsi_lun = fcLun; in sendScsiInquiry()
1072 HBA_UINT64 fcLun, void *responseBuffer, in sendReadCapacity() argument
1098 fscsi.scsi_lun = fcLun; in sendReadCapacity()