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

/freebsd-11-stable/sys/dev/qlxge/
H A Dqls_hw.c79 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, argument
1974 value = addr_module | reg | Q81_CTL_PROC_ADDR_READ;
1990 qls_proc_addr_wr_reg(qla_host_t *ha, uint32_t addr_module, uint32_t reg, argument
2003 value = addr_module | reg;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp1385 Module *addr_module = addr.GetModule().get(); local
1386 if (addr_module == exe_module)
1390 GetSymbolFileAsSymbolFileDWARF(addr_module->GetSymbolFile()));

Completed in 56 milliseconds