/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | adi,max98396.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Ryan Lee <ryans.lee@analog.com> 13 The MAX98396 is a mono Class-DG speaker amplifier with I/V sense. 21 - adi,max98396 22 - adi,max98397 27 avdd-supply: 30 dvdd-supply: 33 dvddio-supply: [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/skylake/ |
H A D | frontend.json | 8 …"PublicDescription": "Counts the number of times the front-end is resteered when it finds a branch… 13 "BriefDescription": "Decode Stream Buffer (DSB)-to-MITE switches", 18 …e Decode Stream Buffer (DSB)-to-MITE switches including all misses because of missing Decode Strea… 23 "BriefDescription": "Decode Stream Buffer (DSB)-to-MITE switch true penalty cycles.", 28 …-to-MITE switch true penalty cycles. These cycles do not include uops routed through because of th… 41 …Instructions that experienced DSB (Decode stream buffer i.e. the decoded instruction-cache) miss.", 55 …ode stream buffer i.e. the decoded instruction-cache) miss. Critical means stalls were exposed to … 101 "BriefDescription": "Retired instructions after front-end starvation of at least 1 cycle", 109 …er an interval where the front-end delivered no uops for a period of at least 1 cycle which was no… 115 …after an interval where the front-end delivered no uops for a period of 128 cycles which was not i… [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/cascadelakex/ |
H A D | frontend.json | 8 …"PublicDescription": "Counts the number of times the front-end is resteered when it finds a branch… 13 "BriefDescription": "Decode Stream Buffer (DSB)-to-MITE switches", 18 …e Decode Stream Buffer (DSB)-to-MITE switches including all misses because of missing Decode Strea… 23 "BriefDescription": "Decode Stream Buffer (DSB)-to-MITE switch true penalty cycles.", 28 …-to-MITE switch true penalty cycles. These cycles do not include uops routed through because of th… 41 …Instructions that experienced DSB (Decode stream buffer i.e. the decoded instruction-cache) miss.", 55 …ode stream buffer i.e. the decoded instruction-cache) miss. Critical means stalls were exposed to … 101 "BriefDescription": "Retired instructions after front-end starvation of at least 1 cycle", 109 …er an interval where the front-end delivered no uops for a period of at least 1 cycle which was no… 115 …after an interval where the front-end delivered no uops for a period of 128 cycles which was not i… [all …]
|
H A D | uncore-other.json | 10 …"BriefDescription": "LLC misses - Uncacheable reads (from cpu) . Derived from unc_cha_tor_inserts.… 20 "BriefDescription": "LLC misses - Uncacheable reads (from cpu) ", 164 "ScaleUnit": "7.11E-06Bytes", 174 "ScaleUnit": "7.11E-06Bytes", 355 "BriefDescription": "Multi-socket cacheline Directory state lookups; Snoop Not Needed", 360 …"PublicDescription": "Counts transactions that looked into the multi-socket cacheline Directory st… 365 "BriefDescription": "Multi-socket cacheline Directory state lookups; Snoop Needed", 370 …"PublicDescription": "Counts transactions that looked into the multi-socket cacheline Directory s… 375 …"BriefDescription": "Multi-socket cacheline Directory state updates; Directory Updated memory writ… 380 …"PublicDescription": "Counts only multi-socket cacheline Directory state updates memory writes iss… [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/skylakex/ |
H A D | frontend.json | 8 …"PublicDescription": "Counts the number of times the front-end is resteered when it finds a branch… 13 "BriefDescription": "Decode Stream Buffer (DSB)-to-MITE switches", 18 …e Decode Stream Buffer (DSB)-to-MITE switches including all misses because of missing Decode Strea… 23 "BriefDescription": "Decode Stream Buffer (DSB)-to-MITE switch true penalty cycles.", 28 …-to-MITE switch true penalty cycles. These cycles do not include uops routed through because of th… 41 …Instructions that experienced DSB (Decode stream buffer i.e. the decoded instruction-cache) miss.", 55 …ode stream buffer i.e. the decoded instruction-cache) miss. Critical means stalls were exposed to … 101 "BriefDescription": "Retired instructions after front-end starvation of at least 1 cycle", 109 …er an interval where the front-end delivered no uops for a period of at least 1 cycle which was no… 115 …after an interval where the front-end delivered no uops for a period of 128 cycles which was not i… [all …]
|
H A D | uncore-other.json | 10 …"BriefDescription": "LLC misses - Uncacheable reads (from cpu) . Derived from unc_cha_tor_inserts.… 20 "BriefDescription": "LLC misses - Uncacheable reads (from cpu) ", 164 "ScaleUnit": "7.11E-06Bytes", 174 "ScaleUnit": "7.11E-06Bytes", 355 "BriefDescription": "Multi-socket cacheline Directory state lookups; Snoop Not Needed", 360 …"PublicDescription": "Counts transactions that looked into the multi-socket cacheline Directory st… 365 "BriefDescription": "Multi-socket cacheline Directory state lookups; Snoop Needed", 370 …"PublicDescription": "Counts transactions that looked into the multi-socket cacheline Directory s… 375 …"BriefDescription": "Multi-socket cacheline Directory state updates; Directory Updated memory writ… 380 …"PublicDescription": "Counts only multi-socket cacheline Directory state updates memory writes iss… [all …]
|
/freebsd/sys/security/mac_grantbylabel/ |
H A D | mac_grantbylabel.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2018-2023, Juniper Networks, Inc. 19 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 78 #define SLOT(l) \ macro 102 if (cp > label && cp[-1] != ',') { in gbl_parse_label() 106 cp += sizeof(GBL_PREFIX) - 1; in gbl_parse_label() 174 gbl = SLOT(vp->v_label); in gbl_get_vlabel() 190 MAC_GRANTBYLABEL_DBG(2, "no label dev=%ju, file %ju.%lu", in gbl_get_vlabel() 216 if ((curproc->p_flag & (P_KPROC|P_SYSTEM))) in mac_grantbylabel_priv_grant() [all …]
|
/freebsd/sys/netinet/ |
H A D | ip_var.h | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 22 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 81 struct in_addr ipopt_dst; /* first-hop dst if source routed */ 89 * This structure is lazy-allocated. 126 uint64_t ips_noroute; /* packets discarded due to no route */ 131 uint64_t ips_nogif; /* no match gif found */ 143 * In-kernel consumers can use these accessor macros directly to update 151 #define IPSTAT_SUB(name, val) IPSTAT_ADD(name, -(val)) 168 MIB_SDT_PROBE1(ip, count, name, -1); \ [all …]
|
/freebsd/sys/netgraph/netflow/ |
H A D | ng_netflow.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2010-2011 Alexander V. Chernikov <melifaro@ipfw.ru> 5 * Copyright (c) 2004-2005 Gleb Smirnoff <glebius@FreeBSD.org> 6 * Copyright (c) 2001-2003 Roman V. Palagin <romanp@unshadow.net> 21 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 57 NGM_NETFLOW_SETDLT = 4, /* set data-link type */ 144 #define NG_NETFLOW_CONF_NOSRCLOOKUP 0x10 /* No radix lookup on src */ 145 #define NG_NETFLOW_CONF_NODSTLOOKUP 0x20 /* No radix lookup on dst */ 185 * casted to flow_entry_data. After casting, fle->r.fib is accessed. [all …]
|
/freebsd/share/man/man9/ |
H A D | ieee80211.9 | 19 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 72 layer for protocol services but devices that off-load functionality 73 may bypass the layer to connect directly to the device. 181 functions are device-independent handlers for 206 sub-type, for the device 215 sub-type. 218 The virtual radio architecture splits state between a single per-device 225 as read-only. 240 and should be extended with any driver-private state. 244 data structures and should be exploited to maintain driver-private state [all …]
|
/freebsd/sys/powerpc/powernv/ |
H A D | opal_pci.c | 1 /*- 2 * Copyright (c) 2015-2016 Nathan Whitehorn 3 * Copyright (c) 2017-2018 Semihalf 18 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 186 if (!OF_hasprop(ofw_bus_get_node(dev), "ibm,opal-phbid")) in opalpci_probe() 189 device_set_desc(dev, "OPAL Host-PCI bridge"); in opalpci_probe() 198 bus_write_8(sc->r_reg, 0x210, PHB3_TCE_KILL_INVAL_ALL); in pci_phb3_tce_invalidate_entire() 207 return (1 << (flsl(val + (val - 1)) - 1)); in round_pow2() 212 * "ibm,supported-tce-sizes", to denote the TCE sizes available. This allows us 213 * to avoid hard-coding the maximum TCE size allowed, and instead provide a sane [all …]
|
/freebsd/crypto/openssh/regress/ |
H A D | test-exec.sh | 1 # $OpenBSD: test-exec.sh,v 1.119 2024/06/20 08:18:34 dtucker Exp $ 6 if [ ! -z "$TEST_SSH_ELAPSED_TIMES" ]; then 10 if [ ! -z "$TEST_SSH_PORT" ]; then 21 if [ ! -d $OBJ ]; then 30 if [ ! -f $SCRIPT ]; then 34 if $TEST_SHELL -n $SCRIPT; then 42 # Portable-specific settings. 44 if [ -x /usr/ucb/whoami ]; then 51 USER=`id -un` 53 if test -z "$LOGNAME"; then [all …]
|
/freebsd/sys/net80211/ |
H A D | ieee80211_proto.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 5 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting 21 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 108 * IEEE Std 802.11-2012, pp. 442-445 Table 8-36. 143 return ("4-Way handshake timeout"); in ieee80211_reason_to_string() 147 return ("element in 4-Way handshake different from " in ieee80211_reason_to_string() 165 return ("unspecified (QoS-related)"); in ieee80211_reason_to_string() 222 "is no longer usable"); in ieee80211_reason_to_string() 259 ic_printf(ni->ni_ic, "missing ic_raw_xmit callback, drop frame\n"); in null_raw_xmit() [all …]
|
H A D | ieee80211_hostap.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2007-2008 Sam Leffler, Errno Consulting 19 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 80 ic->ic_vattach[IEEE80211_M_HOSTAP] = hostap_vattach; in ieee80211_hostap_attach() 96 vap->iv_newstate = hostap_newstate; in hostap_vattach() 97 vap->iv_input = hostap_input; in hostap_vattach() 98 vap->iv_recv_mgmt = hostap_recv_mgmt; in hostap_vattach() 99 vap->iv_recv_ctl = hostap_recv_ctl; in hostap_vattach() 100 vap->iv_opdetach = hostap_vdetach; in hostap_vattach() [all …]
|
H A D | ieee80211_ht.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2007-2008 Sam Leffler, Errno Consulting 19 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 132 static int ieee80211_ampdu_age = -1; /* threshold for ampdu reorder q (ms) */ 142 static int ieee80211_addba_timeout = -1;/* timeout for ADDBA response */ 147 static int ieee80211_addba_backoff = -1;/* backoff after max ADDBA requests */ 156 static int ieee80211_bar_timeout = -1; /* timeout waiting for BAR response */ 229 ic->ic_recv_action = ieee80211_recv_action; in ieee80211_ht_attach() 230 ic->ic_send_action = ieee80211_send_action; in ieee80211_ht_attach() [all …]
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | zil.h | 1 // SPDX-License-Identifier: CDDL-1.0 10 * or https://opensource.org/licenses/CDDL-1.0. 60 * Intent log header - this on disk structure holds fields to manage 76 #define ZIL_REPLAY_NEEDED 0x1 /* replay needed - internal only */ 108 #define ZILTEST_TXG (UINT64_MAX - TXG_CONCURRENT_STATES) 133 sizeof (lr_attr_t) + (sizeof (uint32_t) * (mapsize - 1)) + \ 146 #define TX_COMMIT 0 /* Commit marker (no on-disk state) */ 176 * specified case-insensitive handling of names. 178 #define TX_CI ((uint64_t)0x1 << 63) /* case-insensitive behavior requested */ 199 * support large dnodes. The slot count for a single-slot dnode will [all …]
|
/freebsd/sys/arm/ti/cpsw/ |
H A D | if_cpsw.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 20 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 39 * a 3-port store-and-forward switch connected to two independent 252 { -1, 0 } 331 if ((_sc)->debug) { \ 341 mtx_assert(&(sc)->rx.lock, MA_NOTOWNED); \ 342 mtx_lock(&(sc)->tx.lock); \ 345 #define CPSW_TX_UNLOCK(sc) mtx_unlock(&(sc)->tx.lock) 346 #define CPSW_TX_LOCK_ASSERT(sc) mtx_assert(&(sc)->tx.lock, MA_OWNED) [all …]
|
/freebsd/sys/dev/e1000/ |
H A D | e1000_defines.h | 2 SPDX-License-Identifier: BSD-3-Clause 4 Copyright (c) 2001-2020, Intel Corporation 24 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 81 #define E1000_CTRL_EXT_SPD_BYPS 0x00008000 /* Speed Select Bypass */ 94 #define E1000_CTRL_EXT_IAME 0x08000000 /* Int ACK Auto-mask */ 122 #define E1000_RXD_STAT_PIF 0x80 /* passed in-exact filter */ 172 #define E1000_MANC_SMBUS_EN 0x00000001 /* SMBus Enabled - RO */ 173 #define E1000_MANC_ASF_EN 0x00000002 /* ASF Enabled - RO */ 194 #define E1000_RCTL_LBM_NO 0x00000000 /* no loopback mode */ 261 #define E1000_CTRL_ASDE 0x00000020 /* Auto-speed detect enable */ [all …]
|
/freebsd/sys/dev/smartpqi/ |
H A D | smartpqi_request.c | 1 /*- 2 * Copyright 2016-2023 Microchip Technology, Inc. and/or its subsidiaries. 16 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 55 if(elem_alloted - 1) in pqisrc_embedded_sgl_count() 56 embedded_sgl_count += ((elem_alloted - 1) * MAX_EMBEDDED_SG_IN_IU); in pqisrc_embedded_sgl_count() 74 contiguous_free_elem = (elem_in_q - pi); in pqisrc_contiguous_free_elem() 76 contiguous_free_elem -= 1; in pqisrc_contiguous_free_elem() 78 contiguous_free_elem = (ci - pi - 1); in pqisrc_contiguous_free_elem() 98 if ((devp->raid_level == SA_RAID_5 || devp->raid_level == SA_RAID_6) in pqisrc_num_elem_needed() 107 if(SG_Count > softs->max_sg_per_spanning_cmd || in pqisrc_num_elem_needed() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
H A D | LLParser.h | 1 //===-- LLParser.h - Parser Class -------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 49 /// ValID - Represents a reference of a definition of some sort with no type. 61 t_Null, // No value. 62 t_Undef, // No value. 63 t_Zero, // No value. 64 t_None, // No value. 65 t_Poison, // No value. [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/powerpc/power8/ |
H A D | other.json | 11 …"BriefDescription": "Cycles in 2-lpar mode. Threads 0-3 belong to Lpar0 and threads 4-7 belong to … 17 …cles in 4 LPAR mode. Threads 0-1 belong to lpar0, threads 2-3 belong to lpar1, threads 4-5 belong … 113 …to the Target Address Prediction from the Count Cache or Link Stack. Only XL-form branches that re… 161 …ed. I-form branches do not set this event. In addition, B-form branches which do not use the BHT d… 167 …ed. I-form branches do not set this event. In addition, B-form branches which do not use the BHT d… 197 …ional Branch Completed on BR0 that had its target address predicted. Only XL-form branches set thi… 203 …ional Branch Completed on BR1 that had its target address predicted. Only XL-form branches set thi… 215 …t used for this branch. This can be an I-form branch, a B-form branch with BO-field set to branch … 221 …t used for this branch. This can be an I-form branch, a B-form branch with BO-field set to branch … 371 "BriefDescription": "IFU Finished a (non-branch) instruction", [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCScheduleP8.td | 1 //===-- PPCScheduleP8.td - PPC P8 Scheduling Definitions ---*- tablegen -*-===// 5 // SPDX-Licens [all...] |
/freebsd/sys/dev/ixgbe/ |
H A D | ixgbe_common.c | 2 SPDX-License-Identifier: BSD-3-Clause 4 Copyright (c) 2001-2020, Intel Corporation 24 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 64 * ixgbe_init_ops_generic - Inits function ptrs 71 struct ixgbe_eeprom_info *eeprom = &hw->eeprom; in ixgbe_init_ops_generic() 72 struct ixgbe_mac_info *mac = &hw->mac; in ixgbe_init_ops_generic() 78 eeprom->ops.init_params = ixgbe_init_eeprom_params_generic; in ixgbe_init_ops_generic() 81 eeprom->ops.read = ixgbe_read_eerd_generic; in ixgbe_init_ops_generic() 82 eeprom->ops.read_buffer = ixgbe_read_eerd_buffer_generic; in ixgbe_init_ops_generic() 84 eeprom->ops.read = ixgbe_read_eeprom_bit_bang_generic; in ixgbe_init_ops_generic() [all …]
|
/freebsd/sys/dev/hifn/ |
H A D | hifn7751.c | 3 /*- 4 * SPDX-License-Identifier: BSD-3-Clause 9 * Copyright (c) 2000-2001 Network Security Technologies, Inc. 14 * requested: Please send any comments, feedback, bug-fixes, or feature 32 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 42 * Materiel Command, USAF, under agreement number F30602-01-2-0537. 171 u_int32_t v = bus_space_read_4(sc->sc_st0, sc->sc_sh0, reg); in READ_REG_0() 172 sc->sc_bar0_lastreg = (bus_size_t) -1; in READ_REG_0() 180 u_int32_t v = bus_space_read_4(sc->sc_st1, sc->sc_sh1, reg); in READ_REG_1() 181 sc->sc_bar1_lastreg = (bus_size_t) -1; in READ_REG_1() [all …]
|
/freebsd/sys/dev/msk/ |
H A D | if_mskreg.h | 17 * are provided to you under the BSD-type license terms provided 22 * - Redistributions of source code must retain the above copyright 24 * - Redistributions in binary form must reproduce the above 28 * - Neither the name of Marvell nor the names of its contributors 35 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 48 /*- 49 * SPDX-License-Identifier: BSD-4-Clause AND BSD-3-Clause 65 * 4. Neither the name of the author nor the names of any co-contributors 72 * ARE DISCLAIMED. IN NO EVENT SHALL Bill Paul OR THE VOICES IN HIS HEAD 82 /*- [all …]
|