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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h326 lldb::ModuleSP FindModule(const Module *module_ptr) const;
413 bool RemoveIfOrphaned(const Module *module_ptr);
450 static bool ModuleIsInCache(const Module *module_ptr);
465 static bool RemoveSharedModuleIfOrphaned(const Module *module_ptr);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp272 bool ModuleList::RemoveIfOrphaned(const Module *module_ptr) { argument
273 if (module_ptr) {
277 if (pos->get() == module_ptr) {
486 ModuleSP ModuleList::FindModule(const Module *module_ptr) const {
495 if ((*pos).get() == module_ptr) {
722 bool ModuleList::ModuleIsInCache(const Module *module_ptr) { argument
723 if (module_ptr) {
725 return shared_module_list.FindModule(module_ptr).get() != nullptr;
987 bool ModuleList::RemoveSharedModuleIfOrphaned(const Module *module_ptr) { argument
988 return GetSharedModuleList().RemoveIfOrphaned(module_ptr);
[all...]
/freebsd-13-stable/sys/dev/ixl/
H A Di40e_nvm.c372 * @module_ptr: Pointer to module in words with respect to NVM beginning
379 i40e_read_nvm_module_data(struct i40e_hw *hw, u8 module_ptr, u16 module_offset, argument
387 if (module_ptr != 0) {
388 status = i40e_read_nvm_word(hw, module_ptr, &ptr_value);
H A Di40e_prototype.h467 i40e_read_nvm_module_data(struct i40e_hw *hw, u8 module_ptr, u16 module_offset,

Completed in 126 milliseconds