Searched defs:portWWN (Results 1 - 25 of 31) sorted by relevance

12

/illumos-gate/usr/src/lib/sun_fc/common/
H A DSun_fcGetBindingCapability.cc39 HBA_WWN portWWN, HBA_BIND_CAPABILITY *caps) {
38 Sun_fcGetBindingCapability(HBA_HANDLE hande, HBA_WWN portWWN, HBA_BIND_CAPABILITY *caps) argument
H A DSun_fcGetBindingSupport.cc38 HBA_STATUS Sun_fcGetBindingSupport(HBA_HANDLE hande, HBA_WWN portWWN, argument
H A DSun_fcGetPersistentBindingV2.cc39 HBA_WWN portWWN, HBA_FCPBINDING2 *binding) {
38 Sun_fcGetPersistentBindingV2(HBA_HANDLE hande, HBA_WWN portWWN, HBA_FCPBINDING2 *binding) argument
H A DSun_fcRemoveAllPersistentBindings.cc39 HBA_WWN portWWN) {
38 Sun_fcRemoveAllPersistentBindings(HBA_HANDLE hande, HBA_WWN portWWN) argument
H A DSun_fcRemovePersistentBinding.cc39 HBA_WWN portWWN, const HBA_FCPBINDING2 *binding) {
38 Sun_fcRemovePersistentBinding(HBA_HANDLE hande, HBA_WWN portWWN, const HBA_FCPBINDING2 *binding) argument
H A DSun_fcSetBindingSupport.cc38 HBA_STATUS Sun_fcSetBindingSupport(HBA_HANDLE hande, HBA_WWN portWWN, argument
H A DSun_fcSetPersistentBindingV2.cc39 HBA_WWN portWWN, const HBA_FCPBINDING2 *binding) {
38 Sun_fcSetPersistentBindingV2(HBA_HANDLE hande, HBA_WWN portWWN, const HBA_FCPBINDING2 *binding) argument
H A DSun_fcGetFC4Statistics.cc39 HBA_WWN portWWN,
38 Sun_fcGetFC4Statistics(HBA_HANDLE handle, HBA_WWN portWWN, HBA_UINT8 FC4type, HBA_FC4STATISTICS *pstatistics) argument
H A DSun_fcGetFcpTargetMappingV2.cc51 * @param portWWN The HBA Port to fetch mappings on
57 HBA_STATUS Sun_fcGetFcpTargetMappingV2(HBA_HANDLE handle, HBA_WWN portWWN, argument
64 HBAPort *port = hba->getPort(wwnConversion(portWWN.wwn));
H A DFCHBANPIVPort.h53 { return portWWN; }
59 uint64_t portWWN; member in class:FCHBANPIVPort
H A DSun_fcSendCTPassThruV2.cc48 * @param portWWN Identifies the HBA port to use
54 HBA_STATUS Sun_fcSendCTPassThruV2(HBA_HANDLE handle, HBA_WWN portWWN, argument
70 HBAPort *port = hba->getPort(wwnConversion(portWWN.wwn));
H A DHandleNPIVPort.cc103 * @param portWWN The Port WWN to compare against this port
106 bool HandleNPIVPort::match(uint64_t portWWN) { argument
109 ret = (portWWN == vport->getPortWWN());
H A DSun_fcScsiInquiryV2.cc48 * @param portWWN Indicates the HBA port to send command through
61 Sun_fcScsiInquiryV2(HBA_HANDLE handle, HBA_WWN portWWN, HBA_WWN targetPortWWN, argument
74 HBAPort *port = hba->getPort(wwnConversion(portWWN.wwn));
H A DSun_fcScsiReadCapacityV2.cc47 * @param portWWN Indicates the HBA port to send command through
58 Sun_fcScsiReadCapacityV2(HBA_HANDLE handle, HBA_WWN portWWN, argument
71 HBAPort *port = hba->getPort(wwnConversion(portWWN.wwn));
H A DSun_fcScsiReportLUNsV2.cc47 * @param portWWN Indicates the HBA port to send command through
56 HBA_STATUS Sun_fcScsiReportLUNsV2(HBA_HANDLE handle, HBA_WWN portWWN, argument
71 HBAPort *port = hba->getPort(wwnConversion(portWWN.wwn));
H A DFCHBAPort.h54 { return portWWN; }
126 uint64_t portWWN; member in class:FCHBAPort
H A DHandlePort.cc96 * @param portWWN The Port WWN to compare against this port
98 bool HandlePort::match(uint64_t portWWN) { argument
101 ret = (portWWN == port->getPortWWN());
H A DTgtFCHBAPort.h53 { return portWWN; }
136 uint64_t portWWN; member in class:TgtFCHBAPort
/illumos-gate/usr/src/lib/sun_sas/common/
H A DSun_sasGetPortAttributesByWWN.c33 Sun_sasGetPortAttributesByWWN(HBA_HANDLE handle, HBA_WWN portWWN, argument
102 wwnConversion(portWWN.wwn)) {
112 wwnConversion(portWWN.wwn), handle);
143 wwnConversion(portWWN.wwn)) {
168 wwnConversion(portWWN.wwn), handle);
178 wwnConversion(portWWN.wwn),
184 wwnConversion(portWWN.wwn), handle);
H A DSun_sasScsiReportLUNs.c67 Sun_sasScsiReportLUNs(HBA_HANDLE handle, HBA_WWN portWWN, HBA_WWN targetPortWWN, argument
135 != wwnConversion(portWWN.wwn)) {
222 "handle %08lx", wwnConversion(portWWN.wwn), handle);
H A DSun_sasScsiInquiry.c69 Sun_sasScsiInquiry(HBA_HANDLE handle, HBA_WWN portWWN, HBA_WWN targetPortWWN, argument
154 != wwnConversion(portWWN.wwn)) {
262 "handle %08lx", wwnConversion(portWWN.wwn), handle);
H A DSun_sasScsiReadCapacity.c66 Sun_sasScsiReadCapacity(HBA_HANDLE handle, HBA_WWN portWWN, argument
142 != wwnConversion(portWWN.wwn)) {
250 "handle %08lx", wwnConversion(portWWN.wwn), handle);
/illumos-gate/usr/src/cmd/fcinfo/
H A Dfcoeadm.c107 uint64_t nodeWWN, portWWN; local
135 sscanf(options->optarg, "%016llx", &portWWN);
136 portWWN = htonll(portWWN);
137 memcpy(&pwwn, &portWWN, sizeof (portWWN));
H A Dfcinfo.h107 HBA_WWN portWWN; member in struct:_tgtPortWWNList
113 HBA_WWN portWWN; member in struct:_portWWNList
/illumos-gate/usr/src/cmd/sasinfo/
H A Dsasinfo.h74 HBA_WWN portWWN; member in struct:_tgtPortWWNList

Completed in 76 milliseconds

12