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

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h312 lldb::ModuleSP FindModule(const Module *module_ptr) const;
399 bool RemoveIfOrphaned(const Module *module_ptr);
436 static bool ModuleIsInCache(const Module *module_ptr);
452 static bool RemoveSharedModuleIfOrphaned(const Module *module_ptr);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp242 bool ModuleList::RemoveIfOrphaned(const Module *module_ptr) { argument
243 if (module_ptr) {
247 if (pos->get() == module_ptr) {
455 ModuleSP ModuleList::FindModule(const Module *module_ptr) const {
464 if ((*pos).get() == module_ptr) {
695 bool ModuleList::ModuleIsInCache(const Module *module_ptr) { argument
696 if (module_ptr) {
698 return shared_module_list.FindModule(module_ptr).get() != nullptr;
962 bool ModuleList::RemoveSharedModuleIfOrphaned(const Module *module_ptr) { argument
963 return GetSharedModuleList().RemoveIfOrphaned(module_ptr);
[all...]
/freebsd-12-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 174 milliseconds