Searched defs:getPortAttributes (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/sun_fc/common/
H A DHandleNPIVPort.cc134 HBA_NPIVATTRIBUTES HandleNPIVPort::getPortAttributes() { function in class:HandleNPIVPort
135 Trace log("HandleNPIVPort::getPortAttributes");
137 HBA_NPIVATTRIBUTES attributes = vport->getPortAttributes(newState);
H A DFCHBANPIVPort.cc72 HBA_NPIVATTRIBUTES attrs = getPortAttributes(tmp);
80 HBA_NPIVATTRIBUTES FCHBANPIVPort::getPortAttributes(uint64_t &stateChange) { function in class:FCHBANPIVPort
81 Trace log("FCHBANPIVPort::getPortAttributes");
H A DHandlePort.cc141 HBA_PORTATTRIBUTES HandlePort::getPortAttributes() { function in class:HandlePort
142 Trace log("HandlePort::getPortAttributes");
144 HBA_PORTATTRIBUTES attributes = port->getPortAttributes(newState);
H A DHandle.cc416 * @see HBAPort::getPortAttributes
423 HBA_PORTATTRIBUTES Handle::getPortAttributes(uint64_t wwn) { function in class:Handle
424 Trace log("Handle::getPortAttributes");
432 attributes = hba->getPort(wwn)->getPortAttributes(tmp);
H A DTgtFCHBAPort.cc231 HBA_PORTATTRIBUTES attrs = getPortAttributes(tmp);
244 HBA_PORTATTRIBUTES TgtFCHBAPort::getPortAttributes(uint64_t &stateChange) { function in class:TgtFCHBAPort
245 Trace log("TgtFCHBAPort::getPortAttributes");
H A DFCHBAPort.cc461 HBA_PORTATTRIBUTES attrs = getPortAttributes(tmp);
578 HBA_PORTATTRIBUTES FCHBAPort::getPortAttributes(uint64_t &stateChange) { function in class:FCHBAPort
579 Trace log("FCHBAPort::getPortAttributes");
954 attrs = getPortAttributes(tmp);

Completed in 27 milliseconds