Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp47 GDBRemoteCommunicationServerPlatform::PortMap::PortMap(uint16_t min_port, in PortMap() function in GDBRemoteCommunicationServerPlatform::PortMap
53 void GDBRemoteCommunicationServerPlatform::PortMap::AllowPort(uint16_t port) { in AllowPort()
59 GDBRemoteCommunicationServerPlatform::PortMap::GetNextAvailablePort() { in GetNextAvailablePort()
74 bool GDBRemoteCommunicationServerPlatform::PortMap::AssociatePortWithProcess( in AssociatePortWithProcess()
84 bool GDBRemoteCommunicationServerPlatform::PortMap::FreePort(uint16_t port) { in FreePort()
93 bool GDBRemoteCommunicationServerPlatform::PortMap::FreePortForProcess( in FreePortForProcess()
106 bool GDBRemoteCommunicationServerPlatform::PortMap::empty() const { in empty()
561 void GDBRemoteCommunicationServerPlatform::SetPortMap(PortMap &&port_map) { in SetPortMap()
/freebsd-14.2/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaint.c2089 …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()
2161 saRoot->PortMap[portId].PortStatus &= ~PORT_INVALIDATING; 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()
2300 saRoot->PortMap[portId].PortID = portId; in siEventSATASignatureRcvd()
2301 saRoot->PortMap[portId].PortContext = &(pPort->portContext); in siEventSATASignatureRcvd()
[all …]
H A Dsampirsp.c1092 saRoot->PortMap[pPort->portId].PortContext = agNULL; in mpiPhyStopEvent()
1283 …PortContext %p\n",saRoot->PortMap[portId & PORTID_MASK].PortID,saRoot->PortMap[portId & PORTID_MAS… in mpiHWevent()
2051 …PortContext %p\n",saRoot->PortMap[portId & PORTID_MASK].PortID,saRoot->PortMap[portId & PORTID_MAS… in mpiGetDevHandleRsp()
3749 …PortContext %p\n",saRoot->PortMap[portId & PORTID_MASK].PortID,saRoot->PortMap[portId & PORTID_MAS… in mpiSSPEvent()
4114 …PortContext %p\n",saRoot->PortMap[portId & PORTID_MASK].PortID,saRoot->PortMap[portId & PORTID_MAS… in mpiSATAEvent()
5407 agPortContext = saRoot->PortMap[portId].PortContext; in mpiDeviceHandleArrived()
5429 saRoot->PortMap[portId].PortID = portId; in mpiDeviceHandleArrived()
5805 saRoot->PortMap[port].PortID, in mpiPortControlRsp()
5806 saRoot->PortMap[port].PortStatus, in mpiPortControlRsp()
5807 saRoot->PortMap[port].PortContext)); in mpiPortControlRsp()
[all …]
H A Dsaphy.c362 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 Dsatypes.h243 agsaPortMap_t PortMap[AGSA_MAX_VALID_PORTS]; /**< Port Mapping for PortContext */ member
H A Dsainit.c923 pPortMap = &(saRoot->PortMap[i]); in saInitialize()
4000 pPortMap = &(saRoot->PortMap[i]); in siInitResources()
/freebsd-14.2/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp136 GDBRemoteCommunicationServerPlatform::PortMap gdbserver_portmap; in main_platform()
232 gdbserver_portmap = GDBRemoteCommunicationServerPlatform::PortMap( in main_platform()