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

/osnet-11/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.cc297 HBA_PORTATTRIBUTES TgtFCHBAPort::getDiscoveredAttributes( function in class:TgtFCHBAPort
353 HBA_PORTATTRIBUTES TgtFCHBAPort::getDiscoveredAttributes( function in class:TgtFCHBAPort
425 attrs = getDiscoveredAttributes(destWWN, tmp);
H A DFCHBAPort.cc616 HBA_PORTATTRIBUTES FCHBAPort::getDiscoveredAttributes( function in class:FCHBAPort
657 HBA_PORTATTRIBUTES FCHBAPort::getDiscoveredAttributes( function in class:FCHBAPort
956 attrs = getDiscoveredAttributes(destWWN, tmp);
1131 HBA_PORTATTRIBUTES attrs = getDiscoveredAttributes(destwwn,

Completed in 31 milliseconds