Home
last modified time | relevance | path

Searched +full:sub +full:- +full:module (Results 1 – 25 of 901) sorted by relevance

12345678910>>...37

/freebsd/contrib/bsnmp/snmpd/
H A Dsnmpmod.32 .\" Copyright (c) 2004-2005
5 .\" Copyright (c) 2001-2003
135 .Nd "SNMP daemon loadable module interface"
138 .Pq libbsnmp, -lbsnmp
143 .Fn FIND_OBJECT_OID_LINK_INDEX "LIST" "OID" "SUB" "LINK" "INDEX"
144 .Fn FIND_OBJECT_INT_LINK_INDEX "LIST" "OID" "SUB" "LINK" "INDEX"
145 .Fn NEXT_OBJECT_OID_LINK_INDEX "LIST" "OID" "SUB" "LINK" "INDEX"
146 .Fn NEXT_OBJECT_INT_LINK_INDEX "LIST" "OID" "SUB" "LINK" "INDEX"
149 .Fn FIND_OBJECT_OID_LINK "LIST" "OID" "SUB" "LINK"
150 .Fn FIND_OBJECT_INT_LINK "LIST" "OID" "SUB" "LINK"
[all …]
H A Dsnmpmod.h2 * Copyright (c) 2001-2003
61 * First set of macros is used when the link is embedded into sub-struct
62 * and links these sub-structs. The sub-struct must be the first field.
67 typedef __typeof ((PTR)->SUBF) _subf_type; \
71 if (asn_compare_oid(&_lelem->INDEX, &(PTR)->SUBF.INDEX) > 0)\
74 TAILQ_INSERT_TAIL((LIST), &(PTR)->SUBF, LINK); \
76 TAILQ_INSERT_BEFORE(_lelem, &(PTR)->SUBF, LINK); \
79 #define NEXT_OBJECT_OID_LINK_INDEX_TYPE(LIST, OID, SUB, LINK, INDEX, TYPE) ({\ argument
83 if (index_compare(OID, SUB, &_lelem->INDEX) < 0) \
88 #define FIND_OBJECT_OID_LINK_INDEX_TYPE(LIST, OID, SUB, LINK, INDEX, TYPE) ({\ argument
[all …]
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dkeystone-netcp.txt6 switch sub-module to send and receive packets. NetCP also includes a packet
7 accelerator (PA) module to perform packet classification operations such as
13 includes a 3-port Ethernet switch sub-module capable of 10Gb/s and 1Gb/s rates
16 Keystone NetCP driver has a plug-in module architecture where each of the NetCP
17 sub-modules exist as a loadable kernel module which plug in to the netcp core.
18 These sub-modules are represented as "netcp-devices" in the dts bindings. It is
19 mandatory to have the ethernet switch sub-module for the ethernet interface to
20 be operational. Any other sub-module like the PA is optional.
24 -----------------------------
26 -----------------------------
[all …]
/freebsd/sys/sys/
H A Dmodule.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
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
74 * Module dependency declaration
[all …]
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dsprd,gpio-eic.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/gpio/sprd,gpio-eic.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Orson Zhai <orsonzhai@gmail.com>
12 - Baolin Wang <baolin.wang7@gmail.com>
13 - Chunyan Zhang <zhang.lyra@gmail.com>
19 controller contains 4 sub-modules, i.e. EIC-debounce, EIC-latch, EIC-async and
20 EIC-sync. But the PMIC EIC controller contains only one EIC-debounce sub-
21 module.
[all …]
H A Dgpio-eic-sprd.txt6 controller contains 4 sub-modules: EIC-debounce, EIC-latch, EIC-async and
7 EIC-sync. But the PMIC EIC controller contains only one EIC-debounce sub-
8 module.
10 The EIC-debounce sub-module provides up to 8 source input signal
12 stable status (millisecond resolution) and a single-trigger mechanism
13 is introduced into this sub-module to enhance the input event detection
14 reliability. In addition, this sub-module's clock can be shut off
19 The EIC-latch sub-module is used to latch some special power down signals
20 and generate interrupts, since the EIC-latch does not depend on the APB
23 The EIC-async sub-module uses a 32kHz clock to capture the short signals
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1 //===- llvm-pdbutil.cpp - Dump debug info from a PDB file -------*
[all...]
/freebsd/crypto/openssl/Configurations/
H A Dgentemplate.pm14 sub gentemplate {
17 my $generator = OpenSSL::GenTemplate->new(%opts);
20 foreach (@{$generator->{info}->{depends}->{""}}) { $generator->dogenerate($_); }
24 foreach (@{$generator->{info}->{targets}}) { $generator->dotarget($_); }
25 foreach (@{$generator->{info}->{libraries}}) { $generator->dolib($_); }
26 foreach (@{$generator->{info}->{modules}}) { $generator->domodule($_); }
27 foreach (@{$generator->{info}->{programs}}) { $generator->dobin($_); }
28 foreach (@{$generator->{info}->{scripts}}) { $generator->doscript($_); }
29 foreach (sort keys %{$generator->{info}->{htmldocs}}) { $generator->dodocs('html', $_); }
30 foreach (sort keys %{$generator->{info}->{mandocs}}) { $generator->dodocs('man', $_); }
[all …]
/freebsd/share/man/man9/
H A DDECLARE_MODULE.91 .\" -*- nroff -*-
34 .Nd kernel module declaration macro
39 .Fn DECLARE_MODULE "name" "moduledata_t data" "sub" "order"
40 .Fn DECLARE_MODULE_TIED "name" "moduledata_t data" "sub" "order"
44 macro declares a generic kernel module.
45 It is used to register the module with the system, using the
57 A module declared with
74 .Bl -tag -width indent
76 The module name, which will be used in the
78 call to identify the module.
[all …]
/freebsd/contrib/unbound/services/
H A Dmesh.h2 * services/mesh.h - deal with mesh of query states and handle events for that.
40 * query states. This mesh is supposed to be thread-specific.
52 #include "util/module.h"
68 * infinite loop in the module. It is then terminated.
73 * Max number of references-to-references-to-references.. search size.
83 /** active module stack */
105 * an empty set of super-state
[all...]
/freebsd/contrib/unbound/dns64/
H A Ddns64.c2 * dns64/dns64.c - DNS64 module
39 * This file contains a module that performs DNS64 query processing.
62 * This is the default DNS64 prefix that is used when the dns64 module is listed
63 * in module-config but when the dns64-prefix variable is not present.
68 * Maximum length of a domain name in a PTR query in the .in-addr.arpa tree.
76 DNS64_INTERNAL_QUERY, /**< Internally-generated query, no DNS64
78 DNS64_NEW_QUERY, /**< Query for which we're the first module i
[all...]
/freebsd/sys/contrib/device-tree/Bindings/soc/ti/
H A Dti,pruss.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 TI Programmable Real-Time Unit and Industrial Communication Subsystem
11 - Suman Anna <s-anna@ti.com>
15 The Programmable Real-Time Unit and Industrial Communication Subsystem
16 (PRU-ICSS a.k.a. PRUSS) is present on various TI SoCs such as AM335x, AM437x,
17 Keystone 66AK2G, OMAP-L138/DA850 etc. A PRUSS consists of dual 32-bit RISC
18 cores (Programmable Real-Time Units, or PRUs), shared RAM, data and
23 peripheral interfaces, fast real-time responses, or specialized data handling.
[all …]
/freebsd/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dsnmp_netgraph.c2 * Copyright (c) 2001-2003
117 /* our module handle */
118 static struct lmodule *module; variable
147 d->cookie = cookie; in ng_register_cookie()
148 d->id = id; in ng_register_cookie()
149 d->func = func; in ng_register_cookie()
150 d->arg = arg; in ng_register_cookie()
151 d->mod = mod; in ng_register_cookie()
182 strcpy(d->hook, hook); in ng_register_hook()
183 d->func = func; in ng_register_hook()
[all …]
/freebsd/contrib/bsnmp/snmp_usm/
H A Dusm_snmp.c1 /*-
79 uint32_t sub __unused, uint32_t iidx __unused, enum snmp_op op) in op_usm_stats()
90 switch (val->var.subs[sub - 1]) { in op_usm_stats()
92 val->v.uint32 = usmstats->unsupported_seclevels; in op_usm_stats()
95 val->v.uint32 = usmstats->not_in_time_windows; in op_usm_stats()
98 val->v.uint32 = usmstats->unknown_users; in op_usm_stats()
101 val->v.uint32 = usmstats->unknown_engine_ids; in op_usm_stats()
104 val->v.uint32 = usmstats->wrong_digests; in op_usm_stats()
107 val->v.uint32 = usmstats->decrypt_errors; in op_usm_stats()
119 uint32_t sub, uint32_t iidx __unused, enum snmp_op op) in op_usm_lock() argument
[all …]
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dsnps,dw-pcie-common.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pci/snps,dw-pci
[all...]
/freebsd/crypto/openssl/util/perl/OpenSSL/
H A Dfallback.pm1 # Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved.
10 OpenSSL::fallback - push directories to the end of @INC at compile time
28 This small simple module simplifies the addition of fallback directories
36 than prepended, thus allowing the use of a newer module on perl's default
43 non-Unix users must first translate their file paths to Unix conventions.
56 sub-directories relative to the location of that F<MODULES.txt> file.
57 All these sub-directories will be appended to @INC.
62 sub glob;
66 sub import {
67 shift; # Skip module name
[all …]
/freebsd/contrib/bsnmp/snmp_vacm/
H A Dvacm_snmp.c1 /*-
91 uint32_t sub, uint32_t iidx __unused, enum snmp_op op) in op_vacm_context() argument
97 if (val->var.subs[sub - 1] != LEAF_vacmContextName) in op_vacm_context()
102 if ((vacm_ctx = vacm_get_context(&val->var, sub)) == NULL) in op_vacm_context()
107 if ((vacm_ctx = vacm_get_next_context(&val->var, sub)) == NULL) in op_vacm_context()
109 vacm_append_ctxindex(&val->var, sub, vacm_ctx); in op_vacm_context()
113 if ((vacm_ctx = vacm_get_context(&val->var, sub)) != NULL) in op_vacm_context()
117 if (val->var.subs[sub] >= SNMP_ADM_STR32_SIZ) in op_vacm_context()
119 if (index_decode(&val->var, sub, iidx, &cname, &cnamelen)) in op_vacm_context()
134 return (string_get(val, vacm_ctx->ctxname, -1)); in op_vacm_context()
[all …]
/freebsd/contrib/bsnmp/snmp_target/
H A Dtarget_snmp.c1 /*-
83 uint32_t sub, uint32_t iidx __unused, enum snmp_op op) in op_snmp_target() argument
87 if (val->var.subs[sub - 1] == LEAF_snmpTargetSpinLock) { in op_snmp_target()
92 val->v.integer = target_lock; in op_snmp_target()
97 if (val->v.integer != target_lock) in op_snmp_target()
113 switch (val->var.subs[sub - 1]) { in op_snmp_target()
115 val->v.uint32 = ctx_stats->unavail_contexts; in op_snmp_target()
118 val->v.uint32 = ctx_stats->unknown_contexts; in op_snmp_target()
130 uint32_t sub, uint32_t iidx __unused, enum snmp_op op) in op_snmp_target_addrs() argument
137 if ((addrs = target_get_address(&val->var, sub)) == NULL) in op_snmp_target_addrs()
[all …]
/freebsd/usr.sbin/bsnmpd/modules/snmp_lm75/
H A Dsnmp_lm75.c1 /*-
47 static struct lmodule *module; variable
85 "This module implements the BEGEMOT MIB for reading LM75 sensors data.",
97 module = mod; in lm75_init()
109 "The MIB module for reading lm75 sensors data.", module); in lm75_start()
139 if (nlen > (int)(sizeof(mib) / sizeof(int) - 2)) in sysctlname()
140 return (-1); in sysctlname()
146 if (sysctl(mib, nlen + 2, name, &len, 0, 0) == -1) in sysctlname()
147 return (-1); in sysctlname()
157 if (nlen > (int)(sizeof(mib) / sizeof(int) - 2)) in sysctlgetnext()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticCommonKinds.td1 //==--- DiagnosticCommonKinds.td - common diagnostics ---------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
28 InGroup<DiagGroup<"stack-exhausted">>, NoSFINAE;
40 /// note_matching - this is used as a continuation of a previous diagnostic,
49 "higher precision floating-point type size has the same size than "
50 "floating-point type size">,
51 InGroup<DiagGroup<"higher-precision-fp">>;
[all …]
H A DModule.h1 //===- Module.h - Describe a module -----------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 /// Defines the clang::Module class, which describes a module in the
13 //===----------------------------------------------------------------------===//
53 /// Describes the name of a module.
56 /// The signature of a module, which is a hash of the AST content.
102 /// Describes a module or submodule.
104 /// Aligned to 8 bytes to allow for llvm::PointerIntPair<Module *, 3>.
105 class alignas(8) Module {
[all …]
/freebsd/contrib/pam-krb5/tests/tap/perl/Test/
H A DRRA.pm3 # This module provides a collection of helper functions used by test programs
5 # by both C packages with Automake and by stand-alone Perl modules. See
9 # SPDX-License-Identifier: MIT
28 # the perl-core package in addition). Try to detect this and skip any Perl
33 Test::More->import();
44 # Set $VERSION and everything export-related in a BEGIN block for robustness
45 # against circular module loading (not that we load any modules, but
52 # This version should match the corresponding rra-c-util release, but with
59 # function, but to show the line-based unified diff between them if they
62 # $got - The output that we received
[all …]
/freebsd/crypto/openssl/Configurations/platform/
H A Dmingw.pm12 # Assume someone set @INC right before loading this module
15 sub binext { '.exe' }
16 sub objext { '.obj' }
17 sub libext { '.a' }
18 sub dsoext { '.dll' }
19 sub defext { '.def' }
22 sub resext { '.res.obj' }
23 sub shlibext { '.dll' }
24 sub shlibextimport { $target{shared_import_extension} || '.dll.a' }
25 sub shlibextsimple { undef }
[all …]
/freebsd/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_snmp.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
87 if (strcmp(ifp->name, bif_default->bif_name) == 0) in bridge_get_default()
103 bif == NULL ? "(none)" : bif->bif_name); in bridge_set_default()
118 return (-1); in bridge_set_default_name()
149 * The bridge module configuration via SNMP.
154 if ((ctx->scratch->int1 = strlen(bridge_default)) >= IFNAMSIZ) in bridge_default_name_save()
155 return (-1); in bridge_default_name_save()
157 if ((ctx->scratch->ptr1 = malloc(IFNAMSIZ)) == NULL) in bridge_default_name_save()
158 return (-1); in bridge_default_name_save()
[all …]
/freebsd/contrib/unbound/util/
H A Dmodule.h2 * util/module.h - DNS handling module interface
41 * The module interface uses the DNS modules as state machines. The
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-quer
[all...]

12345678910>>...37