/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/ |
H A D | qcom,apr.txt | 7 - compatible: 10 Definition: must be "qcom,apr-v<VERSION-NUMBER>", example "qcom,apr-v2" 12 - qcom,apr-domain 17 1 - APR simulator 18 2 - PC 19 3 - MODEM 20 4 - ADSP 21 5 - APPS 22 6 - MODEM2 23 7 - APPS2 [all …]
|
H A D | qcom,apr.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org> 20 - qcom,apr 21 - qcom,apr-v2 22 - qcom,gpr 24 power-domains: 27 qcom,apr-domain: 31 Selects the processor domain for apr [all …]
|
H A D | qcom,apr-services.yaml | 1 # SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/soc/qcom/qcom,apr-services.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org> 39 qcom,protection-domain: 40 $ref: /schemas/types.yaml#/definitions/string-array 42 Protection domain service name and path for APR service (if supported). 51 - reg
|
/freebsd/contrib/ofed/librdmacm/man/ |
H A D | rdma_create_srq.3 | 1 .\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md 2 .TH "RDMA_CREATE_SRQ" 3 "2011-06-15" "librdmacm" "Librdmacm Programmer's Manual" librdmacm 4 rdma_create_srq \- Allocate a shared receive queue. 16 Optional protection domain for the SRQ. 22 Returns 0 on success, or -1 on error. If an error occurs, errno will be 26 function, and the protection domain, if provided, must be for that same device. 29 If a protection domain is not given - pd parameter is NULL - then 30 the rdma_cm_id will be created using a default protection domain. One 31 default protection domain is allocated per RDMA device.
|
H A D | rdma_create_qp.3 | 1 .\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md 2 .TH "RDMA_CREATE_QP" 3 "2007-05-15" "librdmacm" "Librdmacm Programmer's Manual" librdmacm 4 rdma_create_qp \- Allocate a QP. 16 Optional protection domain for the QP. 23 Returns 0 on success, or -1 on error. If an error occurs, errno will be 27 function, and the protection domain must be for that same device. 33 If a protection domain is not given - pd parameter is NULL - then 34 the rdma_cm_id will be created using a default protection domain. One 35 default protection domain is allocated per RDMA device.
|
H A D | rdma_create_ep.3 | 1 .\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md 2 .TH "RDMA_CREATE_EP" 3 "2010-07-19" "librdmacm" "Librdmacm Programmer's Manual" librdmacm 4 rdma_create_ep \- Allocate a communication identifier and optional QP. 21 Optional protection domain if a QP is associated with the rdma_cm_id. 27 Returns 0 on success, or -1 on error. If an error occurs, errno will be 34 meaning that res->ai_flag does not have RAI_PASSIVE set, rdma_create_ep 36 not NULL. The QP will be associated with the specified protection 37 domain, if provided, or a default protection domain if not. Users 44 indicated by having res->ai_flag RAI_PASSIVE set, this call will save
|
H A D | rdma_dereg_mr.3 | 1 .\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md 2 .TH "RDMA_DEREG_MR" 3 "2010-07-19" "librdmacm" "Librdmacm Programmer's Manual" librdmacm 4 rdma_dereg_mr \- deregisters a registered memory region. 19 Returns 0 on success, or -1 on error. If an error occurs, errno will be 23 protection domain associated with the id. Users must deregister 24 all registered memory before the protection domain can be destroyed.
|
/freebsd/share/doc/psd/05.sysman/ |
H A D | 2.2.t | 35 other sub-directories) as well as files and references to other 36 objects such as devices and inter-process communications sockets. 41 Files may be read and written in a random-access fashion. 45 The file system stores only a small amount of ownership, protection and usage 81 Only the super-user can change the root directory context of a process. 120 #define O_NDELAY 004 /* non-blocking open */ 136 The protection for the new file is specified in \fImode\fP. 155 devices according by their ability to support block-oriented 183 fd = portal(name, server, param, dtype, protocol, domain, socktype) 185 int domain, socktype; [all …]
|
H A D | 0.t | 45 .EH 'PSD:5-%''4.4BSD Architecture Manual' 46 .OH '4.4BSD Architecture Manual''PSD:5-%' 60 provided to a UNIX process: process naming and protection, 101 \fB1.1. Processes and protection\fP 111 1.2.3. Page protection control 113 1.2.5. Protection primitives 165 2.1.3. Non-blocking and asynchronous operations 197 2.3.1.9.\0 Shutting down halves of full-duplex connections 199 2.3.2. UNIX domain 203 2.3.3. INTERNET domain [all …]
|
H A D | 1.2.t | 39 The text area is read-only and shared, while the data and stack 63 Protection and sharing options are defined in \fI<sys/mman.h>\fP as: 66 /* protections are chosen from these bits, or-ed together */ 93 The cpu-dependent size of a page is returned by the 128 mapping a regular file or character-special device memory, 131 for naming, and may be given as \-1 if no name 162 if \fIlen\fP is non-zero, only the pages containing \fIaddr\fP and \fIlen\fP 178 Page protection control 180 A process can control the protection of pages using the call 185 This call changes the specified pages to have protection \fIprot\fP\|. [all …]
|
/freebsd/contrib/ofed/libibverbs/man/ |
H A D | ibv_reg_mr.3 | 1 .\" -*- nroff -*- 2 .\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md 4 .TH IBV_REG_MR 3 2006-10-31 libibverbs "Libibverbs Programmer's Manual" 6 ibv_reg_mr, ibv_dereg_mr \- register or deregister a memory region (MR) 18 registers a memory region (MR) associated with the protection domain 26 describes the desired memory protection attributes; it is either 0 or the bitwise OR of one or more… 39 .B IBV_ACCESS_ON_DEMAND\fR Create an on-demand paging MR
|
H A D | ibv_rereg_mr.3 | 1 .\" -*- nroff -*- 2 .\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md 4 .TH IBV_REREG_MR 3 2016-03-13 libibverbs "Libibverbs Programmer's Manual" 6 ibv_rereg_mr \- re-register a memory region (MR) 25 is a bit-mask used to indicate which of the following properties of the memory region are being mod… 30 .B IBV_REREG_MR_CHANGE_PD \fR Change protection domain 44 represents the virtual address (user-space pointer) of the new MR, while 50 This field describes the desired memory protection attributes; it is either 0 or the bitwise OR of … 58 IBV_REREG_MR_ERR_INPUT - Old MR is valid, an input error was detected by libibverbs. 60 IBV_REREG_MR_ERR_DONT_FORK_NEW - Old MR is valid, failed via don't fork on new address range. [all …]
|
H A D | ibv_open_qp.3 | 1 .\" -*- nroff -*- 2 .\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md 4 .TH IBV_OPEN_QP 3 2011-08-12 libibverbs "Libibverbs Programmer's Manual" 6 ibv_open_qp \- open a shareable queue pair (QP) 16 opens an existing queue pair (QP) associated with the extended protection domain 27 struct *ibv_xrcd; /* XRC domain */
|
H A D | ibv_open_xrcd.3 | 1 .\" -*- nroff -*- 2 .\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md 4 .TH IBV_OPEN_XRCD 3 2011-06-17 libibverbs "Libibverbs Programmer's Manual" 6 ibv_open_xrcd, ibv_close_xrcd \- open or close an XRC protection domain (XRCDs) 18 open an XRC domain for the RDMA device context 53 equals -1, no inode is associated with the XRCD. To indicate that XRCD should be created, use
|
H A D | ibv_alloc_pd.3 | 1 .\" -*- nroff -*- 2 .\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md 4 .TH IBV_ALLOC_PD 3 2006-10-31 libibverbs "Libibverbs Programmer's Manual" 6 ibv_alloc_pd, ibv_dealloc_pd \- allocate or deallocate a protection domain (PDs)
|
H A D | ibv_create_qp_ex.3 | 1 .\" -*- nroff -*- 2 .\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md 4 .TH IBV_CREATE_QP_EX 3 2013-06-26 libibverbs "Libibverbs Programmer's Manual" 6 ibv_create_qp_ex, ibv_destroy_qp \- create or destroy a queue pair (QP) 18 creates a queue pair (QP) associated with the protection domain 36 struct ibv_xrcd *xrcd; /* XRC domain to be associated with the target QP */ 76 .I qp_init_attr_ex\fB\fR->cap 77 struct with the actual \s-1QP\s0 values of the QP that was created;
|
H A D | ibv_create_ah_from_wc.3 | 1 .\" -*- nroff -*- 2 .\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md 4 .TH IBV_CREATE_AH_FROM_WC 3 2006-10-31 libibverbs "Libibverbs Programmer's Manual" 6 ibv_init_ah_from_wc, ibv_create_ah_from_wc \- initialize or create an 35 creates an AH associated with the protection domain 45 returns 0 on success, and \-1 on error.
|
/freebsd/sys/ofed/include/rdma/ |
H A D | signature.h | 1 /* SPDX-License-Identifier: (GPL-2.0 OR Linux-OpenIB) */ 3 * Copyright (c) 2017-2018 Mellanox Technologies. All rights reserved. 23 * enum ib_signature_type - Signature types 25 * @IB_SIG_TYPE_T10_DIF: Type T10-DIF 33 * enum ib_t10_dif_bg_type - Signature T10-DIF block-guard types 34 * @IB_T10DIF_CRC: Corresponds to T10-PI mandated CRC checksum rules. 43 * struct ib_t10_dif_domain - Parameters specific for T10-DIF 44 * domain. 45 * @bg_type: T10-DIF block guard type (CRC|CSUM) 46 * @pi_interval: protection information interval. [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OSSL_CMP_validate_msg.pod | 7 - functions for verifying CMP message protection 18 This is the API for validating the protection of CMP messages, 22 OSSL_CMP_validate_msg() validates the protection of the given I<msg>, 23 which must be signature-based or using password-based MAC (PBM). 43 any self-issued certificate from the I<msg> extraCerts field may be used 46 according to TS 33.310 [Network Domain Security (NDS); Authentication Framework 50 Taking it over as a trust anchor implements trust-on-first-use (TOFU). 57 verification callback) and non-trusted intermediate certs from the I<ctx>. 80 Copyright 2007-2025 The OpenSSL Project Authors. All Rights Reserved.
|
/freebsd/share/doc/papers/newvm/ |
H A D | a.t | 31 Appendix A \- Virtual Memory Interface 39 Protection and sharing options are defined in \fI<sys/mman.h>\fP as: 42 /* protections are chosen from these bits, or-ed together */ 68 The cpu-dependent size of a page is returned by the 103 mapping a regular file or character-special device memory, 106 for naming, and may be given as \-1 if no name 129 if \fIlen\fP is non-zero, only the pages containing \fIaddr\fP and \fIlen\fP 145 Page protection control 147 A process can control the protection of pages using the call 152 This call changes the specified pages to have protection \fIprot\fP\|. [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/pci/ |
H A D | pci.txt | 3 PCI Bus Binding to: IEEE Std 1275-1994 4 https://www.devicetree.org/open-firmware/bindings/pci/pci2_1.pdf 9 https://www.devicetree.org/open-firmware/practice/imap/imap0_9d.pdf 14 - linux,pci-domain: 15 If present this property assigns a fixed PCI domain number to a host bridge, 18 host bridges in the system, otherwise potentially conflicting domain numbers 19 may be assigned to root buses behind different host bridges. The domain 21 - max-link-speed: 27 - reset-gpios: 30 - supports-clkreq: [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/power/ |
H A D | mediatek,power-controller.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/power/mediatek,power-controlle [all...] |
/freebsd/contrib/sendmail/contrib/ |
H A D | rmail.oldsys.patch | 2 Message-Id: <199405191527.LAA03463@sccux1.msd.ray.com> 5 Date: Thu, 19 May 1994 11:27:16 -0400 (EDT) 8 for snprintf while maintaining the protection from buffer overruns. It also 13 --- rmail/rmail.c Thu May 19 11:04:50 1994 16 --- 78,109 ---- 51 args[i++] = "-oi"; /* Ignore '.' on a line by itself. */ 56 "-oMs%s.%s", from_sys, domain); 58 ! (void)snprintf(buf, sizeof(buf), "-oMs%s", from_sys); 63 ! (void)snprintf(buf, sizeof(buf), "-oMr%s", domain); 68 ! (void)snprintf(buf, sizeof(buf), "-f%s%s", [all …]
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_verbs.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 22 * - Redistributions of source code must retain the above 26 * - Redistributions in binary form must reproduce the above 97 [IB_WC_LOC_PROT_ERR] = "local protection error", 150 default: return -1; in ib_rate_to_mult() 208 default: return -1; in ib_rate_to_mbps() 236 if (device->get_link_layer) in rdma_port_get_link_layer() 237 return device->get_link_layer(device, port_num); in rdma_port_get_link_layer() 239 switch (rdma_node_get_transport(device->node_type)) { in rdma_port_get_link_layer() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | qcom,q6core.yaml | 1 # SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> 11 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org> 14 - $ref: /schemas/soc/qcom/qcom,apr-services.yaml# 19 - qcom,q6core 22 - compatible 27 - | 28 #include <dt-bindings/soc/qcom,apr.h> [all …]
|