Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServer.h29 typedef std::map<uint16_t, lldb::pid_t> PortMap; typedef
66 SetPortMap (PortMap &&port_map) in SetPortMap()
100 PortMap::iterator pos = m_port_map.find(port); in AssociatePortWithProcess()
112 PortMap::iterator pos = m_port_map.find(port); in FreePort()
200 PortMap m_port_map;
/freebsd-10-stable/sys/dev/pms/RefTisa/sallsdk/spc/
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()
2149 …SA_DBG3(("siEventPhyUpRcvd: NewPort portID %d PortContext %p\n", portId, saRoot->PortMap[portId].P… in siEventPhyUpRcvd()
2162 saRoot->PortMap[portId].PortStatus &= ~PORT_INVALIDATING; in siEventPhyUpRcvd()
2166 …SA_DBG1(("siEventPhyUpRcvd: PortInvalid portID %d PortContext %p\n", portId, saRoot->PortMap[portI… 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()
[all …]
Dsampirsp.c1089 saRoot->PortMap[pPort->portId].PortStatus |= PORT_INVALIDATING; in mpiPhyStopEvent()
1093 saRoot->PortMap[pPort->portId].PortContext = agNULL; in mpiPhyStopEvent()
1094 saRoot->PortMap[pPort->portId].PortID = PORT_MARK_OFF; in mpiPhyStopEvent()
1095 saRoot->PortMap[pPort->portId].PortStatus |= PORT_INVALIDATING; in mpiPhyStopEvent()
1284 …PortContext %p\n",saRoot->PortMap[portId & PORTID_MASK].PortID,saRoot->PortMap[portId & PORTID_MAS… in mpiHWevent()
1285 agPortContext = (agsaPortContext_t *)saRoot->PortMap[portId].PortContext; in mpiHWevent()
1356 saRoot->PortMap[portId].PortStatus &= ~PORT_INVALIDATING; in mpiHWevent()
1365 saRoot->PortMap[portId].PortStatus |= PORT_INVALIDATING; in mpiHWevent()
1486 saRoot->PortMap[portId].PortStatus &= ~PORT_INVALIDATING; in mpiHWevent()
1495 saRoot->PortMap[portId].PortStatus |= PORT_INVALIDATING; in mpiHWevent()
[all …]
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()
Dsatypes.h244 agsaPortMap_t PortMap[AGSA_MAX_VALID_PORTS]; /**< Port Mapping for PortContext */ member
Dsainit.c924 pPortMap = &(saRoot->PortMap[i]); in saInitialize()
4001 pPortMap = &(saRoot->PortMap[i]); in siInitResources()
/freebsd-10-stable/contrib/llvm/tools/lldb/tools/lldb-platform/
Dlldb-platform.cpp115 GDBRemoteCommunicationServer::PortMap gdbserver_portmap; in main()