Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.h28 class PortMap {
35 PortMap() = default;
39 PortMap(uint16_t min_port, uint16_t max_port);
84 void SetPortMap(PortMap &&port_map);
105 PortMap m_port_map;
H A DGDBRemoteCommunicationServerPlatform.cpp45 GDBRemoteCommunicationServerPlatform::PortMap::PortMap(uint16_t min_port, in PortMap() function in GDBRemoteCommunicationServerPlatform::PortMap
51 void GDBRemoteCommunicationServerPlatform::PortMap::AllowPort(uint16_t port) { in AllowPort()
57 GDBRemoteCommunicationServerPlatform::PortMap::GetNextAvailablePort() { in GetNextAvailablePort()
72 bool GDBRemoteCommunicationServerPlatform::PortMap::AssociatePortWithProcess( in AssociatePortWithProcess()
82 bool GDBRemoteCommunicationServerPlatform::PortMap::FreePort(uint16_t port) { in FreePort()
91 bool GDBRemoteCommunicationServerPlatform::PortMap::FreePortForProcess( in FreePortForProcess()
104 bool GDBRemoteCommunicationServerPlatform::PortMap::empty() const { in empty()
571 void GDBRemoteCommunicationServerPlatform::SetPortMap(PortMap &&port_map) { in SetPortMap()
/freebsd-13.1/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaint.c2090 …PortContext %p\n",saRoot->PortMap[portId & PORTID_MASK].PortID,saRoot->PortMap[portId & PORTID_MAS… in siEventPhyUpRcvd()
2091 agPortContext = (agsaPortContext_t *)saRoot->PortMap[portId].PortContext; in siEventPhyUpRcvd()
2115 saRoot->PortMap[portId].PortStatus &= ~PORT_INVALIDATING; in siEventPhyUpRcvd()
2145 saRoot->PortMap[portId].PortID = portId; in siEventPhyUpRcvd()
2146 saRoot->PortMap[portId].PortContext = &(pPort->portContext); in siEventPhyUpRcvd()
2162 saRoot->PortMap[portId].PortStatus &= ~PORT_INVALIDATING; in siEventPhyUpRcvd()
2259 …PortContext %p\n",saRoot->PortMap[portId & PORTID_MASK].PortID,saRoot->PortMap[portId & PORTID_MAS… in siEventSATASignatureRcvd()
2260 agPortContext = (agsaPortContext_t *)saRoot->PortMap[portId].PortContext; in siEventSATASignatureRcvd()
2301 saRoot->PortMap[portId].PortID = portId; in siEventSATASignatureRcvd()
2302 saRoot->PortMap[portId].PortContext = &(pPort->portContext); in siEventSATASignatureRcvd()
[all …]
H A Dsampirsp.c1093 saRoot->PortMap[pPort->portId].PortContext = agNULL; in mpiPhyStopEvent()
1284 …PortContext %p\n",saRoot->PortMap[portId & PORTID_MASK].PortID,saRoot->PortMap[portId & PORTID_MAS… in mpiHWevent()
2052 …PortContext %p\n",saRoot->PortMap[portId & PORTID_MASK].PortID,saRoot->PortMap[portId & PORTID_MAS… in mpiGetDevHandleRsp()
3750 …PortContext %p\n",saRoot->PortMap[portId & PORTID_MASK].PortID,saRoot->PortMap[portId & PORTID_MAS… in mpiSSPEvent()
4115 …PortContext %p\n",saRoot->PortMap[portId & PORTID_MASK].PortID,saRoot->PortMap[portId & PORTID_MAS… in mpiSATAEvent()
5408 agPortContext = saRoot->PortMap[portId].PortContext; in mpiDeviceHandleArrived()
5430 saRoot->PortMap[portId].PortID = portId; in mpiDeviceHandleArrived()
5806 saRoot->PortMap[port].PortID, in mpiPortControlRsp()
5807 saRoot->PortMap[port].PortStatus, in mpiPortControlRsp()
5808 saRoot->PortMap[port].PortContext)); in mpiPortControlRsp()
[all …]
H A Dsaphy.c363 saRoot->PortMap[portId].PortStatus |= PORT_INVALIDATING; in siPhyStopCB()
367 saRoot->PortMap[pPort->portId].PortContext = agNULL; in siPhyStopCB()
368 saRoot->PortMap[pPort->portId].PortID = PORT_MARK_OFF; in siPhyStopCB()
369 saRoot->PortMap[pPort->portId].PortStatus |= PORT_INVALIDATING; in siPhyStopCB()
H A Dsatypes.h244 agsaPortMap_t PortMap[AGSA_MAX_VALID_PORTS]; /**< Port Mapping for PortContext */ member
H A Dsainit.c924 pPortMap = &(saRoot->PortMap[i]); in saInitialize()
4001 pPortMap = &(saRoot->PortMap[i]); in siInitResources()
/freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp160 GDBRemoteCommunicationServerPlatform::PortMap gdbserver_portmap; in main_platform()
256 gdbserver_portmap = GDBRemoteCommunicationServerPlatform::PortMap( in main_platform()