Searched defs:module (Results 1 - 25 of 153) sorted by relevance

1234567

/freebsd-current/contrib/openpam/lib/libpam/
H A Dopenpam_static.c59 pam_module_t **module; local
H A Dopenpam_load.c55 pam_module_t *module; local
83 openpam_release_module(pam_module_t *module) argument
[all...]
H A Dopenpam_dynamic.c123 pam_module_t *module; local
179 pam_module_t *module; local
[all...]
/freebsd-current/contrib/lutok/examples/
H A Dbindings.cpp115 std::map< std::string, lutok::cxx_function > module; local
/freebsd-current/share/examples/kld/syscall/module/
H A Dsyscall.c65 load(struct module *module, int cmd, void *arg) argument
/freebsd-current/sys/netinet/
H A Dsctp_module.c106 sctp_modload(struct module *module, int cmd, void *arg) argument
/freebsd-current/stand/lua/
H A Dcli.lua[all...]
/freebsd-current/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/bindings/
H A D__init__.py51 module = importlib.import_module("." + module_name, __name__) variable in class:_setup_cffi.LazyLibrary
/freebsd-current/sys/dev/wtap/
H A Dif_wtap_module.c133 event_handler(module_t module, int event, void *arg) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFIndex.h27 DWARFIndex(Module &module) : m_module(module) {} argument
H A DDebugNamesDWARFIndex.h61 DebugNamesDWARFIndex(Module &module, argument
H A DAppleDWARFIndex.h24 AppleDWARFIndex(Module &module, argument
H A DManualDWARFIndex.h23 ManualDWARFIndex(Module &module, SymbolFileDWARF &dwarf, argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTJSONStructs.cpp33 json::Value toJSON(const JSONModule &module) { argument
44 bool fromJSON(const json::Value &value, JSONModule &module, Path path) { argument
[all...]
/freebsd-current/contrib/tcpdump/
H A Dnetdissect.c122 nd_load_smi_module(const char *module, char *errbuf, size_t errbuf_size) argument
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DStackFrameRecognizer.cpp50 AddRecognizer( StackFrameRecognizerSP recognizer, ConstString module, llvm::ArrayRef<ConstString> symbols, bool first_instruction_only) argument
58 AddRecognizer( StackFrameRecognizerSP recognizer, RegularExpressionSP module, RegularExpressionSP symbol, bool first_instruction_only) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExternalASTSourceCallbacks.cpp66 ClangExternalASTSourceCallbacks::RegisterModule(clang::Module *module) { argument
87 ClangExternalASTSourceCallbacks::GetIDForModule(clang::Module *module) { argument
H A DClangPersistentVariables.h77 void AddHandLoadedClangModule(ClangModulesDeclVendor::ModuleID module) { argument
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindTable.cpp32 UnwindTable::UnwindTable(Module &module) argument
/freebsd-current/stand/i386/libi386/
H A Dbootinfo64.c104 uint64_t module; local
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DDynamicLoader.h198 virtual lldb::addr_t GetThreadLocalData(const lldb::ModuleSP module, argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBLocationToDWARFExpression.cpp67 ConvertPDBLocationToDWARFExpression( ModuleSP module, const PDBSymbolData &symbol, const Variable::RangeList &ranges, bool &is_constant) argument
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDWARFExpressionList.h114 void SetModule(const lldb::ModuleSP &module) { m_module_wp = module; } argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp108 static DWARFExpression MakeLocationExpressionInternal(lldb::ModuleSP module, argument
132 MakeRegisterBasedLocationExpressionInternal( Stream &stream, llvm::codeview::RegisterId reg, RegisterKind &register_kind, std::optional<int32_t> relative_offset, lldb::ModuleSP module) argument
157 MakeRegisterBasedLocationExpressionInternal( llvm::codeview::RegisterId reg, std::optional<int32_t> relative_offset, lldb::ModuleSP module) argument
[all...]
/freebsd-current/sys/dev/ice/
H A Dice_strings.c1070 ice_fw_module_str(enum ice_aqc_fw_logging_mod module) argument

Completed in 165 milliseconds

1234567