| /freebsd/lib/libpmc/pmu-events/arch/powerpc/power9/ |
| H A D | other.json | 25 "BriefDescription": "Cycles in which the SRQ has at least one (out of four) empty slice" 60 …"BriefDescription": "A demand load referenced a line in an active fuzzy prefetch stream. The strea… 65 "BriefDescription": "Read-write data cache collisions" 90 "BriefDescription": "D-cache invalidates sent over the reload bus to the core" 120 …"BriefDescription": "L3 TM CAM is full when a L2 castout of TM_SC line occurs. Line is pushed to … 125 "BriefDescription": "TEND latency per thread" 175 "BriefDescription": "Ic line invalidated" 190 …"BriefDescription": "TM snoop that is a store hits line in L3 in T, Tn or Te state (shared modifie… 200 "BriefDescription": "Read-write data cache collisions" 235 … "BriefDescription": "Core TM load hits line in L3 in TM_SC state and causes it to be invalidated" [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 43 * The program processes 8000-H 240 double slice; /* envelope slice level */ global() member [all...] |
| H A D | refclock_chu.c | 2 * refclock_chu - clock driver for Canadian CHU time/frequency station 44 * kHz and mu-law companding. This is the same standard as used by the 55 * the radio can be connected directly to either the microphone on line 57 * maximum-likelihood technique which exploits the considerable degree 62 * consists of nine, ten-character bursts transmitted at 300 bps between 87 * the DUT1 (d in deciseconds), Gregorian year (yyyy), difference TAI - 101 * coincides with 0.5 - 9 * 11/300 = 0.170 second. Depending on the 110 * connections. With debugging enabled (-d on the ntpd command line), 111 * the driver produces one line for each burst in two formats 112 * corresponding to format A and B.Each line begins with the format code [all …]
|
| /freebsd/stand/i386/libi386/ |
| H A D | biosdisk.c | 1 /*- 33 * - NetBSD libi386/biosdisk.c 34 * - FreeBSD biosboot/disk.c 197 if (dev->dv_type == DEVT_DISK) in bd_get_bdinfo_list() 199 if (dev->dv_type == DEVT_CD) in bd_get_bdinfo_list() 201 if (dev->dv_type == DEVT_FD) in bd_get_bdinfo_list() 214 bdi = bd_get_bdinfo_list(dev->d_dev); in bd_get_bdinfo() 220 if (unit == dev->d_unit) in bd_get_bdinfo() 241 if (bd->bd_unit == biosdev) { in bd_bios2unit() 243 bd->bd_unit); in bd_bios2unit() [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/display/mediatek/ |
| H A D | mediatek,merge.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schema [all...] |
| /freebsd/share/doc/papers/bufbio/ |
| H A D | bio.ms | 1 .\" ---------------------------------------------------------------------------- 2 .\" "THE BEER-WARE LICENSE" (Revision 42): 5 .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp 6 .\" ---------------------------------------------------------------------------- 13 - or - 17 Poul-Henning Kamp <phk@FreeBSD.org> 22 they they left the file-system layer were logical sub disk implementation 27 able to co-exist with other operating systems on the same disk. 37 This paper contains the road-map for a stackable "BIO" system in 44 of struct buf, it is a most enlightening case of not exactly bit-rot [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm64/ti/ |
| H A D | k3-am642-tqma64xxl-mbax4xxl.dts | 1 // SPDX-License-Identifier: GPL-2.0-only OR MIT 3 * Copyright (C) 2021 Texas Instruments Incorporated - https://www.ti.com/ 4 * Copyright (c) 2022-2024 TQ-Systems GmbH <linux@ew.tq-group.com>, D-82229 Seefeld, Germany. 7 /dts-v1/; 9 #include <dt-bindings/gpio/gpio.h> 10 #include <dt-bindings/input/input.h> 11 #include <dt-bindings/leds/common.h> 12 #include <dt-bindings/net/ti-dp83867.h> 13 #include <dt-bindings/phy/phy.h> 14 #include <dt-bindings/pwm/pwm.h> [all …]
|
| /freebsd/sbin/fsck/ |
| H A D | fsck.8 | 47 utility invokes file system-specific programs to check 50 file or in the command line for consistency. 89 and that have non-zero pass number are checked. 100 in pass number order running one process per disk drive in parallel for each 104 Next all pass 2 partitions are checked in parallel, one process per disk drive. 105 Next all pass 3 partitions are checked in parallel, one process per disk drive. 110 to be the partition and slice designators. 125 .Bl -tag -width indent 145 .Dq Li fsck -f 171 A non-zero exit code indicates that it wants to run in foreground [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
| H A D | DylibVerifier.cpp | 1 //===- DylibVerifier.cpp ----------------------------------------*- C++--*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 41 // Track whether DSYM parsing has already been attempted to avoid re-parsing. 79 if (R->isWeakDefined()) in getAnnotatedName() 80 Annotation += "(weak-def) "; in getAnnotatedName() 81 if (R->isWeakReferenced()) in getAnnotatedName() 82 Annotation += "(weak-ref) "; in getAnnotatedName() 83 if (R->isThreadLocalValue()) in getAnnotatedName() 144 return FD->getStorageClass() == StorageClass::SC_PrivateExtern; in shouldIgnorePrivateExternAttr() [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
| H A D | imx93.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 #include <dt-bindings/clock/imx93-clock.h> 7 #include <dt-bindings/dma/fsl-edma.h> 8 #include <dt-bindings/gpio/gpio.h> 9 #include <dt-bindings/input/input.h> 10 #include <dt-bindings/interrupt-controller/arm-gic.h> 11 #include <dt-bindings/power/fsl,imx93-power.h> 12 #include <dt-bindings/thermal/thermal.h> 14 #include "imx93-pinfunc.h" 17 interrupt-parent = <&gic>; [all …]
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | libtest.shlib | 1 # SPDX-License-Identifier: CDDL-1.0 10 # or https://opensource.org/licenses/CDDL-1.0. 30 # Copyright (c) 2017, Open-E Inc. All rights reserved. 46 PWD="$(readlink -f $PWD)" 53 if [ -n "$STF_PATH" ]; then 64 [ "$(printf "$1\n$2" | sort -V | tail -n1)" = "$1" ] 74 [ -z "$ver" ] && case "$UNAME" in 78 # RHEL7: 3.10.0-1160.108.1.el7.x86_64 79 # Fedora 37: 6.5.12-100.fc37.x86_64 80 # Debian 12.6: 6.1.0-22-amd64 [all …]
|
| /freebsd/contrib/ntp/html/drivers/ |
| H A D | driver7.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 4 <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> 13 <!-- #BeginDate format:En2m -->17-Jul-2014 02:17<!-- #EndDate --> 20 Modem Port: <tt>/dev/chu<i>u</i></tt>; 300 baud, 8-bits, no parity<br> 21 Autotune Port: <tt>/dev/icom</tt>; 1200/9600 baud, 8-bits, no parity<br> 25 …from Canadian time/frequency station <a href="http://inms-ienm.nrc-cnrc.gc.ca/time_services/shortw… 31 …-compatible, 300-b/s modem or modem chip, as described on the <a href="../pps.html">Pulse-per-seco… 32 …d ray geometry. In Newark DE, 625 km from the transmitter, the predicted one-hop propagation delay… 33 …r, the mean offset with a 2.4-GHz P4 running FreeBSD 6.1 is generally within 0.2 ms short-term wit… 37 <p>The driver processes 8-kHz μ-law companded codec samples using maximum-likelihood techniques … [all …]
|
| /freebsd/tests/sys/cddl/zfs/include/ |
| H A D | libtest.kshlib | 29 ZFS=${ZFS:-/sbin/zfs} 30 ZPOOL=${ZPOOL:-/sbin/zpool} 31 os_name=`uname -s` 39 until [[ $# -eq 0 ]];do 49 if [[ unsupported -gt 0 ]] ; then 59 # $2 filesystem type; optional - defaulted to zfs 66 [[ -z $fstype ]] && fstype=zfs 96 # $2 filesystem type; optional - defaulted to zfs 108 # $2 filesystem type; optional - defaulted to zfs 117 # split line on "," [all …]
|
| /freebsd/share/doc/papers/sysperf/ |
| H A D | 4.t | 62 translating path names to inodes\u\s-21\s0\d\**. 64 \** \u\s-21\s0\d Inode is an abbreviation for ``Index node''. 71 The outer loop is traversed once per pathname component. 97 and 16 bytes per process, with the cached data 101 cache we ran ``ls \-l'' 103 Before the per-process cache this command 129 Table 9. Call times for \fInamei\fP with per-process cache. 161 maintained a simple name-inode association that was used to 194 by a \fIcapability\fP \- a 32-bit number 195 guaranteed to be unique\u\s-22\s0\d \**. [all …]
|
| /freebsd/sys/dev/mxge/ |
| H A D | if_mxge.c | 2 SPDX-License-Identifier: BSD-2-Clause 4 Copyright (c) 2006-2013, Myricom Inc. 161 device_set_desc(dev, "Myri10G-PCIE-8A"); in mxge_probe() 164 device_set_desc(dev, "Myri10G-PCIE-8B"); in mxge_probe() 167 device_set_desc(dev, "Myri10G-PCIE-8??"); in mxge_probe() 184 sc->wc = 1; in mxge_enable_wc() 185 len = rman_get_size(sc->mem_res); in mxge_enable_wc() 186 err = pmap_change_attr((vm_offset_t) sc->sram, in mxge_enable_wc() 189 device_printf(sc->dev, "pmap_change_attr failed, %d\n", in mxge_enable_wc() 191 sc->wc = 0; in mxge_enable_wc() [all …]
|
| /freebsd/crypto/openssl/test/ |
| H A D | bio_base64_test.c | 2 * Copyright 2024-2025 The OpenSSL Project Authors. All Rights Reserved. 31 #define sEOF "-EOF" /* '-' as in PEM and MIME boundaries */ 34 #define EOF_RETURN (-1729) /* Distinct from -1, etc., internal results */ 43 #define NVARPAD (NVAR * NPAD - NPAD + 1) 78 /* Encode and append one 6-bit slice, randomly prepending some whitespace */ 89 * Encode an octet string in base64, approximately `llen` bytes per line, 108 /* Encode full 3-octet groups */ in encode() 118 buflen -= 3; in encode() 140 while (trunc-- > 0) in encode() 144 /* Terminate last line */ in encode() [all …]
|
| /freebsd/sys/contrib/openzfs/man/man7/ |
| H A D | zpoolconcepts.7 | 1 .\" SPDX-License-Identifier: CDDL-1.0 10 .\" or https://opensource.org/licenses/CDDL-1.0. 28 .\" Copyright (c) 2017 Open-E, Inc. All Rights Reserved. 43 .Bl -tag -width "special" 53 A whole disk can be specified by omitting the slice or partition designation. 69 .Em N No disks of size Em X No can hold Em X No bytes and can withstand Em N-1 72 A distributed-parity layout, similar to RAID-5/6, with improved distribution of 73 parity, and which does not suffer from the RAID-5/6 84 vdev type specifies a single-parity raidz group; the 86 vdev type specifies a double-parity raidz group; and the [all …]
|
| /freebsd/lib/geom/eli/ |
| H A D | geli.8 | 1 .\" Copyright (c) 2005-2019 Pawel Jakub Dawidek <pawel@dawidek.net> 34 .Bd -ragged -offset indent 39 Alternatively, to load the GEOM_ELI module at boot time, add the following line 42 .Bd -literal -offset indent 63 .Cm label - an alias for 77 .Cm stop - an alias for 161 .Bl -bullet -offset indent -compact 170 .Nm AES-XTS , 171 .Nm AES-CBC , 173 .Nm Camellia-CBC ) . [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 1 //===- SROA.cpp - Scalar Replacement Of Aggregates ------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 13 /// or bitfield-style integer scalar if appropriate. 23 //===----------------------------------------------------------------------===// 46 #include "llvm/Config/llvm-config.h" 105 STATISTIC(MaxPartitionsPerAlloca, "Maximum number of partitions per alloca"); 120 static cl::opt<bool> SROASkipMem2Reg("sroa-skip-mem2reg", cl::init(false), 182 /// already present to ensure it is re-visited. 190 /// Post-promotion worklist. [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | SourceMgr.cpp | 1 //===- SourceMgr.cpp - Manager for Simple Source Buffers & Diagnostics ----===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 13 //===----------------------------------------------------------------------===// 75 if (Loc.getPointer() >= Buffers[i].Buffer->getBufferStart() && in FindBufferContainingLoc() 78 Loc.getPointer() <= Buffers[i].Buffer->getBufferEnd()) in FindBufferContainingLoc() 91 size_t Sz = Buffer->getBufferSize(); in GetOrCreateOffsetCache() 93 StringRef S = Buffer->getBuffer(); in GetOrCreateOffsetCache() 96 Offsets->push_back(static_cast<T>(N)); in GetOrCreateOffsetCache() 108 const char *BufStart = Buffer->getBufferStart(); in getLineNumberSpecialized() [all …]
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | llvm-objdump.cpp | 1 //===-- llvm-objdump.cpp - Object file dumping utility for llvm -----------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 16 //===----------------------------------------------------------------------===// 18 #include "llvm-objdump.h" 127 std::size(NAME##_init) - 1); 158 std::size(NAME##_init) - 1); 173 "Mach-O object file displaying tool") {} in OtoolOptTable() 278 FunctionAddr = S->second; in getEntryForAddress() 282 return &R->second; in getEntryForAddress() [all …]
|
| /freebsd/sys/dev/qlnx/qlnxe/ |
| H A D | reg_addr.h | 2 * Copyright (c) 2017-2018 Cavium, Inc. 53 … 0x001d14UL //Access:RW DataWidth:0x8 // DBMUX register for selecting a line to output 54 …abling dword (128bit line) / qword (256bit line) in the selected line (b… 55 …egister. Circular dword (128bit line) / qword (256bit line) right shifti… 56 …BMUX register. Bit mask for forcing the valid signal per dword (128bit line) / qword (256bit line… 57 …DBMUX register. bit mask for forcing the frame signal per dword (128bit line) / qword (256bit line… 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 … // 0 - RX target read and config sync fifo push overflow 1 - RX header sync fifo push overflow 5… 81 …ataWidth:0x14 // 4:0 - TXCPL sync fifo pop status 9:5 - TXR sync fifo pop status 14:10 - TXW hea… [all …]
|
| /freebsd/usr.bin/tftp/ |
| H A D | main.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 32 /* Many bug fixes are from Jim Guyton <guyton@rand-unix> */ 35 * TFTP User Program -- Command Interface. 60 #include "tftp-utils.h" 61 #include "tftp-io.h" 62 #include "tftp-options.h" 109 static void makeargv(char *line); 135 "set per-packet retransmission timeout[-]" }, 138 { "trace", setdebug, "enable 'debug packet'[-]" }, [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | Target.td | 1 //===- Target.td - Target Independent TableGen interface ---*- tablegen -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file defines the target-independent interfaces which should be 12 //===----------------------------------------------------------------------===// 19 //===----------------------------------------------------------------------===// 20 // Register file description - These classes are used to fill in the target 25 // For example, "+feat1,-feat2" will indicate that the mode is active 44 // The n-th element on the Objects list will be associated with the n-th 88 int Offset = offset; // Offset of the first bit of the sub-reg index. [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCAsmStreamer.cpp | 1 //===- lib/MC/MCAsmStreamer.cpp - Text Assembly Output ----------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 81 (asmbackend) ? asmbackend->createObjectWriter(NullStream) in MCAsmStreamer() 85 if (Assembler->getBackendPtr()) in MCAsmStreamer() 86 setAllowAutoPadding(Assembler->getBackend().allowAutoPadding()); in MCAsmStreamer() 93 IsVerboseAsm = TO->AsmVerbose; in MCAsmStreamer() 95 InstPrinter->setCommentStream(CommentStream); in MCAsmStreamer() 96 ShowInst = TO->ShowMCInst; in MCAsmStreamer() 97 switch (TO->MCUseDwarfDirectory) { in MCAsmStreamer() [all …]
|