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

12345

/freebsd-11.0-release/contrib/wpa/src/utils/
H A Dwpa_debug.c791 void hostapd_logger(void *ctx, const u8 *addr, unsigned int module, int level, argument
/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.cc302 bool GetCodeRangeForFile(const char *module, uptr *start, uptr *end) { argument
H A Dsanitizer_symbolizer_libcdep.cc142 LoadedModule *module = FindModuleForAddress(address); local
[all...]
H A Dsanitizer_common.cc266 const char *StripModuleName(const char *module) { argument
/freebsd-11.0-release/contrib/file/src/
H A Dmagic.c124 _w32_get_magic_relative_to(char **hmagicpath, HINSTANCE module) argument
/freebsd-11.0-release/libexec/pppoed/
H A Dpppoed.c462 const char *module[] = { "netgraph", "ng_socket", "ng_ether", "ng_pppoe" }; local
/freebsd-11.0-release/usr.sbin/bsnmpd/modules/snmp_hast/
H A Dhast_snmp.c47 static struct lmodule *module; variable in typeref:struct:lmodule
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectSource.cpp187 Module *module = sc.module_sp.get(); local
231 DumpFileLinesInCompUnit (Stream &strm, Module *module, CompileUnit *cu, const FileSpec &file_spec) argument
314 DumpFileLinesInModule(Stream &strm, Module *module, const FileSpec &file_spec) argument
558 Module *module = module_list.GetModulePointerAtIndex(i); local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp50 ModuleSP module = proc->GetTarget().GetExecutableModule(); local
254 DynamicLoaderHexagonDYLD::UpdateLoadedSections(ModuleSP module, argument
291 UnloadSections(const ModuleSP module) argument
677 GetThreadLocalData(const lldb::ModuleSP module, const lldb::ThreadSP thread) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp195 ReportModuleExportsHelper(std::set<ClangModulesDeclVendor::ModuleID> &exports, clang::Module *module) argument
214 ReportModuleExports(ClangModulesDeclVendor::ModuleVector &exports, clang::Module *module) argument
456 clang::Module *module = module_macro->getOwningModule(); local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Go/
H A DOperatingSystemGo.cpp205 Module *module = module_list.GetModulePointerAtIndexUnlocked(i); local
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp926 PythonModule::AddModule(llvm::StringRef module) argument
934 PythonModule::ImportModule(llvm::StringRef module) argument
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dwin32_crashrpt.c171 MINIDUMP_MODULE_CALLBACK module = callback_input->Module; local
[all...]
/freebsd-11.0-release/contrib/bsnmp/snmpd/
H A Dsnmpd.h297 struct lmodule *module; member in struct:objres
/freebsd-11.0-release/sys/dev/ixl/
H A Di40e_nvm.c1278 u8 module, transaction; local
1520 u8 module, transaction; local
1559 u8 module, transaction; local
1599 u8 module, transaction; local
[all...]
/freebsd-11.0-release/sys/dev/digi/
H A Ddigi.h179 const char *module; member in struct:digi_softc
/freebsd-11.0-release/sys/kern/
H A Dsubr_acl_nfs4.c1379 acl_nfs4_modload(module_t module, int what, void *arg) argument
H A Dsysv_msg.c349 sysvmsg_modload(struct module *module, int cmd, void *arg) argument
H A Duipc_sem.c1055 sem_modload(struct module *module, int cmd, void *arg) argument
/freebsd-11.0-release/sys/kgssapi/
H A Dgsstest.c1130 gsstest_load(struct module *module, int cmd, void *arg) argument
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DDisassembler.cpp171 Disassemble( Debugger &debugger, const ArchSpec &arch, const char *plugin_name, const char *flavor, const ExecutionContext &exe_ctx, const ConstString &name, Module *module, uint32_t num_instructions, uint32_t num_mixed_context_lines, uint32_t options, Stream &strm ) argument
H A DModuleList.cpp777 Module *module = pos->get(); local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DIRInterpreter.cpp184 bool EvaluateValue (lldb_private::Scalar &scalar, const Value *value, Module &module) argument
221 bool AssignValue (const Value *value, lldb_private::Scalar &scalar, Module &module) argument
429 lldb::addr_t ResolveValue (const Value *value, Module &module) argument
467 IRInterpreter::CanInterpret (llvm::Module &module, argument
620 IRInterpreter::Interpret (llvm::Module &module, argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp284 lldb::ModuleSP module = GetTarget().GetExecutableModule(); local
366 ProcessFreeBSD::WillLaunch(Module* module) argument
393 ProcessFreeBSD::DoLaunch (Module *module, argument
[all...]
H A DProcessMonitor.cpp768 LaunchArgs(ProcessMonitor *monitor, lldb_private::Module *module, char const **argv, char const **envp, const FileSpec &stdin_file_spec, const FileSpec &stdout_file_spec, const FileSpec &stderr_file_spec, const FileSpec &working_dir) argument
807 ProcessMonitor(ProcessFreeBSD *process, Module *module, const char *argv[], const char *envp[], const FileSpec &stdin_file_spec, const FileSpec &stdout_file_spec, const FileSpec &stderr_file_spec, const FileSpec &working_dir, const lldb_private::ProcessLaunchInfo & , lldb_private::Error &error) argument

Completed in 481 milliseconds

12345