Searched refs:PortMap (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerPlatform.h | 26 typedef std::map<uint16_t, lldb::pid_t> PortMap; typedef 37 void SetPortMap(PortMap &&port_map); 73 PortMap m_port_map;
|
| H A D | GDBRemoteCommunicationServer.h | 28 using PortMap = std::map<uint16_t, lldb::pid_t>;
|
| H A D | GDBRemoteCommunicationServerPlatform.cpp | 470 void GDBRemoteCommunicationServerPlatform::SetPortMap(PortMap &&port_map) { in SetPortMap() 490 PortMap::iterator pos = m_port_map.find(port); in AssociatePortWithProcess() 499 PortMap::iterator pos = m_port_map.find(port); in FreePort()
|
| /freebsd-12.1/sys/dev/pms/RefTisa/sallsdk/spc/ |
| H A D | saint.c | 2090 …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 D | sampirsp.c | 1093 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 D | saphy.c | 363 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 D | satypes.h | 244 agsaPortMap_t PortMap[AGSA_MAX_VALID_PORTS]; /**< Port Mapping for PortContext */ member
|
| H A D | sainit.c | 924 pPortMap = &(saRoot->PortMap[i]); in saInitialize() 4001 pPortMap = &(saRoot->PortMap[i]); in siInitResources()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-server/ |
| H A D | lldb-platform.cpp | 152 GDBRemoteCommunicationServerPlatform::PortMap gdbserver_portmap; in main_platform()
|