/freebsd/contrib/unbound/util/ |
H A D | module.h | 2 * util/module.h - DNS handling module interface 30 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 41 * The module interface uses the DNS modules as state machines. The 42 * state machines are activated in sequence to operate on queries. Once 47 * The module provides a number of functions, listed in the module_func_block. 48 * The module is inited and destroyed and memory usage queries, for the 49 * module as a whole, for entire-module state (such as a cache). And per-query 51 * the per-query state. 53 * Most per-query state should simply be allocated in the query region. 56 * The module environment contains services and information and caches [all …]
|
/freebsd/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 6 is mostly used for interaction between module and PRCM. It participates 10 Each interconnect target module can have one or more devices connected to 12 module clocks, idle modes and interconnect level resets for the module. 16 target module and typically are named REVISION, SYSCONFIG and SYSSTATUS. 20 - compatible shall be one of the following generic types: 23 "ti,sysc-omap2" 24 "ti,sysc-omap4" 25 "ti,sysc-omap4-simple" [all …]
|
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/ |
H A D | BugDriver.h | 1 //===- BugDriver.h - Top-Level BugPoint class ------- 29 class Module; global() variable [all...] |
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | ModuleFile.h | 1 //===- ModuleFile.h - Module file description -------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file defines the Module class, which describes a module that has 12 //===----------------------------------------------------------------------===// 18 #include "clang/Basic/Module.h" 41 /// Specifies the kind of module that has been loaded. 43 /// File is an implicitly-loaded module. 46 /// File is an explicitly-loaded module. 58 /// File is from a prebuilt module path. [all …]
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_set_options.3 | 20 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 36 Streaming Archive Library (libarchive, -larchive) 41 .Fa "const char *module" 48 .Fa "const char *module" 55 .Fa "const char *module" 67 .Bl -tag -width indent 72 Specifies an option that will be passed to currently-registered 95 .Ar module 102 .Ar module [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | ThreadSafeModule.h | 1 //===----------- ThreadSafeModule.h -- Layer interfaces ---------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // Thread safe wrappers and utilities for Module and LLVMContext. 11 //===----------------------------------------------------------------------===// 17 #include "llvm/IR/Module.h" 42 Lock(std::shared_ptr<State> S) : S(std::move(S)), L(this->S->Mutex) {} in Lock() 55 assert(S->Ctx != nullptr && in ThreadSafeContext() 61 LLVMContext *getContext() { return S ? S->Ctx.get() : nullptr; } in getContext() 65 const LLVMContext *getContext() const { return S ? S->Ctx.get() : nullptr; } in getContext() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
H A D | DynamicLoaderHexagonDYLD.h | 1 //===-- DynamicLoaderHexagonDYLD.h ------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 27 static llvm::StringRef GetPluginNameStatic() { return "hexagon-dyld"; } in GetPluginNameStatic() 45 lldb::addr_t GetThreadLocalData(const lldb::ModuleSP module, 65 /// Loaded module list. (link map for each module) 69 /// Enables a breakpoint on a function called by the runtime 70 /// linker each time a module is loaded or unloaded. 74 /// on the information supplied by the runtime linker. 83 /// Updates the load address of every allocatable section in \p module. [all …]
|
/freebsd/crypto/openssl/ |
H A D | NOTES-PERL.md | 1 Notes on Perl 4 - [General Notes](#general-notes) 5 - [Perl on Windows](#perl-on-windows) 6 - [Perl on VMS](#perl-on-vms) 7 - [Perl on NonStop](#perl-on-nonstop) 8 - [Required Perl modules](#required-perl-modules) 9 - [Notes on installing a Perl module](#notes-on-installing-a-perl-module]) 12 ------------- 14 For our scripts, we rely quite a bit on Perl, and increasingly on 16 source, so if you build Perl on your own, you should be set. [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | fsl.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Shawn Guo <shawnguo@kernel.org> 11 - Li Yang <leoyang.li@nxp.com> 18 - descriptio [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | FunctionImport.h | 1 //===- llvm/Transforms/IPO/FunctionImport.h - ThinLTO importing -*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 29 class Module; variable 32 /// based on the provided summary informations. 35 /// The functions to import from a source module and their import type. 37 /// from a source module could be small but DenseMap size grows to 64 quickly 39 /// https://llvm.org/docs/ProgrammersManual.html#llvm-adt-densemap-h) 60 // in the referenced module for direct calls. 62 // This corresponds to the NotEligibleToImport being set on the summary, [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
H A D | DynamicLoaderPOSIXDYLD.h | 1 //===-- DynamicLoaderPOSIXDYLD.h --------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 33 static llvm::StringRef GetPluginNameStatic() { return "posix-dyld"; } in GetPluginNameStatic() 51 lldb::addr_t GetThreadLocalData(const lldb::ModuleSP module, 87 /// Contains the pointer to the interpret module, if loaded. 88 std::weak_ptr<lldb_private::Module> m_interpreter_module; 90 /// Loaded module list. (link map for each module) 97 /// If possible sets a breakpoint on a function called by the runtime 98 /// linker each time a module is loaded or unloaded. [all …]
|
/freebsd/sys/contrib/edk2/Include/Library/ |
H A D | PcdLib.h | 5 It should be included in any module that uses PCD. If a module uses dynamic/dynamicex 6 PCD, module should be linked to a PEIM/DXE library instance to access that PCD. 7 If a module uses PatchableInModule type PCD, it also needs the library instance to produce 9 translated to a variable or macro that is auto-generated by build tool in 10 module's autogen.h/autogen.c. 14 There are no restrictions on the use of FeaturePcd(), FixedPcdGetXX(), 17 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> 18 SPDX-License-Identifier: BSD-2-Clause-Patent 27 Retrieves a token number based on a token name. 30 If TokenName is not a valid token in the token space, then the module will not build. [all …]
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBModuleDocstrings.i | 4 The module is designed to be able to select a single slice of an 5 executable image as it would appear on disk and during program 13 for symbol in module: 21 print('This module is the same as that module') 23 to test module equality. A module also contains object file sections, namely 27 print('Number of sections: %d' % module.GetNumSections()) 28 for sec in module.section_iter(): 33 # Iterates the text section and prints each symbols within each sub-section. 42 [0x0000000100001780-0x0000000100001d5c) a.out.__TEXT.__text 43 …4}, name = 'mask_access(MaskAction, unsigned int)', range = [0x00000001000017c0-0x0000000100001870) [all …]
|
/freebsd/contrib/unbound/services/ |
H A D | modstack.h | 2 * services/modstack.h - stack of modules 30 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 53 /** the module callbacks, array of num_modules length (ref only) */ 73 * @param env: module environment which is inited by the modules. 75 * @return on false a module init failed. 81 * Read config file module settings and set up the modfunc block 84 * @return false on error 89 * Get funcblock for module name 90 * @param str: string with module name. Advanced to next value on success. 91 * The string is assumed whitespace separated list of module names. [all …]
|
/freebsd/lib/libpam/pam.d/ |
H A D | README | 5 Each file details the module chain for a single service, and must be 17 module-type control-flag module-path arguments 24 module-type: 27 account: non-authentication based authorization, based on time, 32 control-flag: How libpam handles success or failure of the module. 33 required: success is required; on failure all remaining 35 requisite: success is required, and on failure no remaining 38 module failed, no remaining modules are run. 39 binding: success is sufficient; on failure all remaining 43 arguments: Module-specific options, plus some generic ones: [all …]
|
/freebsd/contrib/wpa/src/p2p/ |
H A D | p2p.h | 2 * Wi-Fi Direct - P2P module 3 * Copyright (c) 2009-2010, Atheros Communications 23 #define P2PS_WILD_HASH_STR "org.wi-fi.wfds" 29 * P2P_MAX_PREF_CHANNELS - Maximum number of preferred channels 34 * P2P_MAX_REG_CLASSES - Maximum number of regulatory classes 39 * P2P_MAX_REG_CLASS_CHANNELS - Maximum number of channels per regulatory class 44 * struct p2p_channels - List of supported channels 48 * struct p2p_reg_class - Supported regulatory class 52 * reg_class - Regulatory class (IEEE 802.11-2007, Annex J) 57 * channel - Supported channels [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | Module.h | 1 //===-- Module.h ------- [all...] |
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: ISC 4 depends on MAC80211 && HAS_DMA 10 This module adds support for wireless adapters based on 13 If you choose to build a module, it'll be called ath10k. 20 depends on ATH10K && PCI 22 This module adds support for PCIE bus 26 depends on ATH10K_PCI && OF && RESET_CONTROLLER 28 This module adds support for AHB bus 32 depends on ATH10K && MMC 34 This module adds support for SDIO/MMC bus. [all …]
|
/freebsd/share/man/man9/ |
H A D | firmware.9 | 19 .\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 39 .Bd -literal 41 const char *name; /* system-wide name */ 93 manually at runtime, or on demand by the firmware subsystem. 113 mechanisms specified below (typically, a kernel module 132 The function returns NULL on error (e.g. because an 154 to indicate that errors on firmware load or registration should 191 In certain cases, such as on driver detach, this cannot be allowed. 197 This is typically done when a module containing 218 is looked up by trying to load the module named [all …]
|
/freebsd/sys/sys/ |
H A D | module.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 23 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 33 * Module metadata types 35 #define MDT_DEPEND 1 /* argument is a module name */ 36 #define MDT_MODULE 2 /* module declaration */ 37 #define MDT_VERSION 3 /* module version(s) */ 50 typedef struct module *module_t; 57 const char *name; /* module name */ 63 * A module can use this to report module specific data to the user via [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ti/ |
H A D | k3.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Nishant [all...] |
/freebsd/stand/forth/ |
H A D | loader.4th | 2 \ Copyright (c) 2011-2015 Devin Teske <dteske@FreeBSD.org> 21 \ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 34 swap u< if -1 exit then 52 s" arch-i386" environment? [if] [if] 70 include /boot/check-password.4th 74 : maybe-resetcons ( -- ) 80 : bootmsg ( -- ) 81 loader_color? dup ( -- bool bool ) 88 : try-menu-unset 89 \ menu-unset may not be present [all …]
|
/freebsd/share/man/man4/ |
H A D | kld.4 | 21 .\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 46 There are several defined module types, listed below, which can 49 is a generic type, for which the module itself handles loading and 57 client and server, all the screen-savers, and the 81 program unloads any given loaded module, if no other module is dependent 82 upon the given module. 91 .Sh "MODULE TYPES" 92 .Bl -ohang 98 module i [all...] |
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/ |
H A D | dtrace.1 | 33 .Op Fl -libxo 46 .Op Fl m Oo Ar provider : Oc Ar module Oo Oo Ar predicate Oc Ar action Oc 47 .Op Fl f Oo Oo Ar provider : Oc Ar module : Oc Ar function Oo Oo Ar predicate \ 49 .Op Fl n Oo Oo Oo Ar provider : Oc Ar module : Oc Ar function : Oc Ar name \ 51 .Op Fl i Ar probe-id Oo Oo Ar predicate Oc Ar action Oc 62 .Bl -bullet -offset indent 67 specifiers (provider, module, function, name) 70 programs written directly on the command line 103 D program code specified on the command line must be appropriately quoted to 104 avoid interpretation of meta-characters by the shell. [all …]
|
/freebsd/share/examples/modules/ |
H A D | skel.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2023 George V. Neville-Neil 22 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 30 * SKEL Loadable Kernel Module for the FreeBSD Operating System 32 * The SKEL module is meant to act as a skeleton for creating new 35 * This module can be loaded and unloaded from * FreeBSD and is for 43 #include <sys/module.h> 46 * Every module can have a module specific piece of code that is 47 * executed whenever the module is loaded or unloaded. The following [all …]
|