/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | riscv,imsics.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/interrupt-controller/riscv,imsics.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: RISC-V Incoming MSI Controller (IMSIC) 10 - Anup Patel <anup@brainfault.org> 13 The RISC-V advanced interrupt architecture (AIA) defines a per-CPU incoming 14 MSI controller (IMSIC) for handling MSIs in a RISC-V platform. The RISC-V 15 AIA specification can be found at https://github.com/riscv/riscv-aia. 17 The IMSIC is a per-CPU (or per-HART) device with separate interrupt file [all …]
|
/freebsd/secure/usr.bin/openssl/man/ |
H A D | openssl-genpkey.1 | 1 .\" -*- mode: troff; coding: utf-8 -*- 33 .\" If the F register is >0, we'll generate index entries on stderr for 34 .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index 46 . tm Index:\\$1\t\\n%\t"\\$2" 57 .IX Title "OPENSSL-GENPKEY 1ossl" 58 .TH OPENSSL-GENPKEY 1ossl 2025-09-30 3.5.4 OpenSSL 64 openssl\-genpkey \- generate a private key or key pair 68 [\fB\-help\fR] 69 [\fB\-out\fR \fIfilename\fR] 70 [\fB\-outpubkey\fR \fIfilename\fR] [all …]
|
/freebsd/sys/contrib/alpine-hal/ |
H A D | al_hal_iofic.h | 1 /*- 10 found at http://www.gnu.org/licenses/gpl-2.0.html 54 /* *INDENT-OFF* */ 58 /* *INDENT-ON* */ 71 * @param group the interrupt group. 74 * @return 0 on success. -EINVAL otherwise. 76 int al_iofic_config(void __iomem *regs_base, int group, 80 * configure the moderation timer resolution for a given group 84 * @param group the interrupt group 89 * @return 0 on success. -EINVAL otherwise. [all …]
|
H A D | al_hal_udma_iofic.h | 1 /*- 10 found at http://www.gnu.org/licenses/gpl-2.0.html 56 /* *INDENT-OFF* */ 60 /* *INDENT-ON* */ 66 * interrupt that is reflected in group D of the primary. 69 AL_IOFIC_MODE_LEGACY, /**< level-sensitive interrupt wire */ 70 AL_IOFIC_MODE_MSIX_PER_Q, /**< per UDMA queue MSI-X interrupt */ 82 * interrupt controller of each bus-master unit in the I/O Fabric. 92 * Primary interrupt controller, group A bits 94 /* Group A bits which are just summary bits of GROUP B, C and D */ [all …]
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-genpkey.pod.in | 4 {- join("\n", @autowarntext) -} 10 openssl-genpkey - generate a private key or key pair 15 [B<-help>] 16 [B<-out> I<filename>] 17 [B<-outpubkey> I<filename>] 18 [B<-outform> B<DER>|B<PEM>] 19 [B<-verbose>] 20 [B<-quiet>] 21 [B<-pass> I<arg>] 22 [B<-I<cipher>>] [all …]
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/ |
H A D | acl_common.c | 1 // SPDX-License-Identifier: CDDL-1.0 10 * or https://opensource.org/licenses/CDDL-1.0. 124 ace_group, /* includes GROUP and GROUP_OBJ */ 142 avl_tree_t group; member 158 * returns (-1 = less than, 0 = equal, 1 = greater than 177 for (j = i - g; j >= 0 && in ksort() 179 j -= g) { in ksort() 194 * -1 (less than) 205 if (x->a_type < y->a_type) in cmp2acls() 206 return (-1); in cmp2acls() [all …]
|
/freebsd/share/man/man4/ |
H A D | termios.4 | 62 Every process is associated with a particular process group and session. 63 The grouping is hierarchical: every member of a particular process group is a 75 of signals that stop or start the group as a whole, along with 76 arbitrating which process group has access to the single controlling 91 same process group. 92 A set of processes in the same process group 96 group of the terminal is the same as the process group of a particular 99 When the process group of the terminal is different from the process group of 107 sets the process group of the terminal to the process group 109 sets the process group of the terminal back to its own process [all …]
|
H A D | route.4 | 49 A user process (or possibly multiple co-operating processes) 58 to external events, such as receipt of a re-direct, or failure to 86 (If there are two different mask and value-under-the-mask pairs 87 that match, the more specific is the one with more bits in the mask. 89 as many ones as there are bits in the destination). 91 and a routing-miss message is generated if there are any 146 requested to delete a non-existent entry, 183 .Bd -literal 192 #define RTM_RESOLVE 0xb /* request to resolve dst to LL addr - unused */ 196 #define RTM_NEWMADDR 0xf /* mcast group membership being added to if */ [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/ |
H A D | ResourceManager.h | 1 //===---------- [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | VectorUtils.cpp | 1 //===----------- VectorUtils.cpp - Vectorizer utility functions -----------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 38 "max-interleave-group-factor", cl::Hidden, 39 cl::desc("Maximum factor for an interleaved access group (default = 8)"), 48 case Intrinsic::abs: // Begin integer bit-manipulation. in isTriviallyVectorizable() 68 case Intrinsic::sqrt: // Begin floating-point. in isTriviallyVectorizable() 135 return OpdIdx == -1 || OpdIdx == 0; in isVectorIntrinsicWithOverloadTypeAtArg() 139 return OpdIdx == -1 || OpdIdx == 1; in isVectorIntrinsicWithOverloadTypeAtArg() [all …]
|
/freebsd/sys/netpfil/ipfw/ |
H A D | dn_sched_qfq.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 73 * We use the base-0 version __fls() to match the description in 89 return fls(word) - 1; in __fls() 98 D("bad index %d", ix); in test_bit() 104 D("bad index %d", ix); in __set_bit() 110 D("bad index %d", ix); in __clear_bit() 125 /*-------------------------------------------*/ 131 FRAC_BITS decimal bits. 133 QFQ_MAX_INDEX is the maximum index allowed for a group. We need [all …]
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | EC_GROUP_new.3 | 1 .\" -*- mode: troff; coding: utf-8 -*- 33 .\" If the F register is >0, we'll generate index entries on stderr for 34 .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index 46 . tm Index:\\$1\t\\n%\t"\\$2" 58 .TH EC_GROUP_NEW 3ossl 2025-09-30 3.5.4 OpenSSL 84 OSSL_EC_curve_nid2name \- 93 \& OSSL_PARAM *EC_GROUP_to_params(const EC_GROUP *group, OSSL_LIB_CTX *libctx, 97 \& void EC_GROUP_free(EC_GROUP *group); 107 \& int EC_GROUP_set_curve(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, 109 \& int EC_GROUP_get_curve(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, [all …]
|
H A D | EC_GROUP_copy.3 | 1 .\" -*- mode: troff; coding: utf-8 -*- 33 .\" If the F register is >0, we'll generate index entries on stderr for 34 .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index 46 . tm Index:\\$1\t\\n%\t"\\$2" 58 .TH EC_GROUP_COPY 3ossl 2025-09-30 3.5.4 OpenSSL 76 \&\- Functions for manipulating EC_GROUP objects 85 \& int EC_GROUP_set_generator(EC_GROUP *group, const EC_POINT *generator, 87 \& const EC_POINT *EC_GROUP_get0_generator(const EC_GROUP *group); 89 \& int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx); 90 \& const BIGNUM *EC_GROUP_get0_order(const EC_GROUP *group); [all …]
|
/freebsd/contrib/ldns/compat/ |
H A D | b64_ntop.c | 51 /* (From RFC1521 and draft-ietf-dnssec-secext-03.txt) 56 A 65-character subset of US-ASCII is used, enabling 6 bits to be 60 The encoding process represents 24-bit groups of input bits as output 62 24-bit input group is formed by concatenating 3 8-bit input groups. 63 These 24 bits are then treated as 4 concatenated 6-bit groups, each 66 Each 6-bit group is used as an index into an array of 64 printable 67 characters. The character referenced by the index is placed in the 91 Special processing is performed if fewer than 24 bits are available 94 bits are available in an input group, zero bits are added (on the 95 right) to form an integral number of 6-bit groups. Padding at the [all …]
|
H A D | b64_pton.c | 51 /* (From RFC1521 and draft-ietf-dnssec-secext-03.txt) 56 A 65-character subset of US-ASCII is used, enabling 6 bits to be 60 The encoding process represents 24-bit groups of input bits as output 62 24-bit input group is formed by concatenating 3 8-bit input groups. 63 These 24 bits are then treated as 4 concatenated 6-bit groups, each 66 Each 6-bit group is used as an index into an array of 64 printable 67 characters. The character referenced by the index is placed in the 91 Special processing is performed if fewer than 24 bits are available 94 bits are available in an input group, zero bits are added (on the 95 right) to form an integral number of 6-bit groups. Padding at the [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/ |
H A D | Support.h | 1 //===---------- [all...] |
/freebsd/secure/lib/libcrypto/man/man7/ |
H A D | provider-base.7 | 1 .\" -*- mode: troff; coding: utf-8 -*- 33 .\" If the F register is >0, we'll generate index entries on stderr for 34 .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index 46 . tm Index:\\$1\t\\n%\t"\\$2" 57 .IX Title "PROVIDER-BASE 7ossl" 58 .TH PROVIDER-BASE 7ossl 2025-09-30 3.5.4 OpenSSL 64 provider\-base 65 \&\- The basic OpenSSL library <\-> provider functions 206 macros in \fBopenssl\-core_dispatch.h\fR\|(7), as follows: 299 This function is useful only for built-in providers such as the default [all …]
|
H A D | EVP_PKEY-EC.7 | 1 .\" -*- mode: troff; coding: utf-8 -*- 33 .\" If the F register is >0, we'll generate index entries on stderr for 34 .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index 46 . tm Index:\\$1\t\\n%\t"\\$2" 57 .IX Title "EVP_PKEY-EC 7ossl" 58 .TH EVP_PKEY-EC 7ossl 2025-09-30 3.5.4 OpenSSL 64 EVP_PKEY\-EC, 65 EVP_KEYMGMT\-EC 66 \&\- EVP_PKEY EC keytype and algorithm support 73 curve name "group". For curves with no curve name, explicit parameters can be [all …]
|
/freebsd/sys/dev/ice/ |
H A D | ice_flex_pipe.c | 1 /* SPDX-License-Identifier: BSD-3-Clause */ 112 * ice_sect_id - returns section ID 132 if (hw->tnl.count < ICE_TUNNEL_MAX_ENTRIES) { in ice_add_tunnel_hint() 143 * character ('0' - '7') will be located where our in ice_add_tunnel_hint() 146 if ((label_name[len] - '0') == hw->pf_id) { in ice_add_tunnel_hint() 147 hw->tn in ice_add_tunnel_hint() 339 ice_tunnel_port_in_use_hlpr(struct ice_hw * hw,u16 port,u16 * index) ice_tunnel_port_in_use_hlpr() argument 362 ice_tunnel_port_in_use(struct ice_hw * hw,u16 port,u16 * index) ice_tunnel_port_in_use() argument 411 ice_find_free_tunnel_entry(struct ice_hw * hw,enum ice_tunnel_type type,u16 * index) ice_find_free_tunnel_entry() argument 470 u16 index; ice_create_tunnel() local 557 u16 index; ice_destroy_tunnel() local 736 u16 index; ice_ptg_update_xlt1() local [all...] |
/freebsd/sys/contrib/device-tree/Bindings/phy/ |
H A D | fsl,imx8qm-lvds-phy.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/phy/fsl,imx8qm-lvds-phy.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Liu Ying <victor.liu@nxp.com> 14 It converts two groups of four 7/10 bits of CMOS data into two 15 groups of four data lanes of LVDS data streams. A phase-locked 16 transmit clock is transmitted in parallel with each group of 18 clock, 56/80 bits of input data are sampled and transmitted 30 - fsl,imx8qm-lvds-phy [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | XCOFFObjectWriter.cpp | 1 //===-- lib/MC/XCOFFObjectWriter.cpp - XCOFF file writer ------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 36 // .text --> contains program code and read-only data. 37 // .data --> contains initialized data, function descriptors, and the TOC. 38 // .bss --> contains uninitialized data. 42 // into a section based on its storage-mapping class, with the exception of 70 return MCSym->getVisibilityType(); in getVisibilityType() 74 return MCSym->getStorageClass(); in getStorageClass() [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | Options.h | 1 //===-- Options.h -----------------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 19 #include "lldb/lldb-defines.h" 20 #include "lldb/lldb-private.h" 33 enum { eUnrecognizedArg = -1, eBareDash = -2, eBareDoubleDash = -3 }; 142 /// The index into the "struct option" array that was returned 159 /// Handles the generic bits of figuring out whether we are in an option, 178 /// Handles the generic bits of figuring out whether we are in an option, 264 /// Append all options from \a group using the exact same option groups that [all …]
|
/freebsd/sys/dev/isci/scil/ |
H A D | scic_sds_remote_node_table.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 68 * available bit for selection. The absolute bit is index * 32 + bit 69 * position. If there are available bits in the first U32 then it is just bit 71 * @param[in] remote_node_table This is the remote node index table from 73 * @param[in] group_table_index This is the index to the group table from 76 * @return U32 This is the absolute bit position for an available group. [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonVectorCombine.cpp | 1 //===-- HexagonVectorCombine.cpp ------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // that assist in vector-based optimizations. 13 //===----------------------------------------------------------------------===// 57 #define DEBUG_TYPE "hexagon-vc" 62 cl::opt<bool> DumpModule("hvc-dump-module", cl::Hidden); 63 cl::opt<bool> VAEnabled("hvc-va", cl::Hidden, cl::init(true)); // Align 64 cl::opt<bool> VIEnabled("hvc-vi", cl::Hidden, cl::init(true)); // Idioms 65 cl::opt<bool> VADoFullStores("hvc-va-full-stores", cl::Hidden); [all …]
|
/freebsd/usr.bin/posixmqcontrol/ |
H A D | posixmqcontrol.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 49 /* access mode with rwx permission bits. */ 55 /* true for blocking I/O and false for non-blocking I/O. */ 57 /* true if a group ID was specified. */ 59 /* group ID. */ 60 gid_t group; member 78 /* the only non-EX_* prefixed exit code. */ in malloc_element() 92 .depth = -1, 93 .size = -1, [all …]
|