/freebsd/sys/dev/asmc/ |
H A D | asmc.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 17 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 21 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 180 "MacBook7,1", "Apple SMC MacBook Core 2 Duo (mid 2010)", 186 "MacBookPro1,1", "Apple SMC MacBook Pro Core Duo (15-inch)", 192 "MacBookPro1,2", "Apple SMC MacBook Pro Core Duo (17-inch)", 198 "MacBookPro2,1", "Apple SMC MacBook Pro Core 2 Duo (17-inch)", 204 "MacBookPro2,2", "Apple SMC MacBook Pro Core 2 Duo (15-inch)", 210 "MacBookPro3,1", "Apple SMC MacBook Pro Core 2 Duo (15-inch LED)", [all …]
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | ICF.cpp | 1 //===- ICF.cpp ------------------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // ICF is short for Identical Code Folding. This is a size optimization to 10 // identify and merge two or more read-only sections (typically functions) 11 // that happened to have the same contents. It usually reduces output size 17 // relocation types, values, and if they point to the same sections *in 20 // Here is an example. If foo and bar defined below are compiled to the 22 // their relocations point to each other. 27 // If you merge the two, their relocations point to the same section and [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZHazardRecognizer.cpp | 1 //=-- SystemZHazardRecognizer.h - SystemZ Hazard Recognizer -----*- C++ -* 120 const MCInstrDesc &MID = MI->getDesc(); has4RegOps() local [all...] |
/freebsd/sys/contrib/device-tree/Bindings/net/dsa/ |
H A D | vitesse,vsc73xx.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Linus Walleij <linus.walleij@linaro.org> 13 The Vitesse DSA Switches were produced in the early-to-mid 2000s. 19 Vitesse VSC7385 SparX-G5 5+1-port Integrated Gigabit Ethernet Switch 20 Vitesse VSC7388 SparX-G8 8-port Integrated Gigabit Ethernet Switch 21 Vitesse VSC7395 SparX-G5e 5+1-port Integrated Gigabit Ethernet Switch 22 Vitesse VSC7398 SparX-G8e 8-port Integrated Gigabit Ethernet Switch 27 reside inside a SPI bus device tree node, see spi/spi-bus.txt [all …]
|
/freebsd/sys/arm/arm/ |
H A D | unwind.c | 2 * Copyright 2013-2014 Andrew Turner. 3 * Copyright 2013-2014 Ian Lepore. 4 * Copyright 2013-2014 Rui Paulo. 19 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 23 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 47 * The ARM EABI specifies how to perform the frame unwinding in the 48 * Exception Handling ABI for the ARM Architecture document. To perform 49 * the unwind we need to know the initial frame pointer, stack pointer, 51 * index table that points to the function the program counter is within. 52 * This gives us either a list of three instructions to process, a 31-bit [all …]
|
/freebsd/contrib/llvm-project/libunwind/src/ |
H A D | UnwindCursor.hpp | 1 //===----------------------------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 8 // C++ interface to lower levels of libunwind 9 //===----------------------------------------------------------------------===// 25 #include <mach-o/dyld.h> 52 #include "Unwind-EHABI.h" 57 // MinGW-w64 has always provided this struct. 99 static constexpr pint_t kSearchAll = static_cast<pint_t>(-1); 116 // These fields are all static to avoid needing an initializer. 157 if ((mh == p->mh) || (mh == kSearchAll)) { in findFDE() [all …]
|
/freebsd/share/doc/smm/04.quotas/ |
H A D | quotas.ms | 13 .\" may be used to endorse or promote products derived from this software 17 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 21 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 28 .EH 'SMM:4-%''Disc Quotas in a \s-2UNIX\s+2 Environment' 29 .OH 'Disc Quotas in a \s-2UNIX\s+2 Environment''SMM:4-%' 32 Disc Quotas in a \s-2UNIX\s+2\s-3\u*\d\s0 Environment 62 \s-2VMUNIX\s0 that may be included when the 90 that the user is expected to remain below. 95 requests for space (or attempts to create a file) 97 this occurs, a message will be written to the user's [all …]
|
/freebsd/share/doc/papers/beyond4.3/ |
H A D | beyond43.ms | 13 .\" may be used to endorse or promote products derived from this software 17 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 21 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 28 .\" *troff -ms 34 of Berkeley\s-2\fP 55 has now embarked on a new development phase to 56 update other major components of the system, as well as to offer 59 The first is to develop an OSI network protocol suite and to integrate 61 The second is to develop and support an interface compliant with the 63 The third is to refine the TCP/IP networking to improve [all …]
|
/freebsd/contrib/ncurses/man/ |
H A D | curs_terminfo.3x | 3 .\" Copyright 2018-2023,2024 Thomas E. Dickey * 4 .\" Copyright 1998-2016,2017 Free Software Foundation, Inc. * 6 .\" Permission is hereby granted, free of charge, to any person obtaining a * 8 .\" "Software"), to deal in the Software without restriction, including * 9 .\" without limitation the rights to use, copy, modify, merge, publish, * 11 .\" copies of the Software, and to permit persons to whom the Software is * 12 .\" furnished to do so, subject to the following conditions: * 18 .\" OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF * 26 .\" holders shall not be used in advertising or otherwise to promote the * 32 .TH curs_terminfo 3X 2024-04-13 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls" [all …]
|
/freebsd/sys/kern/ |
H A D | subr_blist.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 14 * may be used to endorse or promote products derived from this software 18 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 22 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE 30 * BLIST.C - Bitmap allocator/deallocator, using a radix tree with hinting 34 * try to interpret the meaning of a 'block' other than to return 37 * A radix tree controls access to pieces of the bitmap, and includes 56 * radix tree should be able to operate well no matter how much 61 * The non-blocking nature of allocations and frees is required by swap [all …]
|
/freebsd/sys/dev/vte/ |
H A D | if_vte.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 18 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 22 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 177 for (i = VTE_PHY_TIMEOUT; i > 0; i--) { in vte_miibus_readreg() 184 device_printf(sc->vte_dev, "phy read timeout : %d\n", reg); in vte_miibus_readreg() 202 for (i = VTE_PHY_TIMEOUT; i > 0; i--) { in vte_miibus_writereg() 209 device_printf(sc->vte_dev, "phy write timeout : %d\n", reg); in vte_miibus_writereg() 224 mii = device_get_softc(sc->vte_miibus); in vte_miibus_statchg() 225 ifp = sc->vte_ifp; in vte_miibus_statchg() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | SplitKit.cpp | 1 //===- SplitKit.cpp - Toolkit for splitting live ranges -------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 31 #include "llvm/Config/llvm-config.h" 49 EnableLoopIVHeuristic("enable-split-loopiv-heuristic", 58 //===----------------------------------------------------------------------===// 60 //===----------------------------------------------------------------------===// 76 if (SMBB->isEHPad()) { in computeLastInsertPoint() 79 } else if (SMBB->isInlineAsmBrIndirectTarget()) in computeLastInsertPoint() [all …]
|
H A D | MachineLICM.cpp | 1 //===- MachineLICM.cpp - Machine Loop Invariant Code Motion Pass ----------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // attempt to remove as much code from the body of a loop as possible. 12 // This pass is not intended to be a replacement or a complete alternative 13 // for the LLVM-IR-level LICM pass. It is only designed to hoist simple 16 //===----------------------------------------------------------------------===// 62 AvoidSpeculation("avoid-speculation", 67 HoistCheapInsts("hoist-cheap-insts", 72 HoistConstStores("hoist-const-stores", [all …]
|
/freebsd/contrib/tzcode/ |
H A D | tz-art.html | 4 <meta charset="UTF-8"> 12 "<a href="https://www.youtube.com/watch?v=84aWtseb2-4">Daylight 15 Arizona's daylight-saving enclaves quite well.</li> 17 "<a href="https://www.youtube.com/watch?v=-5wpm-gesOY">The Problem 25 "<a href="https://www.youtube.com/watch?v=yRz-Dl60Lfc">Why Denmark used to be 39 (U.S. title <em>Stairway to Heaven</em>) 40 there is a reference to British Double Summer Time. 42 it's just a passing reference to th [all...] |
H A D | localtime.c | 1 /* Convert timestamp from time_t to struct tm. */ 5 ** 1996-06-05 by Arthur David Olson. 10 ** POSIX.1-1988 style TZ environment variable handling from Guy Harris. 28 #include "un-namespace.h" 53 "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 :+-._" 61 ** Support non-POSIX platforms that distinguish between text and binary files. 75 ** 3. They might reference tzname[1] after setting to a time zone 77 ** 4. They might reference tzname[0] after setting to a time zone 80 ** What's best to d 1676 register int mid = (lo + hi) >> 1; localsub() local [all...] |
/freebsd/sys/dev/cxgb/ |
H A D | cxgb_main.c | 2 SPDX-License-Identifier: BSD-2-Clause 4 Copyright (c) 2007-2009, Chelsio Inc. 14 contributors may be used to endorse or promote products derived from 18 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 22 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 153 {PCI_VENDOR_ID_CHELSIO, 0x0036, 3, "S320E-CR"}, 154 {PCI_VENDOR_ID_CHELSIO, 0x0037, 7, "N320E-G2"}, 176 nitems(cxgb_identifiers) - 1); 181 * Attachment glue for the ports. Attachment is done directly to the 228 * order MSI-X, MSI, legacy pin interrupts. This parameter determines which [all …]
|
/freebsd/contrib/sendmail/src/ |
H A D | headers.c | 2 * Copyright (c) 1998-2004, 2006, 2007 Proofpoint, Inc. and its suppliers. 4 * Copyright (c) 1983, 1995-1997 Eric P. Allman. All rights reserved. 8 * By using this file, you agree to the terms and conditions set 18 SM_RCSID("@(#)$Id: headers.c,v 8.320 2013-11-22 20:51:55 ca Exp $") 26 ** SETUPHEADERS -- initialize headers in symbol table 41 for (hi = HdrInfo; hi->hi_field != NULL; hi++) in setupheaders() 43 s = stab(hi->hi_field, ST_HEADER, ST_ENTER); in setupheaders() 44 s->s_header.hi_flags = hi->hi_flags; in setupheaders() 45 s->s_header.hi_ruleset = NULL; in setupheaders() 50 ** DOCHOMPHEADER -- process and save a header line. [all …]
|
H A D | main.c | 2 * Copyright (c) 1998-2006, 2008, 2009, 2011 Proofpoint, Inc. and its suppliers. 4 * Copyright (c) 1983, 1995-1997 Eric P. Allman. All rights reserved. 8 * By using this file, you agree to the terms and conditions set 29 "@(#) Copyright (c) 1998-2013 Proofpoint, Inc. and its suppliers.\n\ 31 Copyright (c) 1983, 1995-1997 Eric P. Allman. All rights reserved.\n\ 36 SM_RCSID("@(#)$Id: main.c,v 8.988 2013-11-23 02:52:37 gshapiro Exp $") 52 "@(#)$Debug: no_persistent_restart - don't restart, log only $"); 68 ** SENDMAIL -- Post mail to a set of destinations. 71 ** call this routine to actually deliver mail. Sendmail in 85 ** Britton-Lee, Inc., purveyors of fine [all …]
|
/freebsd/sys/dev/cas/ |
H A D | if_casreg.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 18 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 22 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 30 * from: FreeBSD: if_gemreg.h 174987 2007-12-30 01:32:03Z marius 84 * Bits 0-9 of CAS_STATUS auto-clear when read. CAS_CLEAR_ALIAS specifies 85 * which of bits 0-9 auto-clear when reading CAS_STATUS_ALIAS. 88 #define CAS_INTR_TX_ALL 0x00000002 /* TX frames trans. to FIFO. */ 116 #define CAS_BIM_CONF_BD64_DIS 0x00000004 /* 64-bit mode disable */ 118 #define CAS_BIM_CONF_BUS32_WIDE 0x00000010 /* PCI bus is 32-bit (ro). */ [all …]
|
/freebsd/contrib/ntp/html/ |
H A D | history.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"> 12 <!-- #BeginDate format:En2m -->10-Mar-2014 05:07<!-- #EndDate --> 16 …to the NTPv4 reference implementation code base and documentation. This report documents the upgra… 17 …to some degree enhance or burden the product. There has been a continuing effort over the years to… 20 …ified, transparent and easier to maintain design. In a few cases behavior has been modified to cor… 22 …mmand index includes a brief gloss for each command. A page has been added to show the various sta… 23 …am manual and configuration pages has been moved to these pages with the intent of the original pa… 25 …to decrease vulnerability to configuration errors and possibly hostile attack. The order of restri… 27 …circa 2003. Headway violations result in an optional <em>kiss-o'-death</em> (KoD) packet. To avoid… [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | APInt.cpp | 1 //===-- APInt.cpp - Implement APInt class ---------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file implements a class to represent arbitrary precision integer 12 //===----------------------------------------------------------------------===// 21 #include "llvm/Config/llvm-config.h" 48 /// A utility function that converts a character to a digit. 53 r = cdigit - '0'; in getDigit() 57 r = cdigit - 'A'; in getDigit() 58 if (r <= radix - 11U) in getDigit() [all …]
|
/freebsd/stand/common/ |
H A D | gfx_fb.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 18 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 22 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 31 * The workhorse here is gfxfb_blt(). It is implemented to mimic UEFI 32 * GOP Blt, and allows us to fill the rectangle on screen, copy 33 * rectangle from video to buffe 2219 unsigned min, mid, max; font_bisearch() local [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/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopDistribute.cpp | 1 //===- LoopDistribute.cpp - Loop Distribution Pass ------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file implements the Loop Distribution Pass. Its main focus is to 10 // distribute loops that cannot be vectorized due to dependence cycles. It 11 // tries to isolate the offending dependences into a new loop allowing 16 // memory operations, special care is taken to preserve the lexical order of 19 // Similarly to the Vectorizer, the pass also supports loop versioning to 20 // run-time disambiguate potentially overlapping arrays. 22 //===----------------------------------------------------------------------===// [all …]
|
/freebsd/contrib/ncurses/ |
H A D | ANNOUNCE | 8 characters and function-key mapping, and has all the other SVr4-curses 12 In mid-June 1995, the maintainer of 4.4BSD curses declared that he 14 releases such as BSD/OS, FreeBSD and NetBSD to switch over to ncurses. 16 Since 1995, ncurses has been ported to many systems: 24 vendor unix systems, e.g., AIX, HP-UX, IRIX64, SCO, Solaris, 26 * It should work readily on any ANSI/POSIX-conforming unix. 37 * tset, to initialize the terminal 43 https://invisible-island.net/archives/ncurses/ or 44 https://invisible-mirror.net/archives/ncurses/ . 54 This release is designed to be source-compatible with ncurses 5.0 [all …]
|