Searched defs:module (Results 126 - 150 of 153) sorted by relevance

1234567

/freebsd-current/sys/contrib/openzfs/lib/libzpool/
H A Dkernel.c155 kstat_create(const char *module, int instance, const char *name, argument
457 procfs_list_install(const char *module, argument
/freebsd-current/sys/contrib/dev/rtw89/
H A Drtw8852c.c2321 struct rtw89_btc_module *module = &btc->mdinfo; local
2403 struct rtw89_btc_module *module = &btc->mdinfo; local
[all...]
H A Drtw8851b.c1909 struct rtw89_btc_module *module = &btc->mdinfo; local
1967 struct rtw89_btc_module *module = &btc->mdinfo; local
[all...]
H A Dfw.c2509 struct rtw89_btc_module *module = &init_info->module; local
[all...]
H A Dcoex.c6400 struct rtw89_btc_module *module = &btc->mdinfo; local
6766 struct rtw89_btc_module *module = &btc->mdinfo; local
H A Dcore.h1662 struct rtw89_btc_module module; member in struct:rtw89_btc_init_info
/freebsd-current/sys/kern/
H A Dvfs_aio.c370 aio_modload(struct module *module, int cmd, void *arg) argument
H A Duipc_mqueue.c2923 mq_modload(struct module *module, int cmd, void *arg) argument
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp159 Platform::LocateExecutableScriptingResources(Target *target, Module &module, argument
[all...]
H A DThread.cpp1641 addr_t Thread::GetThreadLocalData(const ModuleSP module, argument
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1547 bool SBTarget::AddModule(lldb::SBModule &module) { argument
1710 bool SBTarget::RemoveModule(lldb::SBModule module) { argument
2130 SBError SBTarget::SetModuleLoadAddress(lldb::SBModule module, argument
2143 SetModuleLoadAddress(lldb::SBModule module, uint64_t slide_offset) argument
2176 ClearModuleLoadAddress(lldb::SBModule module) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp945 ModuleSP module = GetObjectFile()->GetModule(); local
1819 ModuleSP module = GetObjectFile()->GetModule(); local
/freebsd-current/sys/contrib/ncsw/Peripherals/FM/
H A Dfm_ncsw.c1754 FmRegisterIntr(t_Handle h_Fm, e_FmEventModules module, uint8_t modId, e_FmIntrType intrType, void (*f_Isr) (t_Handle h_Arg), t_Handle h_Arg) argument
1801 FmUnregisterIntr(t_Handle h_Fm, e_FmEventModules module, uint8_t modId, e_FmIntrType intrType) argument
/freebsd-current/sys/dev/qlxge/
H A Dqls_dump.c1211 uint32_t module, mux_sel, probe, lo_val, hi_val; local
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmcu.c2482 int mt7996_mcu_fw_dbg_ctrl(struct mt7996_dev *dev, u32 module, u8 level) argument
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1074 virtual Status DoWillLaunch(Module *module) { return Status(); } argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp1290 static void DumpModuleArchitecture(Stream &strm, Module *module, argument
1308 static void DumpModuleUUID(Stream &strm, Module *module) { argument
1315 DumpCompileUnitLineTable(CommandInterpreter &interpreter, Stream &strm, Module *module, const FileSpec &file_spec, lldb::DescriptionLevel desc_level) argument
1419 DumpModuleSymtab(CommandInterpreter &interpreter, Stream &strm, Module *module, SortOrder sort_order, Mangled::NamePreference name_preference) argument
1429 DumpModuleSections(CommandInterpreter &interpreter, Stream &strm, Module *module) argument
1444 DumpModuleSymbolFile(Stream &strm, Module *module) argument
1454 GetSeparateDebugInfoList(StructuredData::Array &list, Module *module, bool errors_only) argument
1560 LookupAddressInModule(CommandInterpreter &interpreter, Stream &strm, Module *module, uint32_t resolve_mask, lldb::addr_t raw_addr, lldb::addr_t offset, bool verbose, bool all_ranges) argument
1588 LookupSymbolInModule(CommandInterpreter &interpreter, Stream &strm, Module *module, const char *name, bool name_is_regex, bool verbose, bool all_ranges) argument
1679 LookupFunctionInModule(CommandInterpreter &interpreter, Stream &strm, Module *module, const char *name, bool name_is_regex, const ModuleFunctionSearchOptions &options, bool verbose, bool all_ranges) argument
1711 LookupTypeInModule(Target *target, CommandInterpreter &interpreter, Stream &strm, Module *module, const char *name_cstr, bool name_is_regex) argument
1764 LookupTypeHere(Target *target, CommandInterpreter &interpreter, Stream &strm, Module &module, const char *name_cstr, bool name_is_regex) argument
1806 LookupFileAndLineInModule(CommandInterpreter &interpreter, Stream &strm, Module *module, const FileSpec &file_spec, uint32_t line, bool check_inlines, bool verbose, bool all_ranges) argument
1849 Module *module = Module::GetAllocatedModuleAtIndex(image_idx); local
2211 Module *module = module_list.GetModulePointerAtIndex(i); variable
2422 Module *module = module_list.GetModulePointerAtIndex(i); variable
2650 Module *module = module_list.GetModulePointerAtIndex(i); variable
3010 Module *module = matching_modules.GetModulePointerAtIndex(0); variable
3337 Module *module; variable
3369 PrintModule(Target *target, Module *module, int indent, Stream &strm) argument
4070 LookupInModule(CommandInterpreter &interpreter, Module *module, CommandReturnObject &result, bool &syntax_error) argument
4210 Module *module = module_list.GetModulePointerAtIndex(j); variable
[all...]
/freebsd-current/sys/dev/ixl/
H A Di40e_common.c3704 i40e_aq_min_rollback_rev_update(struct i40e_hw *hw, u8 mode, u8 module, argument
[all...]
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmcu.c2099 int mt7915_mcu_fw_dbg_ctrl(struct mt7915_dev *dev, u32 module, u8 level) argument
/freebsd-current/sys/dev/mlx5/
H A Ddevice.h602 u8 module; member in struct:mlx5_eqe_port_module_event
1243 u8 module[0x8]; member in struct:mlx5_ifc_mcia_reg_bits
/freebsd-current/sys/dev/ice/
H A Dice_lib.c10250 enum { IS_SGMII, IS_SFP, IS_QSFP } module; local
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp3956 llvm::Constant *module = [&] { local
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1261 clang::Module *module; local
582 CreateInstance(lldb::LanguageType language, lldb_private::Module *module, Target *target) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang-c/
H A DIndex.h5972 CXModule module; member in struct:__anon175
[all...]
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp4108 inline void swapStruct(struct objc_module_t &module) { argument
6485 struct objc_module_t module; local
[all...]

Completed in 964 milliseconds

1234567