/freebsd/sys/contrib/device-tree/Bindings/regulator/ |
H A D | renesas,raa215300.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Biju Das <biju.das.jz@bp.renesas.com> 13 The RAA215300 is a high-performance, low-cost 9-channel PMIC designed for 14 32-bit and 64-bit MCU and MPU applications. It supports DDR3, DDR3L, DDR4, 16 built-in Real-Time Clock (RTC), 32kHz crystal oscillator, and coin cell 18 ideal for System-On-Module (SOM) applications. A spread spectrum feature 19 provides an ease-of-use solution for noise-sensitive audio or RF applications. 25 …-power-management/multi-channel-power-management-ics-pmics/ssdsoc-power-management-ics-pmic-and-pm… [all …]
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | zfs-meta.m4 | 5 dnl # tag matching the form ZFS_META_NAME-ZFS_META_VERSION-*. This allows 12 dnl # - KEY is separated from VALUE by a colon and one or more spaces/tabs. 13 dnl # - KEY and VALUE are case sensitive. 14 dnl # - Leading spaces are ignored. 15 dnl # - First match wins for duplicate keys. 18 dnl # any non-space character since that will prevent the regex from 50 if test -f "$META"; then 54 if test -n "$ZFS_META_NAME"; then 62 if test -n "$ZFS_META_VERSION"; then 73 if test ! -f ".nogitrelease" && git rev-parse --git-dir > /dev/null 2>&1; then [all …]
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_refclock.c | 2 * ntp_refclock - processing support for reference clocks 53 * In addition, there may be a driver-specific unit structure used for 57 * which is used for all peer-specific processing and contains a 82 #if MAXSTAGE & (MAXSTAGE - 1) 89 pp->coderecv = (pp->coderecv + 1) % MAXSTAGE; in clk_add_sample() 90 if (pp->coderecv == pp->codeproc) in clk_add_sample() 91 pp->codeproc = (pp->codepro in clk_add_sample() [all...] |
H A D | refclock_heath.c | 2 * refclock_heath - clock driver for Heath GC-1000 3 * (but no longer the GC-1001 Model II, which apparently never worked) 25 * This driver supports the Heath GC-1000 Most Accurate Clock, with 30 * noise sources, etc. When not synchronized, the accuracy is at the 37 * There were two GC-1000 versions supported by this driver. The original 38 * GC-1000 with RS-232 output first appeared in 1983, but dissapeared 39 * from the market a few years later. The GC-1001 II with RS-23 [all...] |
/freebsd/sys/dev/hid/ |
H A D | bcm5974.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 101 * Copyright (C) 2001-2004 Greg Kroah-Hartman (greg@kroah.com) 104 * Copyright (C) 2005 Frank Arnold (frank@scirocco-5v-turbo.de) 106 * Copyright (C) 2005 Michael Hanselmann (linux-kerne [all...] |
/freebsd/share/doc/papers/timecounter/ |
H A D | timecounter.ms | 5 .\" ---------------------------------------------------------------------------- 6 .\" "THE BEER-WARE LICENSE" (Revision 42): 9 .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp 10 .\" ---------------------------------------------------------------------------- 16 .A "Poul-Henning Kamp" "The FreeBSD Project" 18 The FreeBSD timecounters are an architecture-independent implementation 21 multiplication to canonical timescales based on micro- or nano-seconds 23 synchronisation. Timecounters are implemented using lock-less 24 stable-storage based primitives which scale efficiently in SMP 80 for instance transport or consumption of a substance at a well-known [all …]
|
/freebsd/contrib/ntp/libntp/ |
H A D | ntp_random.c | 74 * stored in it -- see setstate() for details). 80 * have period 2^deg - 1 (where deg is the degree of the polynomial being 83 * influenced by pseudo-random carries out of the lower bits. The total 84 * period of the generator is approximately deg*(2**deg - 1); thus doubling 86 * generator. Note: the deg*(2**deg - 1) is an approximation only good for 89 * 7*(2**7 - 1) predicted by this formula. 156 * MAX_TYPES * (rptr - state) + TYPE_3 == TYPE_3. 202 * the zeroeth. Hence it is valid to access state[-1], which is used to 229 * Compute x = (7^5 * x) mod (2^31 - 1) in good_rand() 231 * (2^31 - 1) = 127773 * (7^5) + 2836 in good_rand() [all …]
|
/freebsd/contrib/flex/ |
H A D | NEWS | 3 * Noteworthy changes in release 2.6.4 (2017-05-06) [stable] 62 * Noteworthy changes in release 2.6.3 (2016-12-30) [stable] 76 *** A new configure option --disable-bootstrap changes the behavior of 78 "--enable-bootstrap" behavior is to build flex, then to use that 79 flex to build flex again. With --disable-bootstrap, the scanner is 89 --disable-libfl option to configure. Resolves #99. 103 * version 2.6.2 released 2016-10-24 113 *** flex no longer generates non-ANSI code 129 *** a new option to configure --enable-warnings to encapsulate passing 130 of warning-related flags which is useful in testing flex [all …]
|
/freebsd/contrib/tcsh/ |
H A D | csh-mode.el | 1 ;; csh-mode.el --- csh (and tcsh) script editing mode for Emacs. 11 ;; Put csh-mode.el in some directory in your load-path and load it. 16 ;; fashion as other programming language modes. Invoke describe-mode 22 ;; DH - Dan Harkless <software@harkless.org> 23 ;; CM - Carlo Migliorini <migliorini@sodalia.it> 24 ;; JR - Jack Repenning <jackr@sgi.com> 25 ;; GE - Gary Ellison <Gary.F.Ellison@att.com> 30 ;; --------- -- -------------------------------------------------------------- 31 ;; 2 Apr 99 DH 1.2: Noticed an out-of-date comment referencing .bashrc etc. 32 ;; 11 Dec 96 DH 1.1: ksh-mode just indented continuation lines by 1 space. [all …]
|
/freebsd/sys/dev/wg/ |
H A D | wg_noise.c | 1 /* SPDX-License-Identifier: ISC 3 * Copyright (C) 2015-2021 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. 4 * Copyright (C) 2019-2021 Matt Dunwoodie <ncon@noconroy.net> 38 #define COUNTER_WINDOW_SIZE (COUNTER_BITS_TOTAL - COUNTER_REDUNDANT_BITS) 42 #define REJECT_AFTER_MESSAGES (UINT64_MAX - COUNTER_WINDOW_SIZE - 1) 47 #define REJECT_INTERVAL_MASK (~((1ull<<24)-1)) 48 #define TIMER_RESET (SBT_1S * -(REKEY_TIMEOUT+1)) 51 #define HT_INDEX_MASK (HT_INDEX_SIZE - 1) 53 #define HT_REMOTE_MASK (HT_REMOTE_SIZE - 1) 176 MALLOC_DEFINE(M_NOISE, "NOISE", "wgnoise"); [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 1 //===--- Parser.h - C Language Parser ---------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 54 /// Parser - This implements a parser for the C family of languages. After 71 /// Tok - The current token we are peeking ahead. All parsing methods assume 75 // PrevTokLocation - The location of the token we previously 88 /// Actions - These are the callbacks we invoke as we parse various constructs 94 /// ScopeCache - Cache scopes to reduce malloc traffic. 119 /// Ident_super - IdentifierInfo for "super", to support fast [all …]
|
/freebsd/share/misc/ |
H A D | usb_vendors | 6 # http://www.linux-usb.org/usb-ids.html 7 # or send entries as patches (diff -u old new) in the 10 # http://www.linux-usb.org/usb.ids 13 # Date: 2024-07-04 20:34:02 20 # device device_name <-- single tab 21 # interface interface_name <-- two tabs 38 5301 GW-US54ZGL 802.11bg 54 145f NW-3100 802.11b/g 54Mbps Wireless Network Adapter [zd1211] 62 0200 TP-Link 81 120e ASI120MC-S Planetary Camera [all …]
|
/freebsd/sys/contrib/openzfs/cmd/zdb/ |
H A D | zdb.c | 9 * or https://opensource.org/licenses/CDDL-1.0. 171 return (livelist_compare(&l->svbr_blk, &r->svbr_blk)); in sublivelist_block_refcnt_compare() 185 * This field is not used for our B-Tree comparisons in sublivelist_verify_blkptr() 193 zfs_btree_find(&sv->sv_pair, ¤t, &where); in sublivelist_verify_blkptr() 197 zfs_btree_add(&sv->sv_pair, ¤t); in sublivelist_verify_blkptr() 199 pair->svbr_refcnt++; in sublivelist_verify_blkptr() 205 if (DVA_IS_EMPTY(&bp->blk_dva[i])) in sublivelist_verify_blkptr() 208 .svb_dva = bp->blk_dva[i], in sublivelist_verify_blkptr() 213 if (zfs_btree_find(&sv->sv_leftover, &svb, in sublivelist_verify_blkptr() 215 zfs_btree_add_idx(&sv->sv_leftover, in sublivelist_verify_blkptr() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporter.cpp | 1 //===- BugReporter.cpp - Generate PathDiagnostics for bugs ----------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 102 //===----------------------------------------------------------------------===// 104 //===----------------------------------------------------------------------===// 157 return CurrentNode->getLocationContext(); in getCurrLocationContext() 164 return LCM.find(&PD->getActivePath())->getSecond(); in getLocationContextForActivePath() 172 CurrentNode = CurrentNode->getFirstPred(); in ascendToPrevNode() 177 return getCurrLocationContext()->getParentMap(); in getParentMap() [all …]
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.in | 2 %%% BibTeX-file{ 23 %%% (incompletely) 1970 -- 1979. 50 %%% covering 1958--1996 became too large (about 65 %%% Algorithms 1--492. For Algorithms 493--686, 72 %%% cross-referenced in both directions, so 75 %%% Corrigenda. Cross-referenced entries are 77 %%% that each is completely self-contained. 83 %%% ftp://netlib.bell-labs.com/netlib/toms. 88 %%% http://ciir.cs.umass.edu/cgi-bin/web_query_form/public/cacm2.1. 90 %%% The initial draft of entries for 1981 -- [all …]
|
H A D | funstack.ok | 23 for Pert Networks . . . . . . . . . . . 738--739 29 the First Kind . . . . . . . . . . . . . 479--480 40 for Arguments Larger than One . . . . . 488--492 52 M. C. Pike ACM Algorithm 299: Chi-Squared Integral 243--244 57 Edsger Wybe Dijkstra Go to statement considered harmful . . . 147--148 62 ANSI Subcommittee X3J3 Clarification of Fortran Standards --- 63 Initial Progress . . . . . . . . . . . . 289--294 69 Computer Organization . . . . . . . . . 489--498 74 V. Y. Lum Multi-Attribute Retrieval with Combined 75 Indexes . . . . . . . . . . . . . . . . 660--665 [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/crypto/openssh/ |
H A D | ChangeLog | 17 upstream: openssh-9.7 19 OpenBSD-Commit-ID: 618ececf58b8cdae016b149787af06240f7b0cbc 46 OpenBSD-Commit-ID: e58f18042b86425405ca09e6e9d7dfa1df9f5f7f 52 upstream: skip more whitespace, fixes find-principals on 56 OpenBSD-Commit-ID: b3a22a2afd753d70766f34bc7f309c03706b5298 67 OpenBSD-Regress-ID: f68d79e7f00caa8d216ebe00ee5f0adbb944062a 73 Prefer openssl binary from --with-ssl-dir directory. 75 Use openssl in the directory specified by --with-ssl-dir as long 86 OpenBSD-Commit-ID: 97d96a166b1ad4b8d229864a553e3e56d3116860 92 upstream: wrap a few PKCS#11-specific bits in ENABLE_PKCS11 [all …]
|
/freebsd/share/dict/ |
H A D | web2a | 12 A-b-c book 13 A-b-c method 14 abdomino-uterotomy 15 Abdul-baha 16 a-be 20 able-bodied 21 able-bodiedness 22 able-minded 23 able-mindedness 27 Abor-miri [all …]
|
/freebsd/sys/dev/sfxge/common/ |
H A D | efx_regs_mcdi.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright 2008-2013 Solarflare Communications Inc. All rights reserved. 32 /* Power-on reset state */ 54 /* The 'doorbell' addresses are hard-wired to alert the MC when written */ 57 /* The rest of these are firmware-defined */ 65 /* Values to be written to the per-port status dword in shared 94 * | | \--- Response 95 * | \------- Error 96 * \------------------------------ Resync (always set) [all …]
|
/freebsd/contrib/ntp/ |
H A D | CommitLog | 1 ChangeSet@1.4062, 2024-05-25 00:06:49-07:00, ntpreleng@ntp-build.tal1.ntfo.org 5 ChangeLog@1.2103 +1 -0 8 ntpd/invoke-ntp.conf.texi@1.231 +1 -1 11 ntpd/invoke-ntp.keys.texi@1.214 +1 -1 14 ntpd/invoke-ntp [all...] |
/freebsd/contrib/libevent/ |
H A D | configure | 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.69 for libevent 2.1.12-stable. 6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. 11 ## -------------------- ## 13 ## -------------------- ## 17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 22 alias -g '${1+"$@"}'='"$@"' 25 case `(set -o) 2>/dev/null` in #( 27 set -o posix ;; #( [all …]
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | configure | 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.71 for libevent 2.1.12-stable. 6 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, 12 ## ----- [all...] |
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | reg_addr.h | 2 * Copyright (c) 2017-2018 Cavium, Inc. 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… 116 … (0x1<<9) // Fast back-to-back transaction ena… 128 … (0x1<<23) // Fast back-to-back capable. Not ap… 145 …l has_io_bar=0. Note: The access attributes of this field are as follows: - Dbi: if (DBI_RO_WR_E… [all …]
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 17 ** language. The code for the "sqlite3" command-line shell is also in a 20 ** The content in this amalgamation comes from Fossil check-in 51 ** NO_TEST - The branches on this line are not 56 ** OPTIMIZATION-IF-TRUE - This branch is allowed to always be false 60 ** OPTIMIZATION-IF-FALSE - This branch is allowed to always be true 64 ** PREVENTS-HARMLESS-OVERREAD - This branch prevents a buffer overread 69 ** slash-asterisk...asterisk-slash comment marks, with no spaces between the 144 ** 2015-03-02 182 ** large file support, or if the OS is windows, these should be no-ops. 188 ** Large file support can be disabled using the -DSQLITE_DISABLE_LFS switch [all …]
|