Searched refs:PortMap (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.h25 typedef std::map<uint16_t, lldb::pid_t> PortMap; typedef in class:lldb_private::process_gdb_remote::GDBRemoteCommunicationServerPlatform
36 void SetPortMap(PortMap &&port_map);
70 PortMap m_port_map;
H A DGDBRemoteCommunicationServer.h30 using PortMap = std::map<uint16_t, lldb::pid_t>;
H A DGDBRemoteCommunicationServerPlatform.cpp461 void GDBRemoteCommunicationServerPlatform::SetPortMap(PortMap &&port_map) {
481 PortMap::iterator pos = m_port_map.find(port);
490 PortMap::iterator pos = m_port_map.find(port);
/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsampirsp.c1089 saRoot->PortMap[pPort->portId].PortStatus |= PORT_INVALIDATING;
1093 saRoot->PortMap[pPort->portId].PortContext = agNULL;
1094 saRoot->PortMap[pPort->portId].PortID = PORT_MARK_OFF;
1095 saRoot->PortMap[pPort->portId].PortStatus |= PORT_INVALIDATING;
1284 SA_DBG2(("mpiHWEvent:PortID 0x%x PortStatus 0x%x PortContext %p\n",saRoot->PortMap[portId & PORTID_MASK].PortID,saRoot->PortMap[portId & PORTID_MASK].PortStatus,saRoot->PortMap[portId & PORTID_MASK].PortContext));
1285 agPortContext = (agsaPortContext_t *)saRoot->PortMap[portId].PortContext;
1356 saRoot->PortMap[portId].PortStatus &= ~PORT_INVALIDATING;
1365 saRoot->PortMap[portI
[all...]
H A Dsaint.c2090 SA_DBG2(("siEventPhyUpRcvd:PortID 0x%x PortStatus 0x%x PortContext %p\n",saRoot->PortMap[portId & PORTID_MASK].PortID,saRoot->PortMap[portId & PORTID_MASK].PortStatus,saRoot->PortMap[portId & PORTID_MASK].PortContext));
2091 agPortContext = (agsaPortContext_t *)saRoot->PortMap[portId].PortContext;
2115 saRoot->PortMap[portId].PortStatus &= ~PORT_INVALIDATING;
2145 saRoot->PortMap[portId].PortID = portId;
2146 saRoot->PortMap[portId].PortContext = &(pPort->portContext);
2149 SA_DBG3(("siEventPhyUpRcvd: NewPort portID %d PortContext %p\n", portId, saRoot->PortMap[portId].PortContext));
2162 saRoot->PortMap[portId].PortStatus &= ~PORT_INVALIDATING;
2166 SA_DBG1(("siEventPhyUpRcvd: PortInvalid portID %d PortContext %p\n", portId, saRoot->PortMap[portI
[all...]
H A Dsaphy.c363 saRoot->PortMap[portId].PortStatus |= PORT_INVALIDATING;
367 saRoot->PortMap[pPort->portId].PortContext = agNULL;
368 saRoot->PortMap[pPort->portId].PortID = PORT_MARK_OFF;
369 saRoot->PortMap[pPort->portId].PortStatus |= PORT_INVALIDATING;
H A Dsatypes.h244 agsaPortMap_t PortMap[AGSA_MAX_VALID_PORTS]; /**< Port Mapping for PortContext */ member in struct:agsaLLRoot_s
H A Dsainit.c921 /* Initialize the PortMap for port context */
924 pPortMap = &(saRoot->PortMap[i]);
3998 /* Initialize the PortMap for port context */
4001 pPortMap = &(saRoot->PortMap[i]);
/freebsd-11-stable/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp158 GDBRemoteCommunicationServerPlatform::PortMap gdbserver_portmap;

Completed in 100 milliseconds