/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/ |
H A D | acl_common.c | 9 * or https://opensource.org/licenses/CDDL-1.0. 157 * returns (-1 = less than, 0 = equal, 1 = greater than 176 for (j = i - g; j >= 0 && in ksort() 178 j -= g) { in ksort() 193 * -1 (less than) 204 if (x->a_type < y->a_type) in cmp2acls() 205 return (-1); in cmp2acls() 206 if (x->a_type > y->a_type) in cmp2acls() 209 if (x->a_id < y->a_id) in cmp2acls() 210 return (-1); in cmp2acls() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | brcm,usb-pinmap.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/usb/brcm,usb-pinmap.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Al Cooper <alcooperx@gmail.com> 15 - const: brcm,usb-pinmap 22 description: Interrupt for signals mirrored to out-gpios. 24 in-gpios: 29 brcm,in-functions: 30 $ref: /schemas/types.yaml#/definitions/string-array [all …]
|
/freebsd/contrib/openbsm/man/ |
H A D | auditon.2 | 1 .\"- 2 .\" Copyright (c) 2008-2009 Apple Inc. 26 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 57 .Bl -tag -width ".It Dv A_GETPINFO_ADDR" 107 Set the kernel preselection masks (success and failure). 115 These masks are used for non-attributable audit event preselection. 171 .Bl -column aq_hiwater -offset indent -compact 211 shutdown, draining all audit records and closing out the audit trail file. 229 Set the preselection masks for a process. 236 preselection masks for both success and failure. [all …]
|
/freebsd/contrib/openbsm/libbsm/ |
H A D | bsm_flags.c | 1 /*- 27 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 50 getauditflagsbin(char *auditstr, au_mask_t *masks) in getauditflagsbin() argument 65 masks->am_success = 0; in getauditflagsbin() 66 masks->am_failure = 0; in getauditflagsbin() 81 } else if (tok[0] == '-') { in getauditflagsbin() 89 SUB_FROM_MASK(masks, c.ac_class, sel); in getauditflagsbin() 91 ADD_TO_MASK(masks, c.ac_class, sel); in getauditflagsbin() 94 return (-1); in getauditflagsbin() 104 * Convert the au_mask_t fields into a string value. If verbose is non-zero [all …]
|
H A D | au_mask.3 | 1 .\"- 23 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 33 .Nd "convert between string and numeric values of audit masks" 41 .Fn getauditflagsbin "char *auditstr" "au_mask_t *masks" 43 .Fn getauditflagschar "char *auditstr" "au_mask_t *masks" "int verbose" 71 which causes the event to be re-looked up rather than read from the cache, 83 .Fa *masks . 89 .Fa *masks 100 will be used; otherwise, the two-character class name. 112 returns 0 on success, or returns \-1 if there is a failure looking up the [all …]
|
H A D | au_user.3 | 1 .\"- 2 .\" Copyright (c) 2005-2006 Robert N. M. Watson 23 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 64 database, which describes per-user audit configuration. 123 function generates a new process audit state by combining the audit masks 124 passed as parameters with the system audit masks. 136 .An -nosplit
|
/freebsd/share/doc/psd/05.sysman/ |
H A D | 1.5.t | 25 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 102 Sets of descriptors of interest are specified as bit masks, 107 nds = select(nd, in, out, except, tvp); 108 result int nds; int nd; result fd_set *in, *out, *except; 119 sets \fIin\fP, \fIout\fP and \fIexcept\fP, replacing 120 the specified bit masks by the subsets that select true for input, 122 indicates the number of file descriptors specified by the bit masks). 125 bit masks are updated. 140 or other device-specific events have occurred. 161 non-blocking I/O mode and/or enable signaling when I/O is [all …]
|
/freebsd/share/man/man3/ |
H A D | fpgetround.3 | 25 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 43 .Bd -literal 55 .Bd -literal 57 FP_PS, /* 24 bit (single-precision) */ 59 FP_PD, /* 53 bit (double-precision) */ 60 FP_PE /* 64 bit (extended-precision) */ 67 .Bd -literal 95 masks, and resetting the exception sticky flags after an exception is 125 returns the current floating point exception masks. 130 sets the floating point exception masks and returns the [all …]
|
H A D | pthread_attr_affinity_np.3 | 1 .\"- 22 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 47 Masks of type 52 If the user-supplied mask is not large enough to fit all of the matching CPUs, 58 tolerate masks of any size with no restrictions. 62 If bits for non-existing CPUs are set, calls to 101 .Bl -tag -width Er 116 .Bl -tag -width Er 142 functions are non-standard 153 .An -nosplit
|
H A D | pthread_affinity_np.3 | 1 .\"- 22 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 46 Masks of type 51 If the user-supplied mask is not large enough to fit all of the matching CPUs, 57 tolerate masks of any size with no restrictions. 60 If bits for non-existing CPUs are set, calls to 101 .Bl -tag -width Er 143 functions are non-standard 154 .An -nosplit
|
/freebsd/sys/x86/include/ |
H A D | x86_ieeefp.h | 1 /*- 2 * SPDX-License-Identifier: BSD-4-Clause 33 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 61 FP_PS=0, /* 24 bit (single-precision) */ 63 FP_PD, /* 53 bit (double-precision) */ 64 FP_PE /* 64 bit (extended-precision) */ 70 * Exception bit masks. 81 * FPU control word bit-field masks. 83 #define FP_MSKS_FLD 0x3f /* exception masks field */ 88 * FPU status word bit-field masks. [all …]
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | reg_addr.h | 2 * Copyright (c) 2017-2018 Cavium, Inc. 24 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 38 … (0x1<<0) // This bit masks, when set, the Int… 40 … (0x1<<1) // This bit masks, when set, the Int… 78 …- For ending "endless completion". 0 - When receiving a completion timeout while receiving a compl… 79 … DataWidth:0x4 // 0 - TXCPL sync fifo pop underflow 1 - TXR sync fifo pop underflow 2 - TXW hea… 80 …s:R DataWidth:0x6 // 0 - RX target read and config sync fifo push overflow 1 - RX header syn… 81 …ataWidth:0x14 // 4:0 - TXCPL sync fifo pop status 9:5 - TXR sync fifo pop status 14:10 - TXW hea… 88 …ffff<<0) // Vendor ID. PCI-SIG assigned Manufacturer Identifier. Note: The access attributes of … 90 …ce Identifier. Note: The access attributes of this field are as follows: - Dbi: if (DBI_RO_WR_E… [all …]
|
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | save-flags.h | 1 /* -*- buffer-read-only: t -*- vi: set ro: 3 * DO NOT EDIT THIS FILE (save-flags.h) 5 * It has been AutoGen-ed 6 * From the definitions /tmp/.ag-ufBbQe/save-flags.def 30 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 40 /** integral type for holding save_flags masks */ 55 /** all bits in save_flags_mask_t masks */ 61 /** buffer size needed to hold all bit names for save_flags_mask_t masks */ 68 /* end of save-flags.h */
|
/freebsd/lib/libsys/ |
H A D | cpuset_getaffinity.2 | 23 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 49 or per-object anonymous masks that effect only a single object. 67 Masks of type 72 If the user-supplied mask is not large enough to fit all of the matching CPUs, 78 tolerate masks of any size with no restrictions. 81 If bits for non-existing CPUs are set, calls to 115 .Rv -std 119 .Bl -tag -width Er
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/ |
H A D | fman_kg.c | 2 * Copyright 2008-2012 Freescale Semiconductor Inc. 29 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 257 iowrite32be(fmkg_ar, ®s->fmkg_ar); in fman_kg_write_ar_wait() 259 while ((fmkg_ar = ioread32be(®s->fmkg_ar)) & FM_KG_KGAR_GO) ; in fman_kg_write_ar_wait() 261 return -EINVAL; in fman_kg_write_ar_wait() 271 kgpe_regs = (struct fman_kg_pe_regs *)&(regs->fmkg_indirect[0]); in fman_kg_write_sp() 272 tmp = ioread32be(&kgpe_regs->fmkg_pe_sp); in fman_kg_write_sp() 279 iowrite32be(tmp, &kgpe_regs->fmkg_pe_sp); in fman_kg_write_sp() 287 kgpe_regs = (struct fman_kg_pe_regs *)&(regs->fmkg_indirect[0]); in fman_kg_write_cpp() 289 iowrite32be(cpp, &kgpe_regs->fmkg_pe_cpp); in fman_kg_write_cpp() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | amlogic,axg-sound-card.txt | 5 - compatible: "amlogic,axg-sound-card" 6 - model : User specified audio sound card name, one string 10 - audio-aux-devs : List of phandles pointing to auxiliary devices 11 - audio-widgets : Please refer to widgets.txt. 12 - audio-routing : A list of the connections between audio components. 16 - dai-link: Container for dai-link level properties and the CODEC 17 sub-nodes. There should be at least one (and probably more) 20 Required dai-link properties: 22 - sound-dai: phandle and port of the CPU DAI. 24 Required TDM Backend dai-link properties: [all …]
|
H A D | amlogic,axg-sound-card.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/sound/amlogic,axg-sound-card.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jerome Brunet <jbrunet@baylibre.com> 13 - $ref: sound-card-common.yaml# 17 const: amlogic,axg-sound-card 19 audio-aux-devs: 20 $ref: /schemas/types.yaml#/definitions/phandle-array 23 audio-widgets: [all …]
|
/freebsd/share/man/man4/ |
H A D | auditpipe.4 | 22 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 30 .Nd "pseudo-device for live audit event tracking" 39 provide a reliable long-term store for audit log information, current log 41 unwieldy for live monitoring applications such as host-based intrusion 47 direct access to live BSM audit data for the purposes of real-time 64 Audit pipe devices are blocking by default, but support non-blocking I/O, 77 .Bl -tag -width ".Dv AUDITPIPE_GET_MAXAUDITDATA" 104 matched by the system-wide audit trail, configured by 107 alternative criteria, including pipe-local flags and naflags settings, as 108 well as auid-specific selection masks. [all …]
|
/freebsd/sys/amd64/include/ |
H A D | ieeefp.h | 1 /*- 2 * SPDX-License-Identifier: BSD-4-Clause 33 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 50 * SSE mxcsr register bit-field masks. 54 #define SSE_MSKS_FLD 0x1f80 /* exception masks field */ 59 * SSE mxcsr register bit-field offsets (shift counts). 63 #define SSE_MSKS_OFF 7 /* other exception masks offset */ 70 * bits of the SSE and x87 in such a way to get them out of sync and 136 * Note that the x87 mask bits are inverted by the API -- a mask bit of 1 162 /* XXX should we clear non-ieee SSE_DAZ_FLD and SSE_FZ_FLD ? */ in __fpsetmask()
|
/freebsd/sys/bsm/ |
H A D | audit.h | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 4 * Copyright (c) 2005-2009 Apple Inc. 10 * contract FA8650-15-C-7558 ("CADETS"), as part of the DARPA Transparent 34 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 46 #define MAXAUDITDATA (0x8000 - 1) 64 #define AUDIT_TRIGGER_READ_FILE 3 /* Re-read config file. */ 79 * Pre-defined audit IDs 81 #define AU_DEFAUDITID (uid_t)(-1) 83 #define AU_ASSIGN_ASID -1 [all …]
|
/freebsd/contrib/openbsm/sys/bsm/ |
H A D | audit.h | 1 /*- 2 * Copyright (c) 2005-2009 Apple Inc. 8 * contract FA8650-15-C-7558 ("CADETS"), as part of the DARPA Transparent 32 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 44 #define MAXAUDITDATA (0x8000 - 1) 62 #define AUDIT_TRIGGER_READ_FILE 3 /* Re-read config file. */ 77 * Pre-defined audit IDs 79 #define AU_DEFAUDITID (uid_t)(-1) 81 #define AU_ASSIGN_ASID -1 96 #define AUC_DISABLED -1 [all …]
|
/freebsd/lib/msun/man/ |
H A D | fegetenv.3 | 22 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 33 .Nd floating-point environment save and restore 48 The floating-point environment includes exception flags and masks, the 49 current rounding mode, and other architecture-specific settings. 50 However, it does not include the floating-point register file. 54 function stores the current floating-point environment in the object 60 and masks all floating-point exceptions. 89 functions return 0 if they succeed, and non-zero otherwise. 108 .St -isoC-99 .
|
/freebsd/sys/dev/ixgbe/ |
H A D | ixgbe_dcb_82599.h | 2 SPDX-License-Identifier: BSD-3-Clause 4 Copyright (c) 2001-2020, Intel Corporation 30 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 40 * 1 WSP - Weighted Strict Priority 43 * 1 WRR - Weighted Round Robin 46 #define IXGBE_RTTDCS_BDPM 0x00400000 /* Bypass Data Pipe - must clear! */ 47 #define IXGBE_RTTDCS_BPBFSM 0x00800000 /* Bypass PB Free Space - must 70 /* RTRPCS Bit Masks */ 76 /* RTTDT2C Bit Masks */ 87 /* RTTPCS Bit Masks */ [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBProcess.h | 1 //===-- SBProcess.h ---------------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 73 void ReportEventState(const lldb::SBEvent &event, FILE *out) const; 105 // Function for lazily creating a thread using the current OS plug-in. This 152 /// Returns a non-zero integer ID if this object contains a 192 /// No-op otherwise. 259 /// \param[out] error 285 /// \param[out] error 312 /// \param[out] loaded_path [all …]
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zfs_acl.c | 9 * or https://opensource.org/licenses/CDDL-1.0. 102 return (((zfs_oldace_t *)acep)->z_type); in zfs_ace_v0_get_type() 108 return (((zfs_oldace_t *)acep)->z_flags); in zfs_ace_v0_get_flags() 114 return (((zfs_oldace_t *)acep)->z_access_mask); in zfs_ace_v0_get_mask() 120 return (((zfs_oldace_t *)acep)->z_fuid); in zfs_ace_v0_get_who() 126 ((zfs_oldace_t *)acep)->z_type = type; in zfs_ace_v0_set_type() 132 ((zfs_oldace_t *)acep)->z_flags = flags; in zfs_ace_v0_set_flags() 138 ((zfs_oldace_t *)acep)->z_access_mask = mask; in zfs_ace_v0_set_mask() 144 ((zfs_oldace_t *)acep)->z_fuid = who; in zfs_ace_v0_set_who() 192 return (((zfs_ace_hdr_t *)acep)->z_type); in zfs_ace_fuid_get_type() [all …]
|