Home
last modified time | relevance | path

Searched refs:addr_module (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/qlxge/
H A Dqls_hw.c76 static int qls_proc_addr_rd_reg(qla_host_t *ha, uint32_t addr_module,
78 static int qls_proc_addr_wr_reg(qla_host_t *ha, uint32_t addr_module,
1933 qls_proc_addr_rd_reg(qla_host_t *ha, uint32_t addr_module, uint32_t reg, in qls_proc_addr_rd_reg() argument
1944 value = addr_module | reg | Q81_CTL_PROC_ADDR_READ; in qls_proc_addr_rd_reg()
1960 qls_proc_addr_wr_reg(qla_host_t *ha, uint32_t addr_module, uint32_t reg, in qls_proc_addr_wr_reg() argument
1973 value = addr_module | reg; in qls_proc_addr_wr_reg()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp1464 Module *addr_module = addr.GetModule().get(); in LinkOSOAddress() local
1465 if (addr_module == exe_module) in LinkOSOAddress()
1469 GetSymbolFileAsSymbolFileDWARF(addr_module->GetSymbolFile())); in LinkOSOAddress()