| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | module.modulemap | 1 // define the module for __config outside of the top level 'std' module 8 module std [system] { 19 module ctype_h { 23 module errno_h { 27 module fenv_h { 43 module math_h { 109 module compat { 317 module any { 335 module bit { 453 module ios { [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/ |
| H A D | module.modulemap | 2 module lldb_API { 8 module * { export * } 11 module lldb_Host { 57 module common { 69 module * { export * } 73 module lldb_Wrapper { 82 module lldb_Core { 112 module lldb_Symbol { 118 module lldb_Target { 127 module lldb_Utility { [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ |
| H A D | module.modulemap | 1 module LLVM_Analysis { 4 module * { export * } 11 module LLVM_AsmParser { 14 module * { export * } 19 module LLVM_Backend { 22 module CodeGen { 90 extern module LLVM_Extern_Config_Def "module.extern.modulemap" 232 module Pass { 301 module LLVM_IR { 336 module LLVM_MC { [all …]
|
| H A D | module.extern.modulemap | 1 module LLVM_Extern_Config_Def {} 2 module LLVM_Extern_IR_Attributes_Gen {} 3 module LLVM_Extern_IR_Intrinsics_Gen {} 4 module LLVM_Extern_IR_Intrinsics_Enum {} 5 module LLVM_Extern_Utils_DataTypes {}
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/ |
| H A D | module.modulemap | 1 module Clang_Analysis { 7 module * { export * } 16 module Clang_AST { 25 module * { export * } 30 module Clang_Basic { 72 module * { export * } 96 module Clang_Driver { 102 module * { export * } 108 module Clang_Frontend { 159 module Clang_Testing { [all …]
|
| /freebsd-13.1/contrib/openpam/lib/libpam/ |
| H A D | openpam_load.c | 57 pam_module_t *module; in openpam_load_module() local 59 module = openpam_dynamic(modulename); in openpam_load_module() 66 module = openpam_static(modulename); in openpam_load_module() 71 if (module == NULL) { in openpam_load_module() 75 return (module); in openpam_load_module() 88 if (module == NULL) in openpam_release_module() 90 if (module->dlh == NULL) in openpam_release_module() 93 dlclose(module->dlh); in openpam_release_module() 95 FREE(module->path); in openpam_release_module() 96 FREE(module); in openpam_release_module() [all …]
|
| H A D | openpam_dynamic.c | 125 pam_module_t *module; in try_module() local 128 if ((module = calloc(1, sizeof *module)) == NULL || in try_module() 137 module->func[i] = (pam_func_t)dlfunc(module->dlh, in try_module() 155 return (module); in try_module() 158 if (module != NULL) { in try_module() 160 dlclose(module->dlh); in try_module() 162 FREE(module->path); in try_module() 163 FREE(module); in try_module() 181 pam_module_t *module; in openpam_dynamic() local 247 return (module); in openpam_dynamic() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Headers/ |
| H A D | module.modulemap | 1 /*===---- module.modulemap - intrinsics module map -------------------------=== 11 explicit module altivec { 16 explicit module arm { 19 explicit module acle { 24 explicit module neon { 31 explicit module sve { 38 explicit module intel { 81 explicit module mmx { 85 explicit module sse { 143 explicit module htm { [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptx86ABIFixups.cpp | 30 (void)module; in isRSAPICall() 52 (void)module; in isRSLargeReturnCall() 71 (void)module; in isRSAllocationTyCallSite() 125 bool findRSCallSites(llvm::Module &module, in findRSCallSites() argument 130 for (auto &func : module.getFunctionList()) in findRSCallSites() 138 if (isRSAPICall(module, call_inst) && predicate(module, call_inst)) { in findRSCallSites() 146 bool fixupX86StructRetCalls(llvm::Module &module) { in fixupX86StructRetCalls() argument 268 bool fixupX86FunctionCalls(llvm::Module &module) { in fixupX86FunctionCalls() argument 269 return fixupX86StructRetCalls(module); in fixupX86FunctionCalls() 272 bool fixupX86_64FunctionCalls(llvm::Module &module) { in fixupX86_64FunctionCalls() argument [all …]
|
| /freebsd-13.1/crypto/openssl/crypto/objects/ |
| H A D | objects.pl | 53 $module = $1."-"; 54 $module =~ s/\./_/g; 55 $module =~ s/-/_/g; 58 { $module = ""; } 63 $Cname = $module.$1; 93 if ($Cname ne "" && defined($ln{$module.$Cname})) 94 ….txt:$o:There's already an object with long name ",$ln{$module.$Cname}," on line ",$order{$module.… 100 if ($Cname ne "" && defined($sn{$module.$Cname})) 101 …txt:$o:There's already an object with short name ",$sn{$module.$Cname}," on line ",$order{$module.… 110 ….txt:$o:There's already an object with long name ",$ln{$module.$Cname}," on line ",$order{$module.… [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-kstat.c | 371 kstat_module_t *module = NULL; in kstat_find_module() local 375 return (module); in kstat_find_module() 384 kstat_module_t *module; in kstat_create_module() local 392 module->ksm_proc = pde; in kstat_create_module() 397 return (module); in kstat_create_module() 571 kstat_module_t *module; in kstat_detect_collision() local 606 kstat_module_t *module; in kstat_proc_entry_install() local 614 if (module == NULL) { in kstat_proc_entry_install() 621 if (module == NULL) in kstat_proc_entry_install() 636 kpep->kpe_owner = module; in kstat_proc_entry_install() [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/rpm/redhat/ |
| H A D | zfs-dkms.spec.in | 10 %define module @PACKAGE@ 13 Name: %{module}-dkms 17 Summary: Kernel module(s) (dkms) 22 Source0: %{module}-%{version}.tar.gz 36 Provides: %{module}-kmod = %{version} 50 %setup -q -n %{module}-%{version} 53 %{mkconf} -n %{module} -v %{version} -f dkms.conf 69 /usr/src/%{module}-%{version} 74 $POSTINST %{module} %{version} 104 CONFIG_H="/var/lib/dkms/%{module}/%{version}/*/*/%{module}_config.h" [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/rpm/generic/ |
| H A D | zfs-dkms.spec.in | 10 %define module @PACKAGE@ 13 Name: %{module}-dkms 17 Summary: Kernel module(s) (dkms) 22 Source0: %{module}-%{version}.tar.gz 36 Provides: %{module}-kmod = %{version} 50 %setup -q -n %{module}-%{version} 53 %{mkconf} -n %{module} -v %{version} -f dkms.conf 69 /usr/src/%{module}-%{version} 74 $POSTINST %{module} %{version} 104 CONFIG_H="/var/lib/dkms/%{module}/%{version}/*/*/%{module}_config.h" [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | DWARFLocationExpression.cpp | 109 const ArchSpec &architecture = module->GetArchitecture(); in MakeLocationExpressionInternal() 125 DWARFExpression result(module, extractor, nullptr); in MakeLocationExpressionInternal() 133 lldb::ModuleSP module) { in MakeRegisterBasedLocationExpressionInternal() argument 135 module, [&](Stream &stream, RegisterKind ®ister_kind) -> bool { in MakeRegisterBasedLocationExpressionInternal() 162 llvm::codeview::RegisterId reg, lldb::ModuleSP module) { in MakeEnregisteredLocationExpression() argument 182 const ArchSpec &architecture = module->GetArchitecture(); in MakeVFrameRelLocationExpression() 199 uint16_t section, uint32_t offset, ModuleSP module) { in MakeGlobalLocationExpression() argument 201 assert(module); in MakeGlobalLocationExpression() 207 SectionList *section_list = module->GetSectionList(); in MakeGlobalLocationExpression() 223 ModuleSP module) { in MakeConstantLocationExpression() argument [all …]
|
| /freebsd-13.1/sys/sys/ |
| H A D | module.h | 52 typedef struct module *module_t; 121 #define MODULE_DEPEND(module, mdepend, vmin, vpref, vmax) \ argument 122 static struct mod_depend _##module##_depend_on_##mdepend \ 128 MODULE_METADATA(_md_##module##_on_##mdepend, MDT_DEPEND, \ 129 &_##module##_depend_on_##mdepend, #mdepend) 146 SYSINIT(name##module, sub, order, module_register_init, &data); \ 167 #define MODULE_VERSION_CONCAT(module, version) _##module##_version argument 168 #define MODULE_VERSION(module, version) \ argument 169 static struct mod_version MODULE_VERSION_CONCAT(module, version)\ 173 MODULE_METADATA(MODULE_VERSION_CONCAT(module, version), MDT_VERSION,\ [all …]
|
| /freebsd-13.1/stand/forth/ |
| H A D | loader.4th | 230 \ show, enable, disable, toggle module loading. They all take module from 234 over module.flag ! 239 : enable-module find-module ?dup if true set-module-flag then ; 241 : disable-module find-module ?dup if false set-module-flag then ; 243 : toggle-module find-module ?dup if dup module.flag @ 0= set-module-flag then ; 245 \ ***** show-module 249 : show-module ( <module> -- ) find-module ?dup if show-one-module then ; 277 s" enable-module" s" enable loading of a module" .? 278 s" disable-module" s" disable loading of a module" .? 279 s" toggle-module" s" toggle loading of a module" .? [all …]
|
| H A D | support.4th | 43 \ module module loading information structure 45 \ string module.name module's name 46 \ string module.loadname name to be used in loading the module 47 \ string module.type module's type 120 structure: module 121 int module.flag 129 ptr module.next 799 module.next @ 967 : find-module ( <module> -- ptr | 0 ) 1007 module.next @ [all …]
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/bus/ |
| H A D | ti-sysc.txt | 1 Texas Instruments sysc interconnect target module wrapper binding 3 Texas Instruments SoCs can have a generic interconnect target module 12 module clocks, idle modes and interconnect level resets for the module. 44 target module in question such as revision, sysc and syss 47 interconnect target module in question such as 52 by the interconnect target module, the ranges may include 60 Manual (TRM) for the interconnect target module 63 target module as documented in the TRM for SYSCONFIG 67 target module as documented in the TRM for SYSCONFIG 85 depending on the SoC and the interconnect target module, [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/common/ |
| H A D | TraceSessionFileParser.cpp | 29 const JSONModule &module) { in ParseModule() argument 30 FileSpec system_file_spec(module.system_path); in ParseModule() 33 FileSpec local_file_spec(module.file.hasValue() ? *module.file in ParseModule() 41 if (module.uuid.hasValue()) in ParseModule() 42 module_spec.GetUUID().SetFromStringRef(*module.uuid); in ParseModule() 137 for (const JSONModule &module : process.modules) in ParseProcess() local 138 if (Error err = ParseModule(target_sp, module)) in ParseProcess() 190 return o && o.map("systemPath", module.system_path) && in fromJSON() 191 o.map("file", module.file) && in fromJSON() 192 o.map("loadAddress", module.load_address) && in fromJSON() [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/scripts/ |
| H A D | Makefile.am | 57 export KMOD_SPL=@abs_top_builddir@/module/spl/spl.ko 58 export KMOD_ZAVL=@abs_top_builddir@/module/avl/zavl.ko 59 export KMOD_ZNVPAIR=@abs_top_builddir@/module/nvpair/znvpair.ko 60 export KMOD_ZUNICODE=@abs_top_builddir@/module/unicode/zunicode.ko 61 export KMOD_ZCOMMON=@abs_top_builddir@/module/zcommon/zcommon.ko 62 export KMOD_ZLUA=@abs_top_builddir@/module/lua/zlua.ko 63 export KMOD_ICP=@abs_top_builddir@/module/icp/icp.ko 64 export KMOD_ZFS=@abs_top_builddir@/module/zfs/zfs.ko 65 export KMOD_FREEBSD=@abs_top_builddir@/module/openzfs.ko 66 export KMOD_ZZSTD=@abs_top_builddir@/module/zstd/zzstd.ko
|
| /freebsd-13.1/sys/contrib/openzfs/ |
| H A D | Makefile.am | 17 SUBDIRS += module subdir 33 EXTRA_DIST += module/lua/README.zfs module/os/linux/spl/README.md 36 EXTRA_DIST += module/icp/algs/skein/THIRDPARTYLICENSE 37 EXTRA_DIST += module/icp/algs/skein/THIRDPARTYLICENSE.descrip 38 EXTRA_DIST += module/icp/asm-x86_64/aes/THIRDPARTYLICENSE.gladman 40 EXTRA_DIST += module/icp/asm-x86_64/aes/THIRDPARTYLICENSE.openssl 46 EXTRA_DIST += module/os/linux/spl/THIRDPARTYLICENSE.gplv2 47 EXTRA_DIST += module/os/linux/spl/THIRDPARTYLICENSE.gplv2.descrip 48 EXTRA_DIST += module/zfs/THIRDPARTYLICENSE.cityhash 49 EXTRA_DIST += module/zfs/THIRDPARTYLICENSE.cityhash.descrip [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangModulesDeclVendor.cpp | 206 module->getExportedModules(sub_exports); in ReportModuleExportsHelper() 208 for (clang::Module *module : sub_exports) in ReportModuleExportsHelper() 209 ReportModuleExportsHelper(exports, module); in ReportModuleExportsHelper() 216 ReportModuleExportsHelper(exports_set, module); in ReportModuleExports() 218 for (ModuleID module : exports_set) in ReportModuleExports() local 219 exports.push_back(module); in ReportModuleExports() 237 for (ConstString path_component : module.path) in AddModule() 253 if (module.search_path) { in AddModule() 427 for (ModuleID module : modules) in ForEachMacro() local 428 module_priorities[module] = priority++; in ForEachMacro() [all …]
|
| /freebsd-13.1/stand/lua/ |
| H A D | cli.lua | 80 local function setModule(module, loading) 81 if loading and config.enableModule(module) then 82 print(module .. " will be loaded") 83 elseif not loading and config.disableModule(module) then 84 print(module .. " will not be loaded") 184 local module = argv[1] 185 setModule(module, not config.isModuleEnabled(module)) 194 for module, info in pairs(modules) do 199 lines[#lines + 1] = "Name: " .. module 225 if blacklist[module] and not info.force then
|
| /freebsd-13.1/contrib/bsnmp/ |
| H A D | oid-list | 13 2 BEGEMOT-NETGRAPH snmpd netgraph module 18 100 BEGEMOT-ILMID snmpd ILMID module 19 101 BEGEMOT-ATM snmpd ATM module 20 200 BEGEMOT-PF snmpd PF module ([email protected]) 21 201 BEGEMOT-NTP snmpd NTP module 22 202 BEGEMOT-HOSTRES snmpd HOSTRES module private stuff 25 205 begemotBridge bridge module 26 210 begemotWlan WLAN module 27 220 begemotHast HAST module
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | DynamicLoader.cpp | 107 void DynamicLoader::UpdateLoadedSections(ModuleSP module, addr_t link_map_addr, in UpdateLoadedSections() argument 110 UpdateLoadedSectionsCommon(module, base_addr, base_addr_is_offset); in UpdateLoadedSections() 113 void DynamicLoader::UpdateLoadedSectionsCommon(ModuleSP module, in UpdateLoadedSectionsCommon() argument 117 module->SetLoadAddress(m_process->GetTarget(), base_addr, base_addr_is_offset, in UpdateLoadedSectionsCommon() 121 void DynamicLoader::UnloadSections(const ModuleSP module) { in UnloadSections() argument 122 UnloadSectionsCommon(module); in UnloadSections() 125 void DynamicLoader::UnloadSectionsCommon(const ModuleSP module) { in UnloadSectionsCommon() argument 127 const SectionList *sections = GetSectionListFromModule(module); in UnloadSectionsCommon() 139 DynamicLoader::GetSectionListFromModule(const ModuleSP module) const { in GetSectionListFromModule() 141 if (module) { in GetSectionListFromModule() [all …]
|