Home
last modified time | relevance | path

Searched refs:module_ptr (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDModuleList.h345 lldb::ModuleSP FindModule(const Module *module_ptr) const;
428 bool RemoveIfOrphaned(const Module *module_ptr);
465 static bool ModuleIsInCache(const Module *module_ptr);
482 static bool RemoveSharedModuleIfOrphaned(const Module *module_ptr);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDModuleList.cpp348 bool ModuleList::RemoveIfOrphaned(const Module *module_ptr) { in RemoveIfOrphaned() argument
349 if (module_ptr) { in RemoveIfOrphaned()
353 if (pos->get() == module_ptr) { in RemoveIfOrphaned()
552 ModuleSP ModuleList::FindModule(const Module *module_ptr) const { in FindModule()
561 if ((*pos).get() == module_ptr) { in FindModule()
767 bool ModuleList::ModuleIsInCache(const Module *module_ptr) { in ModuleIsInCache() argument
768 if (module_ptr) { in ModuleIsInCache()
770 return shared_module_list.FindModule(module_ptr).get() != nullptr; in ModuleIsInCache()
1036 bool ModuleList::RemoveSharedModuleIfOrphaned(const Module *module_ptr) { in RemoveSharedModuleIfOrphaned() argument
1037 return GetSharedModuleList().RemoveIfOrphaned(module_ptr); in RemoveSharedModuleIfOrphaned()
/freebsd-13-stable/sys/dev/ixl/
HDi40e_nvm.c380 i40e_read_nvm_module_data(struct i40e_hw *hw, u8 module_ptr, u16 module_offset, in i40e_read_nvm_module_data() argument
388 if (module_ptr != 0) { in i40e_read_nvm_module_data()
389 status = i40e_read_nvm_word(hw, module_ptr, &ptr_value); in i40e_read_nvm_module_data()
HDi40e_prototype.h474 i40e_read_nvm_module_data(struct i40e_hw *hw, u8 module_ptr, u16 module_offset,