Searched refs:addr_module (Results 1 – 2 of 2) sorted by relevance
| /trueos/sys/dev/qlxge/ |
| HD | qls_hw.c | 79 static int qls_proc_addr_rd_reg(qla_host_t *ha, uint32_t addr_module, 81 static int qls_proc_addr_wr_reg(qla_host_t *ha, uint32_t addr_module, 1963 qls_proc_addr_rd_reg(qla_host_t *ha, uint32_t addr_module, uint32_t reg, in qls_proc_addr_rd_reg() argument 1974 value = addr_module | reg | Q81_CTL_PROC_ADDR_READ; in qls_proc_addr_rd_reg() 1990 qls_proc_addr_wr_reg(qla_host_t *ha, uint32_t addr_module, uint32_t reg, in qls_proc_addr_wr_reg() argument 2003 value = addr_module | reg; in qls_proc_addr_wr_reg()
|
| /trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| HD | SymbolFileDWARFDebugMap.cpp | 1528 Module *addr_module = addr.GetModule().get(); in LinkOSOAddress() local 1529 if (addr_module == exe_module) in LinkOSOAddress() 1532 …CompileUnitInfo *cu_info = GetCompileUnitInfo (GetSymbolFileAsSymbolFileDWARF(addr_module->GetSymb… in LinkOSOAddress()
|