/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | audio-graph-port.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/sound/audio-graph-port.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> 15 port-base: 17 - $ref: /schemas/graph.yaml#/$defs/port-base 18 - $ref: /schemas/sound/dai-params.yaml# 20 mclk-fs: 21 $ref: simple-card.yaml#/definitions/mclk-fs [all …]
|
/freebsd/sys/contrib/device-tree/include/dt-bindings/sound/ |
H A D | audio-graph.h | 1 /* SPDX-License-Identifier: GPL-2.0 3 * audio-graph.h 12 * link-trigger-order 13 * link-trigger-order-start 14 * link-trigger-order-stop 17 * link-trigger-order = <SND_SOC_TRIGGER_LINK
|
/freebsd/sys/contrib/dev/iwlwifi/fw/ |
H A D | file.h | 1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 3 * Copyright (C) 2008-2014, 2018-2024 Intel Corporation 4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH 5 * Copyright (C) 2016-2017 Intel Deutschland GmbH 23 u8 data[]; /* in same order a [all...] |
/freebsd/contrib/openbsm/bin/auditd/ |
H A D | auditd.c | 1 /*- 2 * Copyright (c) 2004-2009 Apple Inc. 83 * In order for auditd to work "on demand" with launchd(8) it can't: 103 static gid_t audit_review_gid = -1; 136 len = readlink(AUDIT_CURRENT_LINK, cf, MAXPATHLEN - 1); in get_curfile() 157 /* If lastfile is NULL try to get it from the 'current' link. */ in close_lastfile() 164 return (-1); in close_lastfile() 166 /* Rename the last file -- append timestamp. */ in close_lastfile() 175 * Remove the 'current' symlink since the link in close_lastfile() 205 return (-1); in swap_audit_file() [all …]
|
/freebsd/contrib/wpa/src/common/ |
H A D | qca-vendor.h | 3 * Copyright (c) 2014-2017, Qualcomm Atheros, Inc. 4 * Copyright (c) 2018-2020, The Linux Foundation 5 * Copyright (c) 2021-2023, Qualcomm Innovation Center, Inc. 28 * enum qca_radiotap_vendor_ids - QCA radiotap vendor namespace IDs 41 * Global NSS configuration - Applies to all bands (2.4 GHz and 5/6 GHz) 62 * Per band NSS configuration - Applies to the 2.4 GHz or 5/6 GHz band 79 * Global chain configuration - Applies to all bands (2.4 GHz and 5/6 GHz) 96 * Per band chain configuration - Applies to the 2.4 GHz or 5/6 GHz band 117 * Case 1: CONFIG_NSS + CONFIG_TX_NSS/RX_NSS - Only CONFIG_NSS is applied 120 * Case 2: CONFIG_NSS + CONFIG_TX_NSS + CONFIG_RX_NSS - Same NSS values are [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | JITLinkGeneric.cpp | 1 //===--------- JITLinkGeneric.cpp - Generi [all...] |
/freebsd/contrib/llvm-project/lld/docs/ |
H A D | NewLLD.rst | 5 --------------------------- 23 ------------ 29 We believe that these high-level design choices achieved a right balance 39 to abstract the differences wouldn't be worth its complexity and run-time 47 Therefore, the high-level design matters more than local optimizations. 48 Since we are trying to create a high-performance linker, 67 linking. The linker visits each file in the order as they appeared in the 71 - If the linker visits an object file, the linker links object files to the 74 - If the linker visits an archive file, it checks for the archive file's 78 This algorithm sometimes leads to a counter-intuitive behavior. If you give [all …]
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | sta.h | 1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 3 * Copyright (C) 2012-2014, 2018-2024 Intel Corporation 4 * Copyright (C) 2013-2014 Intel Mobile Communications GmbH 5 * Copyright (C) 2015-2016 Intel Deutschland GmbH 14 #include "iwl-tran 441 struct iwl_mvm_link_sta __rcu *link[IEEE80211_MLD_MAX_NUM_LINKS]; global() member [all...] |
H A D | mac-ctxt.c | 1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause 3 * Copyright (C) 2012-2014, 2018-2024 Intel Corporation 4 * Copyright (C) 2013-2014 Intel Mobile Communications GmbH 5 * Copyright (C) 2015-2017 Intel Deutschland GmbH 10 #include "iwl-i 1563 struct iwl_fw_dbg_trigger_tlv *trigger; iwl_mvm_rx_missed_beacons_notif() local [all...] |
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | ARMErrataFix.cpp | 1 //===- ARMErrataFix.cpp ---------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // Cortex-a8 erratum 657417 "A 32bit branch instruction that spans 2 4K regions 12 // Cortex-A8. A high level description of the patching technique is given in 14 //===----------------------------------------------------------------------===// 40 // 32-bit B.w instruction encoded as a pair of halfwords 0xf7fe 0xbfff 41 // xxxxxx000 // Memory region 1 start 45 // xxxxxx000 // Memory region 2 start 48 // The specific trigger conditions that can be detected at link time are: [all …]
|
H A D | AArch64ErrataFix.cpp | 1 //===- AArch64ErrataFix.cpp -----------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // the AArch64 Cortex-53 errata 843419 that affects r0p0, r0p1, r0p2 and r0p4 19 // - There is a set of necessary conditions required to trigger the erratum that 20 // can be detected at static link time. 21 // - There is a set of replacement instructions that can be used to remove at 22 // least one of the necessary conditions that trigger the erratum. 23 // - We can overwrite an instruction in the erratum sequence with a branch to 25 // - We can place the replacement sequence within range of the branch. [all …]
|
/freebsd/sys/contrib/alpine-hal/ |
H A D | al_hal_pcie.h | 1 /*- 10 found at http://www.gnu.org/licenses/gpl-2.0.html 43 * - Port initialization 44 * - Link operation 45 * - Interrupts transactions generation (Endpoint mode). 46 * - Configuration Access management functions 47 * - Internal Translation Unit programming 50 * - PCIe transactions generation and reception (except interrupts as mentioned 53 * - Configuration Access: those transactions are generated automatically by 57 * - Interrupt Handling. [all …]
|
/freebsd/share/misc/ |
H A D | usb_hid_usages | 4 # - lines that do not start with a white space give the number and name of 6 # - lines that start with a white space give the number and name of 20 0x08 Multi-axis Controller 35 0x3D Start 62 0x90 D-pad Up 63 0x91 D-pad Down 64 0x92 D-pad Right 65 0x93 D-pad Left 107 0xB2 Anti-Torque Control 121 0xC0 Trigger [all …]
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | nl80211_copy.h | 6 * Copyright 2006-2010 Johannes Berg <johannes@sipsolutions.net> 13 * Copyright 2015-2017 Intel Deutschland GmbH 14 * Copyright (C) 2018-2023 Intel Corporation 32 * be careful not to break things - i.e. don't move anything around or so 74 * - a setup station entry is added, not yet authorized, without any rate 76 * - when the TDLS setup is done, a single NL80211_CMD_SET_STATION is valid 79 * - %NL80211_TDLS_ENABLE_LINK is then used 80 * - after this, the only valid operation is to remove it by tearing down 81 * the TDLS link (%NL80211_TDLS_DISABLE_LINK) 95 * Frame registration is done on a per-interface basis and registrations [all …]
|
H A D | driver.h | 3 * Copyright (c) 2003-2017, Jouni Malinen <j@w1.fi> 74 * enum reg_change_initiator - Regulatory change initiator 85 * enum reg_type - Regulatory change types 96 * struct hostapd_wmm_rule - WMM regulatory rule 110 * struct hostapd_channel_data - Channel information 114 * chan - Channel number (IEEE 802.11) 119 * freq - Frequency in MHz 124 * flag - Channel flags (HOSTAPD_CHAN_*) 129 * allowed_bw - Allowed channel width bitmask 136 * max_tx_power - Regulatory transmit power limit in dBm [all …]
|
/freebsd/sys/kern/ |
H A D | subr_bus.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 87 TAILQ_ENTRY(driverlink) link; /* list of drivers in devclass */ 102 TAILQ_ENTRY(devclass) link; 120 LIST_ENTRY(device_prop_elm) link; 141 TAILQ_ENTRY(_device) link; /**< list of devices in parent */ 158 u_int order; /**< order from device_add_child_ordered() */ member 168 static MALLOC_DEFINE(M_BUS_SC, "bus-sc", "Bus data structures, softc"); 178 #define DRIVERNAME(d) ((d)? d->name : "no driver") 179 #define DEVCLANAME(d) ((d)? d->name : "no devclass") [all …]
|
H A D | kern_lockf.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 29 /*- 92 static MALLOC_DEFINE(M_LOCKF, "lockf", "Byte-range locking structures"); 184 * (s) locked by state->ls_lock 218 * are terminal nodes in the graph (i.e. have no out-going 219 * edges). Pending locks have out-going edges to each blocking active 224 * out-going edges or new active locks which only add in-coming edges) 231 * lock upon which it waits. In order to prevent deadlock, we only add 235 * any outgoing edges, then it has an order strictly less than any [all …]
|
/freebsd/usr.sbin/ppp/ |
H A D | ppp.8 | 31 .Nd Point to Point Protocol (a.k.a. user-ppp) 87 will start with a value of 0 for 99 .Bl -tag -width XXX -offset XXX 103 The link is not brought up until outgoing data is detected on the tun 106 attempts to bring up the link. 109 is trying to bring the link up will remain queued for a default of 141 exits with a non-zero result. 147 The link is created in background mode. 158 line and uses descriptor 0 as the link. 161 .Dq force-scripts [all …]
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | ChangeLog | 3 2024-07-20 - v2.11 4 * Wi-Fi Easy Connect 5 - add support for DPP release 3 6 - allow Configurator parameters to be provided during config exchange 8 - add support for GCM-AES-256 cipher suite 9 - remove incorrect EAP Session-Id length constraint 10 - add hardware offload support for additional drivers 11 * HE/IEEE 802.11ax/Wi-Fi 6 12 - support BSS color updates 13 - various fixes [all …]
|
/freebsd/share/man/man4/ |
H A D | multicast.4 | 1 .\" Copyright (c) 2001-2003 International Computer Science Institute 58 (at most) per network link. 60 All multicast-capable routers must run a common multicast routing 63 Protocol Independent Multicast - Sparse Mode (PIM-SM), 64 or Protocol Independent Multicast - Dense Mode (PIM-DM) 71 To start multicast routing, 76 and must run a multicast routing capable user-level process. 84 The so-called 95 .Bd -literal 100 .Bd -literal [all …]
|
/freebsd/sys/contrib/alpine-hal/eth/ |
H A D | al_hal_eth.h | 1 /*- 10 found at http://www.gnu.org/licenses/gpl-2.0.html 61 /* *INDENT-OFF* */ 65 /* *INDENT-ON* */ 97 #define AL_ETH_TSO_MSS_MAX_VAL (AL_ETH_MAX_FRAME_LEN - 200) 194 * will be set according to inner packet when packet is tunneled, for non-tunneled 289 * 3) when working in LINK PAUSE mode, only entries at 327 uint8_t l4_header_len; /**< in words(32-bits) */ 342 * Target-ID to be assigned to the packet descriptors 343 * Requires Target-ID in descriptor to be enabled for the specific UDMA [all …]
|
/freebsd/contrib/unbound/contrib/ |
H A D | fastrpz.patch | 3 --- 4 diff --git a/Makefile.in b/Makefile.in 6 --- a/Makefile.in 8 @@ -23,6 +23,8 @@ CHECKLOCK_SRC=testcode/checklocks.c 17 @@ -134,7 +136,7 @@ validator/val_sigcrypt.c validator/val_utils.c dns64/dns64.c \ 18 edns-subnet/edns-subnet.c edns-subnet/subnetmod.c \ 19 edns-subnet/addrtree.c edns-subnet/subnet-whitelist.c \ 21 -$(DNSTAP_SRC) $(DNSCRYPT_SRC) $(IPSECMOD_SRC) $(IPSET_SRC) 26 @@ -147,7 +149,7 @@ autotrust.lo val_anchor.lo rpz.lo \ 30 -$(IPSECMOD_OBJ) $(IPSET_OBJ) $(DYNLIBMOD_OBJ) respip.lo [all …]
|
/freebsd/contrib/ofed/opensm/man/ |
H A D | opensm.8 | 4 opensm \- InfiniBand subnet manager and administration (SM/SA) 8 [\-\-version]] 9 [\-F | \-\-config <file_name>] 10 [\-c(reate-config) <file_name>] 11 [\-g(uid) <GUID in hex>] 12 [\-l(mc) <LMC>] 13 [\-p(riority) <PRIORITY>] 14 [\-\-smkey <SM_Key>] 15 [\-\-sm_sl <SL number>] 16 [\-r(eassign_lids)] [all …]
|
/freebsd/contrib/tcpdump/ |
H A D | CONTRIBUTING.md | 7 code execution etc) please send an e-mail to security@tcpdump.org, do not use 10 To report a non-security problem (failure to compile, incorrect output in the 15 libpcap. If it does (and it is not a security-related problem, otherwise see 17 [bug tracker](https://github.com/the-tcpdump-group/tcpdump/issues) 21 * tcpdump and libpcap version (`tcpdump --version`) 23 (`uname -a`, compiler name and version, CPU type etc.) 33 [subscribe to the mailing list](https://www.tcpdump.org/#mailing-lists) 42 2) [Fork](https://help.github.com/articles/fork-a-repo/) the Tcpdump 43 [repository](https://github.com/the-tcpdump-group/tcpdump). 53 git remote add upstream https://github.com/the-tcpdump-group/tcpdump [all …]
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | rx_desc.h | 1 /* SPDX-License-Identifier: BSD-3-Clause-Clear */ 3 * Copyright (c) 2018-2021 The Linux Foundation. All rights reserved. 4 * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved. 202 * field in address search failure cache-only entry should 206 * If set, intra-BSS routing detection is enabled 224 * uffer management for WiFi-to-PPE routing. 227 * by a different subsystem, completely disabling WiFi-to-PPE 237 * Indicates the MPDU queue ID to which this MPDU link 436 * number is cleared at PPDU start. If this MPDU is the first 437 * received MPDU in the PPDU and this MPDU gets filtered-in, [all …]
|