Searched refs:module_pointer (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp41 Module *module_pointer = target_modules.GetModulePointerAtIndexUnlocked(i); local
43 const Symbol *symbol = module_pointer->FindFirstSymbolWithNameAndType(
/freebsd-12-stable/sys/dev/ixl/
H A Di40e_nvm.c251 * @module_pointer: module pointer location in words from the NVM beginning
260 u8 module_pointer, u32 offset,
293 ret_code = i40e_aq_read_nvm(hw, module_pointer,
585 * @module_pointer: module pointer location in words from the NVM beginning
593 enum i40e_status_code i40e_write_nvm_aq(struct i40e_hw *hw, u8 module_pointer, argument
620 ret_code = i40e_aq_update_nvm(hw, module_pointer,
654 * @module_pointer: module pointer location in words from the NVM beginning
665 u8 module_pointer, u32 offset,
680 return i40e_write_nvm_aq(hw, module_pointer, offset, words,
259 i40e_read_nvm_aq(struct i40e_hw *hw, u8 module_pointer, u32 offset, u16 words, void *data, bool last_command) argument
664 __i40e_write_nvm_buffer(struct i40e_hw *hw, u8 module_pointer, u32 offset, u16 words, void *data) argument
H A Di40e_prototype.h256 enum i40e_status_code i40e_aq_read_nvm(struct i40e_hw *hw, u8 module_pointer,
260 enum i40e_status_code i40e_aq_erase_nvm(struct i40e_hw *hw, u8 module_pointer,
278 enum i40e_status_code i40e_aq_update_nvm(struct i40e_hw *hw, u8 module_pointer,
H A Di40e_common.c3552 * @module_pointer: module pointer location in words from the NVM beginning
3561 enum i40e_status_code i40e_aq_read_nvm(struct i40e_hw *hw, u8 module_pointer, argument
3584 cmd->module_pointer = module_pointer;
3695 * @module_pointer: module pointer location in words from the NVM beginning
3703 enum i40e_status_code i40e_aq_erase_nvm(struct i40e_hw *hw, u8 module_pointer, argument
3725 cmd->module_pointer = module_pointer;
4139 * @module_pointer: module pointer location in words from the NVM beginning
4149 enum i40e_status_code i40e_aq_update_nvm(struct i40e_hw *hw, u8 module_pointer, argument
[all...]
H A Di40e_adminq_cmd.h2362 u8 module_pointer; member in struct:i40e_aqc_nvm_update
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp3873 Module *module_pointer = variable
3876 if (module_pointer != current_module.get() &&

Completed in 203 milliseconds