Searched defs:module (Results 101 - 117 of 117) sorted by relevance

12345

/freebsd-11.0-release/sys/kern/
H A Duipc_mqueue.c2890 mq_modload(struct module *module, int cmd, void *arg) argument
H A Dvfs_aio.c357 aio_modload(struct module *module, int cmd, void *arg) argument
/freebsd-11.0-release/sys/contrib/ncsw/Peripherals/FM/
H A Dfm.c1145 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
1192 FmUnregisterIntr(t_Handle h_Fm, e_FmEventModules module, uint8_t modId, e_FmIntrType intrType) argument
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h1564 WillLaunch (Module* module) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp1459 DumpModuleArchitecture (Stream &strm, Module *module, bool full_triple, uint32_t width) argument
1479 DumpModuleUUID (Stream &strm, Module *module) argument
1488 DumpCompileUnitLineTable(CommandInterpreter &interpreter, Stream &strm, Module *module, const FileSpec &file_spec, bool load_addresses) argument
1583 DumpModuleSymtab(CommandInterpreter &interpreter, Stream &strm, Module *module, SortOrder sort_order) argument
1598 DumpModuleSections(CommandInterpreter &interpreter, Stream &strm, Module *module) argument
1616 DumpModuleSymbolVendor(Stream &strm, Module *module) argument
1654 LookupAddressInModule(CommandInterpreter &interpreter, Stream &strm, Module *module, uint32_t resolve_mask, lldb::addr_t raw_addr, lldb::addr_t offset, bool verbose) argument
1708 LookupSymbolInModule(CommandInterpreter &interpreter, Stream &strm, Module *module, const char *name, bool name_is_regex, bool verbose) argument
1791 LookupFunctionInModule(CommandInterpreter &interpreter, Stream &strm, Module *module, const char *name, bool name_is_regex, bool include_inlines, bool include_symbols, bool verbose) argument
1840 LookupTypeInModule(CommandInterpreter &interpreter, Stream &strm, Module *module, const char *name_cstr, bool name_is_regex) argument
1943 LookupFileAndLineInModule(CommandInterpreter &interpreter, Stream &strm, Module *module, const FileSpec &file_spec, uint32_t line, bool check_inlines, bool verbose) argument
1994 Module *module = Module::GetAllocatedModuleAtIndex(image_idx); local
2291 Module *module = module_list.GetModulePointerAtIndex(i); variable
2413 Module *module = module_list.GetModulePointerAtIndex(i); variable
2519 Module *module = module_list.GetModulePointerAtIndex(i); variable
2938 Module *module = matching_modules.GetModulePointerAtIndex(0); variable
3311 Module *module; variable
3353 PrintModule(Target *target, Module *module, int indent, Stream &strm) argument
4079 LookupInModule(CommandInterpreter &interpreter, Module *module, CommandReturnObject &result, bool &syntax_error) argument
4254 Module *module = module_list.GetModulePointerAtIndex(j); variable
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp416 ModuleSP module = context.module_sp; local
1098 LoadRuntimeHooks(lldb::ModuleSP module, ModuleKind kind) argument
1179 const ModuleSP module = rsmodule_sp->m_module; local
2566 auto module = module_list.GetModuleAtIndex(i); local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp699 ProcessGDBRemote::WillLaunch (Module* module) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp4028 ModuleSP module = GetObjectFile()->GetModule(); local
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp372 CreateInstance(lldb::LanguageType language, lldb_private::Module *module, Target *target) argument
/freebsd-11.0-release/contrib/ntp/lib/isc/unix/
H A Dsocket.c707 manager_log(isc__socketmgr_t *sockmgr, isc_logcategory_t *category, isc_logmodule_t *module, int level, const char *fmt, ...) argument
732 socket_log(isc__socket_t *sock, isc_sockaddr_t *address, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_msgcat_t *msgcat, int msgset, int message, const char *fmt, ...) argument
/freebsd-11.0-release/contrib/binutils/binutils/
H A Ddlltool.c1102 def_import (const char *app_name, const char *module, const char *dllext, argument
[all...]
/freebsd-11.0-release/sys/dev/qlxge/
H A Dqls_dump.c1223 uint32_t module, mux_sel, probe, lo_val, hi_val; local
/freebsd-11.0-release/sys/dev/mlx5/
H A Ddevice.h427 u8 module; member in struct:mlx5_eqe_port_module_event
1195 u8 module[0x8]; member in struct:mlx5_ifc_mcia_reg_bits
H A Dmlx5_ifc.h6957 u8 module[0x8]; member in struct:mlx5_ifc_pmpr_reg_bits
6972 u8 module[0x8]; member in struct:mlx5_ifc_pmpe_reg_bits
7017 u8 module[0x8]; member in struct:mlx5_ifc_pmaos_reg_bits
7435 u8 module[0x8]; member in struct:mlx5_ifc_lane_2_module_mapping_bits
8162 u8 module[0x8]; member in struct:mlx5_ifc_port_module_event_bits
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang-c/
H A DIndex.h5291 CXModule module; member in struct:__anon3573
[all...]
/freebsd-11.0-release/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp2976 inline void swapStruct(struct objc_module_t &module) { argument
5304 struct objc_module_t module; local
[all...]
/freebsd-11.0-release/contrib/sqlite3/
H A Dsqlite3.c156256 static const sqlite3_tokenizer_module module = { local
[all...]

Completed in 976 milliseconds

12345