/freebsd/sys/contrib/device-tree/Bindings/ |
H A D | trivial-devices.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/trivial-devices.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Rob Herring <robh@kernel.org> 27 spi-max-frequency: true 32 - enum: 34 - acbel,fsg032 35 … # SMBus/I2C Digital Temperature Sensor in 6-Pin SOT with SMBus Alert and Over Temperature Pin 36 - ad,ad7414 # Deprecated, use adi,ad7414 [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/regulator/ |
H A D | dlg,da9121.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schema [all...] |
H A D | nxp,pf8x00-regulator.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/regulator/nxp,pf8x00-regulator.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jagan Teki <jagan@amarulasolutions.com> 11 - Troy Kisky <troy.kisky@boundarydevices.com> 16 linear and one vsnvs regulators. It has built-in one time programmable 22 - nxp,pf8100 23 - nxp,pf8121a 24 - nxp,pf8200 [all …]
|
H A D | da9210.txt | 1 * Dialog Semiconductor DA9210 Multi-phase 12A DCDC BUCK Converter 5 - compatible: must be "dlg,da9210" 6 - reg: the i2c slave address of the regulator. It should be 0x68. 10 - interrupts: a reference to the DA9210 interrupt, if available. 12 Any standard regulator properties can be used to configure the single da9210 21 interrupt-parent = <...>; 24 regulator-min-microvolt = <300000>; 25 regulator-max-microvolt = <1570000>; 26 regulator-min-microamp = <1600000>; 27 regulator-max-microamp = <4600000>; [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/mmc/ |
H A D | exynos-dw-mshc.txt | 7 by synopsys-dw-mshc.txt and the properties used by the Samsung Exynos specific 13 - "samsung,exynos4210-dw-mshc": for controllers with Samsung Exynos4210 15 - "samsung,exynos4412-dw-mshc": for controllers with Samsung Exynos4412 17 - "samsung,exynos5250-dw-mshc": for controllers with Samsung Exynos5250 19 - "samsung,exynos5420-dw-mshc": for controllers with Samsung Exynos5420 21 - "samsung,exynos7-dw-mshc": for controllers with Samsung Exynos7 23 - "samsung,exynos7-dw-mshc-smu": for controllers with Samsung Exynos7 25 - "axis,artpec8-dw-mshc": for controllers with ARTPEC-8 specific 28 * samsung,dw-mshc-ciu-div: Specifies the divider value for the card interface 32 * samsung,dw-mshc-sdr-timing: Specifies the value of CIU clock phase shift value [all …]
|
H A D | samsung,exynos-dw-mshc.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/mmc/samsung,exynos-d [all...] |
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
H A D | zstd_cwksp.h | 1 // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only 3 * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc. 6 * This source code is licensed under both the BSD-style license (found in the 9 * You may select, at your option, one of the above-listed licenses. 15 /*-************************************* 24 /*-************************************* 39 /*-************************************* 49 * Zstd fits all its internal datastructures into a single continuous buffer, 50 * so that it only needs to perform a single OS allocation (or so that a buffer 57 * - These different internal datastructures have different setup requirements: [all …]
|
/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | zstd_cwksp.h | 5 * This source code is licensed under both the BSD-style license (found in the 8 * You may select, at your option, one of the above-listed licenses. 14 /*-************************************* 23 /*-************************************* 42 /*-************************************* 54 * expect a well-formed caller to free this. 62 * Zstd fits all its internal datastructures into a single continuous buffer, 63 * so that it only needs to perform a single OS allocation (or so that a buffer 70 * - These different internal datastructures have different setup requirements: 72 * - The static objects need to be cleared once and can then be trivially [all …]
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | ctfmerge.c | 30 * a single CTF section in an output file. 34 * data from a single input file, or the result of one or more merges) can only 35 * be involved in a single merge at any given time, so the process decreases in 37 * consolidated, finally resulting in a single merge of two large CTF graphs. 42 * phase entails the merging of CTF data in groups of eight. The second phase 43 * takes the results of Phase I, and merges them two at a time. This disparity 55 * Phase I 61 * Central to Phase I is the Work In Progress (wip) array, which is used to 63 * thread, and are merged into wip array elements in round-robin order. When 93 * this point, a pair of barriers are used to allow a single thread to move [all …]
|
/freebsd/sys/contrib/openzfs/cmd/zed/agents/ |
H A D | README.md | 7 ### ZED+FM Phase 1 ### 9 All the phase 1 work is in current Master branch. Phase I work includes: 12 * Add a disk monitor for generating _disk-add_ and _disk-change_ events. 13 * Add support for automated VDEV auto-online, auto-replace and auto-expand. 16 ### ZED+FM Phase 2 (WIP) ### 18 The phase 2 work primarily entails the _Diagnosis Engine_ and the 24 ### ZED+FM Phase 3 ### 29 * Add real module property retrieval (currently hard-coded in accessors). 57 To begin with, a **Diagnosis Engine** consumes per-vdev I/O and checksum 78 Note that the _auto-replace_ feature (aka hot plug) is opt-in and you [all …]
|
/freebsd/lib/libc/powerpc64/string/ |
H A D | bcopy.S | 1 /*- 33 #define BLOCK_SIZE_MASK (BLOCK_SIZE - 1) 35 /* Minimum 8 byte alignment, to avoid cache-inhibited alignment faults.*/ 60 beqlr- 62 beqlr- 65 std %r3, -8(%r1) /* save dst */ 96 addi %r3, %r3, -1 98 addi %r4, %r4, -1 99 li %r0, -1 116 addi %r5, %r5, -1 [all …]
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | OSSL_SELF_TEST_new.3 | 18 .\" Set up some character translations and predefined strings. \*(-- will 24 .tr \(*W- 27 . ds -- \(*W- 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 37 . ds -- \|\(em\| 45 .\" Escape single quotes in literal strings from groff's Unicode transform. 71 .\" Fear. Run. Save yourself. No user-serviceable parts. 81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m) 97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" [all …]
|
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | prof_structs.h | 52 * Copy of tdata->thr_{uid,discrim}, necessary because tdata may be 58 /* Profiling counters, protected by tdata->lock. */ 66 * but coexisting in gctx->tctxs. There are two ways that such 68 * - A dumper thread can cause a tctx to be retained in the purgatory 70 * - Although a single "producer" thread must create all tctx's which 88 /* Current dump-related state, protected by gctx->lock. */ 92 * Copy of cnts snapshotted during early dump phase, protected by 106 * - Initializing this gctx. 107 * - Initializing per thread counters associated with this gctx. 108 * - Preparing to destroy this gctx. [all …]
|
/freebsd/share/man/man4/ |
H A D | spigen.4 | 36 .Bd -ragged -offset indent 45 .Bd -literal -offset indent 54 device is associated with a single chip-select 56 with that chip-select line asserted. 58 SPI data transfers are inherently bi-directional; there are no separate 75 .Bl -tag -width indent 83 .Bd -literal 91 The buffers for the transfer are a previously-mmap'd region. 100 is non-zero, the data appears in the memory region immediately 104 .Bd -literal [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OSSL_SELF_TEST_new.pod | 9 OSSL_SELF_TEST_onend - functionality to trigger a callback during a self test 44 =item "st-phase" (B<OSSL_PROV_PARAM_SELF_TEST_PHASE>) <UTF8 string> 61 =item "st-phase" (B<OSSL_PROV_PARAM_SELF_TEST_PHASE>) <UTF8 string> 75 =item "st-phase" (B<OSSL_PROV_PARAM_SELF_TEST_PHASE>) <UTF8 string> 91 =item "st-type" (B<OSSL_PROV_PARAM_SELF_TEST_TYPE>) <UTF8 string> 96 =item "st-desc" (B<OSSL_PROV_PARAM_SELF_TEST_DESC>) <UTF8 string> 113 A single self test could be set up in the following way: 122 EVP_MD *md = EVP_MD_fetch(libctx, t->algorithm, NULL); 125 * Retrieve the callback - will be NULL if not set by the application via 141 /* Optional corruption - If the application callback returns 0 */ [all …]
|
/freebsd/sys/kern/ |
H A D | kern_poll.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2001-2002 Luigi Rizzo 74 * call -- typically this is the number of packets to be received, or 119 if (error || !req->newptr ) in poll_burst_max_sysctl() 145 if (error || !req->newptr ) in poll_each_burst_sysctl() 176 if (error || !req->newptr ) in user_frac_sysctl() 200 if (error || !req->newptr ) in reg_frac_sysctl() 238 static uint32_t phase; variable 239 SYSCTL_UINT(_kern_polling, OID_AUTO, phase, CTLFLAG_RD, [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/iio/frequency/ |
H A D | adi,admv1013.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schema [all...] |
H A D | adi,admv1014.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schema [all...] |
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_irig.c | 2 * refclock_irig - audio IRIG-B/E demodulator/decoder 26 * Audio IRIG-B/E demodulator/decoder 29 * IRIG-B/E signals commonly produced by GPS receivers and other timing 30 * devices. The IRIG signal is an amplitude-modulated carrier with 31 * pulse-width modulated data bits. For IRIG-B, the carrier frequency is 32 * 1000 Hz and bit rate 100 b/s; for IRIG-E, the carrier frequenchy is 37 * kHz and mu-law companding. This is the same standard as used by the 41 * single machin 216 double phase, freq; /* logical clock phase and frequency */ global() member [all...] |
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | sysmacros.h | 1 // SPDX-License-Identifier: CDDL-1.0 10 * or https://opensource.org/licenses/CDDL-1.0. 52 #define btod(BB) (((BB) + DEV_BSIZE - 1) >> DEV_BSHIFT) 54 #define lbtod(BB) (((offset_t)(BB) + DEV_BSIZE - 1) >> DEV_BSHIFT) 64 #define ABS(a) ((a) < 0 ? -(a) : (a)) 67 #define SIGNOF(a) ((a) < 0 ? -1 : (a) > 0) 73 #define DIV_ROUND_UP(n, d) (((n) + (d) - 1) / (d)) 87 * Convert a single byte to/from binary-coded decimal (BCD). 118 /* restricted to 256 (0-255) */ 121 #define L_BITSMAJOR 32 /* # of major device bits in 64-bit Solaris */ [all …]
|
/freebsd/secure/lib/libcrypto/man/man7/ |
H A D | OSSL_PROVIDER-FIPS.7 | 18 .\" Set up some character translations and predefined strings. \*(-- will 24 .tr \(*W- 27 . ds -- \(*W- 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 37 . ds -- \|\(em\| 45 .\" Escape single quotes in literal strings from groff's Unicode transform. 71 .\" Fear. Run. Save yourself. No user-serviceable parts. 81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m) 97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/ |
H A D | LTOCodeGenerator.h | 1 //===-LTOCodeGenerator.h - LLVM Link Time Optimizer -----------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 // LTO compilation consists of three phases: Pre-IPO, IPO and Post-IPO. 13 // The Pre-IPO phase compiles source code into bitcode file. The resulting 15 // linker to through the IPO and Post-IPO phases. By using obj-file extension, 17 // obviates the need of writing a special set of the make-rules only for LTO 20 // The IPO phase perform inter-procedural analyses and optimizations, and 21 // the Post-IPO consists two sub-phases: intra-procedural scalar optimizations 22 // (SOPT), and intra-procedural target-dependent code generator (CG). [all …]
|
/freebsd/sbin/reboot/ |
H A D | boot_i386.8 | 43 Normally, the system will reboot itself at power-up or after crashes. 45 and unless this fails, the system will resume multi-user operations. 52 you to change this default sequence, and may also include a CD-ROM 60 A three-stage bootstrap is employed. 62 third-stage bootstrap program, 75 .Bd -literal 91 .Bl -tag -width indent 108 .Bl -tag -width indent 120 .Bl -tag -width "adXX" -compact 170 .Bl -tag -width "-CXX" -compact [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
H A D | AnalyzerOptions.def | 1 //===-- AnalyzerOptions.def - Metadata about Static Analyses ----*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file defines the analyzer options avaible with -analyzer-config. 11 //===----------------------------------------------------------------------===// 36 /// TYPE - The type of the option object that will be stored in 40 /// NAME - The name of the option object. 41 /// CMDFLAG - The command line flag for the option. 42 /// (-analyzer-config CMDFLAG=VALUE) 43 /// DESC - Description of the flag. [all …]
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/ |
H A D | sysmacros.h | 53 #define btod(BB) (((BB) + DEV_BSIZE - 1) >> DEV_BSHIFT) 56 #define lbtod(BB) (((offset_t)(BB) + DEV_BSIZE - 1) >> DEV_BSHIFT) 66 #define ABS(a) ((a) < 0 ? -(a) : (a)) 69 #define SIGNOF(a) ((a) < 0 ? -1 : (a) > 0) 75 * Convert a single byte to/from binary-coded decimal (BCD). 108 /* restricted to 256 (0-255) */ 111 #define L_BITSMAJOR 32 /* # of major device bits in 64-bit Solaris */ 112 #define L_BITSMINOR 32 /* # of minor device bits in 64-bit Solaris */ 222 #define IS_P2ALIGNED(v, a) ((((uintptr_t)(v)) & ((uintptr_t)(a) - 1)) == 0) 228 #define howmany(x, y) (((x)+((y)-1))/(y)) [all …]
|