Home
last modified time | relevance | path

Searched refs:myPort (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/sun_fc/common/
H A DSun_fcDeleteNPIVPort.cc42 HandlePort *myPort = myHandle->getHandlePortByIndex(portindex); in Sun_fcDeleteNPIVPort() local
43 myPort->deleteNPIVPort(wwnConversion(vportWWN.wwn)); in Sun_fcDeleteNPIVPort()
H A DSun_fcGetAdapterPortAttributes.cc57 HandlePort *myPort = myHandle->getHandlePortByIndex(port); in Sun_fcGetAdapterPortAttributes() local
58 *attributes = myPort->getPortAttributes(); in Sun_fcGetAdapterPortAttributes()
H A DSun_fcGetPortNPIVAttributes.cc47 HandlePort *myPort = myHandle->getHandlePortByIndex(port); in Sun_fcGetPortNPIVAttributes() local
48 *attributes = myPort->getPortNPIVAttributes(); in Sun_fcGetPortNPIVAttributes()
H A DSun_fcGetDiscPortAttrs.cc59 HandlePort *myPort = myHandle->getHandlePortByIndex(port); in Sun_fcGetDiscoveredPortAttributes() local
60 *attributes = myPort->getDiscoveredAttributes(discoveredport); in Sun_fcGetDiscoveredPortAttributes()
H A DSun_fcGetNPIVPortInfo.cc41 HandlePort *myPort = myHandle->getHandlePortByIndex(portindex); in Sun_fcGetNPIVPortInfo() local
42 HandleNPIVPort *myNPIVPort = myPort->getHandleNPIVPortByIndex(vportindex); in Sun_fcGetNPIVPortInfo()
H A DSun_fcCreateNPIVPort.cc42 HandlePort *myPort = myHandle->getHandlePortByIndex(portindex); in Sun_fcCreateNPIVPort() local
43 *vportindex = myPort->createNPIVPort(wwnConversion(vnodeWWN.wwn), in Sun_fcCreateNPIVPort()
H A DAdapterDeviceEventListener.cc44 HBAPort *myPort, AdapterDeviceCallback myCallback, void *data) : in AdapterDeviceEventListener() argument
45 port(myPort), Listener(data), callback(myCallback) { in AdapterDeviceEventListener()
H A DAdapterPortEventListener.cc44 HBAPort *myPort, AdapterPortCallback myCallback, void *data) : in AdapterPortEventListener() argument
45 port(myPort), Listener(data), callback(myCallback) { in AdapterPortEventListener()
H A DTargetEventListener.cc43 TargetEventListener::TargetEventListener(HBAPort *myPort, in TargetEventListener() argument
45 port(myPort), Listener(data), callback(myCallback), targetPortWWN(wwn), in TargetEventListener()
H A DHandleNPIVPort.cc52 HBA *myHBA, HBAPort *myPort, HBANPIVPort *myvPort) : in HandleNPIVPort() argument
54 port(myPort), active(false), vport(myvPort) { in HandleNPIVPort()
H A DHandlePort.cc49 HandlePort::HandlePort(Handle *myHandle, HBA *myHBA, HBAPort *myPort) : in HandlePort() argument
50 handle(myHandle), hba(myHBA), port(myPort), active(false) { in HandlePort()