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

/freebsd-11-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-11-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,
514 * @module_pointer: module pointer location in words from the NVM beginning
522 enum i40e_status_code i40e_write_nvm_aq(struct i40e_hw *hw, u8 module_pointer, argument
549 ret_code = i40e_aq_update_nvm(hw, module_pointer,
583 * @module_pointer: module pointer location in words from the NVM beginning
594 u8 module_pointer, u32 offset,
609 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
593 __i40e_write_nvm_buffer(struct i40e_hw *hw, u8 module_pointer, u32 offset, u16 words, void *data) argument
H A Di40e_prototype.h249 enum i40e_status_code i40e_aq_read_nvm(struct i40e_hw *hw, u8 module_pointer,
253 enum i40e_status_code i40e_aq_erase_nvm(struct i40e_hw *hw, u8 module_pointer,
271 enum i40e_status_code i40e_aq_update_nvm(struct i40e_hw *hw, u8 module_pointer,
H A Di40e_common.c3475 * @module_pointer: module pointer location in words from the NVM beginning
3484 enum i40e_status_code i40e_aq_read_nvm(struct i40e_hw *hw, u8 module_pointer, argument
3507 cmd->module_pointer = module_pointer;
3618 * @module_pointer: module pointer location in words from the NVM beginning
3626 enum i40e_status_code i40e_aq_erase_nvm(struct i40e_hw *hw, u8 module_pointer, argument
3648 cmd->module_pointer = module_pointer;
4062 * @module_pointer: module pointer location in words from the NVM beginning
4072 enum i40e_status_code i40e_aq_update_nvm(struct i40e_hw *hw, u8 module_pointer, argument
[all...]
H A Di40e_adminq_cmd.h2199 u8 module_pointer; member in struct:i40e_aqc_nvm_update
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp3873 Module *module_pointer = variable
3876 if (module_pointer != current_module.get() &&

Completed in 123 milliseconds