Searched refs:myPort (Results 1 – 11 of 11) sorted by relevance
/titanic_44/usr/src/lib/sun_fc/common/ |
H A D | Sun_fcDeleteNPIVPort.cc | 42 HandlePort *myPort = myHandle->getHandlePortByIndex(portindex); in Sun_fcDeleteNPIVPort() local 43 myPort->deleteNPIVPort(wwnConversion(vportWWN.wwn)); in Sun_fcDeleteNPIVPort()
|
H A D | Sun_fcGetAdapterPortAttributes.cc | 57 HandlePort *myPort = myHandle->getHandlePortByIndex(port); in Sun_fcGetAdapterPortAttributes() local 58 *attributes = myPort->getPortAttributes(); in Sun_fcGetAdapterPortAttributes()
|
H A D | Sun_fcGetPortNPIVAttributes.cc | 47 HandlePort *myPort = myHandle->getHandlePortByIndex(port); in Sun_fcGetPortNPIVAttributes() local 48 *attributes = myPort->getPortNPIVAttributes(); in Sun_fcGetPortNPIVAttributes()
|
H A D | Sun_fcGetDiscPortAttrs.cc | 59 HandlePort *myPort = myHandle->getHandlePortByIndex(port); in Sun_fcGetDiscoveredPortAttributes() local 60 *attributes = myPort->getDiscoveredAttributes(discoveredport); in Sun_fcGetDiscoveredPortAttributes()
|
H A D | Sun_fcGetNPIVPortInfo.cc | 41 HandlePort *myPort = myHandle->getHandlePortByIndex(portindex); in Sun_fcGetNPIVPortInfo() local 42 HandleNPIVPort *myNPIVPort = myPort->getHandleNPIVPortByIndex(vportindex); in Sun_fcGetNPIVPortInfo()
|
H A D | Sun_fcCreateNPIVPort.cc | 42 HandlePort *myPort = myHandle->getHandlePortByIndex(portindex); in Sun_fcCreateNPIVPort() local 43 *vportindex = myPort->createNPIVPort(wwnConversion(vnodeWWN.wwn), in Sun_fcCreateNPIVPort()
|
H A D | AdapterDeviceEventListener.cc | 44 HBAPort *myPort, AdapterDeviceCallback myCallback, void *data) : in AdapterDeviceEventListener() argument 45 port(myPort), Listener(data), callback(myCallback) { in AdapterDeviceEventListener()
|
H A D | AdapterPortEventListener.cc | 44 HBAPort *myPort, AdapterPortCallback myCallback, void *data) : in AdapterPortEventListener() argument 45 port(myPort), Listener(data), callback(myCallback) { in AdapterPortEventListener()
|
H A D | TargetEventListener.cc | 43 TargetEventListener::TargetEventListener(HBAPort *myPort, in TargetEventListener() argument 45 port(myPort), Listener(data), callback(myCallback), targetPortWWN(wwn), in TargetEventListener()
|
H A D | HandleNPIVPort.cc | 52 HBA *myHBA, HBAPort *myPort, HBANPIVPort *myvPort) : in HandleNPIVPort() argument 54 port(myPort), active(false), vport(myvPort) { in HandleNPIVPort()
|
H A D | HandlePort.cc | 49 HandlePort::HandlePort(Handle *myHandle, HBA *myHBA, HBAPort *myPort) : in HandlePort() argument 50 handle(myHandle), hba(myHBA), port(myPort), active(false) { in HandlePort()
|