Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h324 lldb::ModuleSP FindModule(const Module *module_ptr) const;
407 bool RemoveIfOrphaned(const Module *module_ptr);
444 static bool ModuleIsInCache(const Module *module_ptr);
461 static bool RemoveSharedModuleIfOrphaned(const Module *module_ptr);
/freebsd-14.2/sys/tests/
H A Dktest.c252 info->module_ptr = mod; in register_test_module()
261 struct ktest_module *mod = info->module_ptr; in unregister_test_module()
263 info->module_ptr = NULL; in unregister_test_module()
275 struct ktest_module *mod = info->module_ptr; in can_unregister()
H A Dktest.h64 void *module_ptr; member
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp343 bool ModuleList::RemoveIfOrphaned(const Module *module_ptr) { in RemoveIfOrphaned() argument
344 if (module_ptr) { in RemoveIfOrphaned()
348 if (pos->get() == module_ptr) { in RemoveIfOrphaned()
547 ModuleSP ModuleList::FindModule(const Module *module_ptr) const { in FindModule()
556 if ((*pos).get() == module_ptr) { in FindModule()
762 bool ModuleList::ModuleIsInCache(const Module *module_ptr) { in ModuleIsInCache() argument
763 if (module_ptr) { in ModuleIsInCache()
765 return shared_module_list.FindModule(module_ptr).get() != nullptr; in ModuleIsInCache()
1031 bool ModuleList::RemoveSharedModuleIfOrphaned(const Module *module_ptr) { in RemoveSharedModuleIfOrphaned() argument
1032 return GetSharedModuleList().RemoveIfOrphaned(module_ptr); in RemoveSharedModuleIfOrphaned()
/freebsd-14.2/sys/dev/ixl/
H A Di40e_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()
H A Di40e_prototype.h474 i40e_read_nvm_module_data(struct i40e_hw *hw, u8 module_ptr, u16 module_offset,