Home
last modified time | relevance | path

Searched refs:getHandlePortByIndex (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/sun_fc/common/
H A DSun_fcDeleteNPIVPort.cc42 HandlePort *myPort = myHandle->getHandlePortByIndex(portindex); in Sun_fcDeleteNPIVPort()
H A DSun_fcGetAdapterPortAttributes.cc57 HandlePort *myPort = myHandle->getHandlePortByIndex(port); in Sun_fcGetAdapterPortAttributes()
H A DSun_fcGetPortNPIVAttributes.cc47 HandlePort *myPort = myHandle->getHandlePortByIndex(port); in Sun_fcGetPortNPIVAttributes()
H A DSun_fcGetDiscPortAttrs.cc59 HandlePort *myPort = myHandle->getHandlePortByIndex(port); in Sun_fcGetDiscoveredPortAttributes()
H A DSun_fcGetNPIVPortInfo.cc41 HandlePort *myPort = myHandle->getHandlePortByIndex(portindex); in Sun_fcGetNPIVPortInfo()
H A DSun_fcCreateNPIVPort.cc42 HandlePort *myPort = myHandle->getHandlePortByIndex(portindex); in Sun_fcCreateNPIVPort()
H A DHandle.h66 HandlePort* getHandlePortByIndex(int index);
H A DHandle.cc330 HandlePort* Handle::getHandlePortByIndex(int index) { in getHandlePortByIndex() function in Handle