Searched refs:PortMap (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationServerPlatform.h | 28 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 D | GDBRemoteCommunicationServerPlatform.cpp | 47 GDBRemoteCommunicationServerPlatform::PortMap::PortMap(uint16_t min_port, in PortMap() function in GDBRemoteCommunicationServerPlatform::PortMap 54 void GDBRemoteCommunicationServerPlatform::PortMap::AllowPort(uint16_t port) { in AllowPort() 61 GDBRemoteCommunicationServerPlatform::PortMap::GetNextAvailablePort() { in GetNextAvailablePort() 76 bool GDBRemoteCommunicationServerPlatform::PortMap::AssociatePortWithProcess( in AssociatePortWithProcess() 86 bool GDBRemoteCommunicationServerPlatform::PortMap::FreePort(uint16_t port) { in FreePort() 95 bool GDBRemoteCommunicationServerPlatform::PortMap::FreePortForProcess( in FreePortForProcess() 108 bool GDBRemoteCommunicationServerPlatform::PortMap::empty() const { in empty() 563 void GDBRemoteCommunicationServerPlatform::SetPortMap(PortMap &&port_map) { in SetPortMap()
|
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/ |
H A D | lldb-platform.cpp | 136 GDBRemoteCommunicationServerPlatform::PortMap gdbserver_portmap; in main_platform() 232 gdbserver_portmap = GDBRemoteCommunicationServerPlatform::PortMap( in main_platform() 313 GDBRemoteCommunicationServerPlatform::PortMap portmap_for_child; in main_platform()
|
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/ |
H A D | saint.c | 2089 …PortContext %p\n",saRoot->PortMap[portId & PORTID_MASK].PortID,saRoot->PortMap[portId & PORTID_MAS… in siEventPhyUpRcvd() 2090 agPortContext = (agsaPortContext_t *)saRoot->PortMap[portId].PortContext; in siEventPhyUpRcvd() 2114 saRoot->PortMap[portId].PortStatus &= ~PORT_INVALIDATING; in siEventPhyUpRcvd() 2144 saRoot->PortMap[portId].PortID = portId; in siEventPhyUpRcvd() 2145 saRoot->PortMap[portId].PortContext = &(pPort->portContext); in siEventPhyUpRcvd() 2148 …SA_DBG3(("siEventPhyUpRcvd: NewPort portID %d PortContext %p\n", portId, saRoot->PortMap[portId].P… in siEventPhyUpRcvd() 2161 saRoot->PortMap[portId].PortStatus &= ~PORT_INVALIDATING; in siEventPhyUpRcvd() 2165 …SA_DBG1(("siEventPhyUpRcvd: PortInvalid portID %d PortContext %p\n", portId, saRoot->PortMap[portI… in siEventPhyUpRcvd() 2258 …PortContext %p\n",saRoot->PortMap[portId & PORTID_MASK].PortID,saRoot->PortMap[portId & PORTID_MAS… in siEventSATASignatureRcvd() 2259 agPortContext = (agsaPortContext_t *)saRoot->PortMap[portId].PortContext; in siEventSATASignatureRcvd() [all …]
|
H A D | sampirsp.c | 1085 saRoot->PortMap[pPort->portId].PortStatus |= PORT_INVALIDATING; in mpiPhyStopEvent() 1089 saRoot->PortMap[pPort->portId].PortContext = agNULL; in mpiPhyStopEvent() 1090 saRoot->PortMap[pPort->portId].PortID = PORT_MARK_OFF; in mpiPhyStopEvent() 1091 saRoot->PortMap[pPort->portId].PortStatus |= PORT_INVALIDATING; in mpiPhyStopEvent() 1280 …PortContext %p\n",saRoot->PortMap[portId & PORTID_MASK].PortID,saRoot->PortMap[portId & PORTID_MAS… in mpiHWevent() 1281 agPortContext = (agsaPortContext_t *)saRoot->PortMap[portId].PortContext; in mpiHWevent() 1352 saRoot->PortMap[portId].PortStatus &= ~PORT_INVALIDATING; in mpiHWevent() 1361 saRoot->PortMap[portId].PortStatus |= PORT_INVALIDATING; in mpiHWevent() 1482 saRoot->PortMap[portId].PortStatus &= ~PORT_INVALIDATING; in mpiHWevent() 1491 saRoot->PortMap[portId].PortStatus |= PORT_INVALIDATING; in mpiHWevent() [all …]
|
H A D | saphy.c | 362 saRoot->PortMap[portId].PortStatus |= PORT_INVALIDATING; in siPhyStopCB() 366 saRoot->PortMap[pPort->portId].PortContext = agNULL; in siPhyStopCB() 367 saRoot->PortMap[pPort->portId].PortID = PORT_MARK_OFF; in siPhyStopCB() 368 saRoot->PortMap[pPort->portId].PortStatus |= PORT_INVALIDATING; in siPhyStopCB()
|
H A D | satypes.h | 243 agsaPortMap_t PortMap[AGSA_MAX_VALID_PORTS]; /**< Port Mapping for PortContext */ member
|
H A D | sainit.c | 923 pPortMap = &(saRoot->PortMap[i]); in saInitialize() 4000 pPortMap = &(saRoot->PortMap[i]); in siInitResources()
|