Home
last modified time | relevance | path

Searched refs:getDiscoveredAttributes (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/sun_fc/common/
H A DHandlePort.cc124 HBA_PORTATTRIBUTES HandlePort::getDiscoveredAttributes(uint64_t wwn) { in getDiscoveredAttributes() function in HandlePort
127 HBA_PORTATTRIBUTES attributes = port->getDiscoveredAttributes( in getDiscoveredAttributes()
159 HandlePort::getDiscoveredAttributes(HBA_UINT32 discoveredport) { in getDiscoveredAttributes() function in HandlePort
162 HBA_PORTATTRIBUTES attributes = port->getDiscoveredAttributes( in getDiscoveredAttributes()
H A DHandlePort.h63 HBA_PORTATTRIBUTES getDiscoveredAttributes(
65 HBA_PORTATTRIBUTES getDiscoveredAttributes(uint64_t wwn);
H A DHBAPort.h54 virtual HBA_PORTATTRIBUTES getDiscoveredAttributes(
57 virtual HBA_PORTATTRIBUTES getDiscoveredAttributes(
H A DTgtFCHBAPort.h56 virtual HBA_PORTATTRIBUTES getDiscoveredAttributes(
59 virtual HBA_PORTATTRIBUTES getDiscoveredAttributes(
H A DFCHBAPort.h65 virtual HBA_PORTATTRIBUTES getDiscoveredAttributes(
68 virtual HBA_PORTATTRIBUTES getDiscoveredAttributes(
H A DSun_fcGetDiscPortAttrs.cc60 *attributes = myPort->getDiscoveredAttributes(discoveredport); in Sun_fcGetDiscoveredPortAttributes()
H A DTgtFCHBAPort.cc298 HBA_PORTATTRIBUTES TgtFCHBAPort::getDiscoveredAttributes( in getDiscoveredAttributes() function in TgtFCHBAPort
354 HBA_PORTATTRIBUTES TgtFCHBAPort::getDiscoveredAttributes( in getDiscoveredAttributes() function in TgtFCHBAPort
426 attrs = getDiscoveredAttributes(destWWN, tmp); in sendRLS()
H A DFCHBAPort.cc619 HBA_PORTATTRIBUTES FCHBAPort::getDiscoveredAttributes( in getDiscoveredAttributes() function in FCHBAPort
660 HBA_PORTATTRIBUTES FCHBAPort::getDiscoveredAttributes( in getDiscoveredAttributes() function in FCHBAPort
959 attrs = getDiscoveredAttributes(destWWN, tmp); in sendRLS()
1134 HBA_PORTATTRIBUTES attrs = getDiscoveredAttributes(destwwn, in sendRNID()
H A DHandle.cc439 hba->getPortByIndex(i)->getDiscoveredAttributes( in getPortAttributes()