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

/illumos-gate/usr/src/lib/sun_fc/common/
H A DHandlePort.cc124 HBA_PORTATTRIBUTES HandlePort::getDiscoveredAttributes(uint64_t wwn) { function in class:HandlePort
125 Trace log("HandlePort::getDiscoveredAttributes(wwn)");
127 HBA_PORTATTRIBUTES attributes = port->getDiscoveredAttributes(
159 HandlePort::getDiscoveredAttributes(HBA_UINT32 discoveredport) { function in class:HandlePort
160 Trace log("HandlePort::getDiscoveredAttributes(index)");
162 HBA_PORTATTRIBUTES attributes = port->getDiscoveredAttributes(
H A DTgtFCHBAPort.cc298 HBA_PORTATTRIBUTES TgtFCHBAPort::getDiscoveredAttributes( function in class:TgtFCHBAPort
354 HBA_PORTATTRIBUTES TgtFCHBAPort::getDiscoveredAttributes( function in class:TgtFCHBAPort
426 attrs = getDiscoveredAttributes(destWWN, tmp);
H A DFCHBAPort.cc619 HBA_PORTATTRIBUTES FCHBAPort::getDiscoveredAttributes( function in class:FCHBAPort
660 HBA_PORTATTRIBUTES FCHBAPort::getDiscoveredAttributes( function in class:FCHBAPort
959 attrs = getDiscoveredAttributes(destWWN, tmp);
1134 HBA_PORTATTRIBUTES attrs = getDiscoveredAttributes(destwwn,

Completed in 61 milliseconds