Home
last modified time | relevance | path

Searched refs:getPortAttributes (Results 1 – 17 of 17) sorted by relevance

/illumos-gate/usr/src/lib/sun_fc/common/
H A DHandleNPIVPort.cc134 HBA_NPIVATTRIBUTES HandleNPIVPort::getPortAttributes() { in getPortAttributes() function in HandleNPIVPort
137 HBA_NPIVATTRIBUTES attributes = vport->getPortAttributes(newState); in getPortAttributes()
H A DHandlePort.cc141 HBA_PORTATTRIBUTES HandlePort::getPortAttributes() { in getPortAttributes() function in HandlePort
144 HBA_PORTATTRIBUTES attributes = port->getPortAttributes(newState); in getPortAttributes()
H A DFCHBANPIVPort.cc72 HBA_NPIVATTRIBUTES attrs = getPortAttributes(tmp); in FCHBANPIVPort()
80 HBA_NPIVATTRIBUTES FCHBANPIVPort::getPortAttributes(uint64_t &stateChange) { in getPortAttributes() function in FCHBANPIVPort
H A DHBANPIVPort.h48 virtual HBA_NPIVATTRIBUTES getPortAttributes(
H A DSun_fcGetPortAttributesByWWN.cc55 *attributes = myHandle->getPortAttributes(wwnConversion(pwwn.wwn)); in Sun_fcGetPortAttributesByWWN()
H A DSun_fcGetAdapterPortAttributes.cc58 *attributes = myPort->getPortAttributes(); in Sun_fcGetAdapterPortAttributes()
H A DSun_fcGetNPIVPortInfo.cc43 *attributes = myNPIVPort->getPortAttributes(); in Sun_fcGetNPIVPortInfo()
H A DHandleNPIVPort.h58 HBA_NPIVATTRIBUTES getPortAttributes();
H A DFCHBANPIVPort.h54 virtual HBA_NPIVATTRIBUTES getPortAttributes(
H A DHandle.cc421 HBA_PORTATTRIBUTES Handle::getPortAttributes(uint64_t wwn) { in getPortAttributes() function in Handle
430 attributes = hba->getPort(wwn)->getPortAttributes(tmp); in getPortAttributes()
H A DHandlePort.h62 HBA_PORTATTRIBUTES getPortAttributes();
H A DHandle.h74 HBA_PORTATTRIBUTES getPortAttributes(uint64_t wwn);
H A DTgtFCHBAPort.cc232 HBA_PORTATTRIBUTES attrs = getPortAttributes(tmp); in TgtFCHBAPort()
245 HBA_PORTATTRIBUTES TgtFCHBAPort::getPortAttributes(uint64_t &stateChange) { in getPortAttributes() function in TgtFCHBAPort
H A DHBAPort.h52 virtual HBA_PORTATTRIBUTES getPortAttributes(
H A DTgtFCHBAPort.h54 virtual HBA_PORTATTRIBUTES getPortAttributes(
H A DFCHBAPort.h55 virtual HBA_PORTATTRIBUTES getPortAttributes(
H A DFCHBAPort.cc464 HBA_PORTATTRIBUTES attrs = getPortAttributes(tmp); in FCHBAPort()
581 HBA_PORTATTRIBUTES FCHBAPort::getPortAttributes(uint64_t &stateChange) { in getPortAttributes() function in FCHBAPort
957 attrs = getPortAttributes(tmp); in sendRLS()