Home
last modified time | relevance | path

Searched refs:addr_map (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationList.h197 addr_map; typedef
201 addr_map m_address_to_location;
/freebsd/tests/atf_python/sys/net/
H A Dvnet.py57 self.addr_map: Dict[str, Dict] = {"inet6": {}, "inet": {}}
71 d = self.addr_map["inet6"]
76 d = self.addr_map["inet"]
114 if self.addr_map[family]:
119 self.addr_map[family][str(addr.ip)] = addr
130 del self.addr_map[family][str(addr)]
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocationList.cpp114 addr_map::const_iterator pos = m_address_to_location.find(so_addr); in FindByAddress()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dce.c82 struct ath10k_hw_ce_regs_addr_map *addr_map) in ath10k_set_ring_byte() argument
84 return ((offset << addr_map->lsb) & addr_map->mask); in ath10k_set_ring_byte()