/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | PrecompiledPreamble.cpp | 1 //===--- PrecompiledPreamble.cpp - Build precompiled preambles --*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 28 #include "llvm/Config/llvm-config.h" 49 #warning "Unknown platform. Defaulting to UNIX-style paths for in-memory PCHs" in getInMemoryPreamblePath() 59 // so we create an in-memory VFS with just that and overlay it on top. in createVFSOverlayForPreamblePCH() 62 PCHFS->addFile(PCHFilename, 0, std::move(PCHBuffer)); in createVFSOverlayForPreamblePCH() 65 Overlay->pushOverlay(PCHFS); in createVFSOverlayForPreamblePCH() 74 // spuriously added by '-isystem' (e.g. to suppress warnings from those [all …]
|
/freebsd/share/doc/usd/05.dc/ |
H A D | dc | 3 .\" Copyright (C) Caldera International Inc. 2001-2002. 35 .EH 'USD:5-%''DC \- An Interactive Desk Calculator' 36 .OH 'DC \- An Interactive Desk Calculator''USD:5-%' 38 .\" ....TM 75-1271-8 39199 39199-11 41 DC \- An Interactive Desk Calculator 42 .AU "MH 2C-524" 3878 52 time-sharing system to do arbitrary-precision 54 It has provision for manipulating scaled fixed-point numbers and 58 only by available core storage. 77 time-sharing system [all …]
|
/freebsd/contrib/wpa/src/utils/ |
H A D | trace.c | 40 * "The first object visited by callback is the main program." in callback() 42 start_offset = info->dlpi_addr; in callback() 59 os_snprintf(exe, sizeof(exe) - 1, "/proc/%u/exe", getpid()); in get_prg_fname() 60 len = readlink(exe, fname, sizeof(fname) - 1); in get_prg_fname() 100 long storage, symcount; in read_syms() local 111 storage = bfd_get_symtab_upper_bound(abfd); in read_syms() 112 if (storage == 0) { in read_syms() 113 storage = bfd_get_dynamic_symtab_upper_bound(abfd); in read_syms() 116 if (storage < 0) { in read_syms() 121 syms = malloc(storage); in read_syms() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | PrecompiledPreamble.h | 1 //===--- PrecompiledPreamble.h - Build precompiled preambles ----*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 62 /// \param MainFileBuffer Buffer with the contents of the main file. 101 /// For on-disk preambles returns 0 if filesystem operations fail. Intended to 105 /// Returned string is not null-terminated. 111 /// MainFileBuffer) of the main file. 117 /// main file to \p MainFileBuffer and updates \p VFS to ensure the preamble 120 /// For in-memory preambles, PrecompiledPreamble instance continues to own the [all …]
|
/freebsd/contrib/googletest/docs/_layouts/ |
H A D | default.html | 2 <html lang="{{ site.lang | default: "en-US" }}"> 4 <meta charset="UTF-8"> 5 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 6 <meta name="viewport" content="width=device-width, initial-scale=1"> 12 ga('create', 'UA-197576187-1', { 'storage': 'none' }); 18 <script async src='https://www.google-analytics.com/analytics.js'></script> 25 <input type="checkbox" id="nav-toggle" class="nav-toggle"> 26 <label for="nav-toggle" class="expander"> 44 <div class="main markdown-body"> 45 <div class="main-inner"> [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | FunctionExtras.h | 1 //===- FunctionExtras.h - Function type erasure utilities -------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 14 /// move-only callable objects and const-qualification. 17 /// - Add a `function` that provides ref-qualified support, which doesn't work 19 /// - Provide support for specifying multiple signatures to type erase callable 21 /// - Expand to include a copyable utility that directly replaces std::function 30 //===----------------------------------------------------------------------===// 47 /// unique_function is a type-erasing functor similar to std::function. 49 /// It can hold move-only function objects, like lambdas capturing unique_ptrs. [all …]
|
/freebsd/share/doc/smm/05.fastfs/ |
H A D | 3.t | 35 A file system is described by its super-block, 37 Because the super-block contains critical data, 40 since the super-block data does not change, 42 or other hard disk error causes the default super-block 53 file system's super-block 66 that includes a redundant copy of the super-block, 84 could cause the loss of all redundant copies of the super-block. 92 or platter can be lost without losing all copies of the super-block. 99 out with its super-block at the ``known'' location, 114 Optimizing storage utilization [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | XCOFF.h | 1 //===-- llvm/BinaryFormat/XCOFF.h - The XCOFF file format -------*- C++/-*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 46 enum ReservedSectionNum : int16_t { N_DEBUG = -2, N_ABS = -1, N_UNDEF = 0 }; 65 ///< (main program only). 66 FORK_POLICY = 0x4000, ///< Forktree policy specified (main program only). 67 FORK_COR = 0x2000 ///< If _AOUT_FORK_POLICY is set, specify copy-on-reference 68 ///< if this bit is set. Specify copy-on- write otherwise. 86 F_DSA = 0x0040, ///< file uses Dynamic Segment Allocation (32-bit [all …]
|
/freebsd/sys/contrib/openzfs/man/man8/ |
H A D | zpool-add.8 | 8 .\" or https://opensource.org/licenses/CDDL-1.0. 26 .\" Copyright (c) 2017 Open-E, Inc. All Rights Reserved. 34 .Nm zpool-add 35 .Nd add vdevs to ZFS storage pool 40 .Op Fl -allow-in-use -allow-replication-mismatch -allow-ashift-mismatch 57 .Bl -tag -width Ds 97 .It Fl -allow-ashift-mismatch 100 Adding top-level 103 .Xr zpool-remove 8 . 104 .It Fl -allow-in-use [all …]
|
H A D | zpool.8 | 9 .\" or https://opensource.org/licenses/CDDL-1.0. 27 .\" Copyright (c) 2017 Open-E, Inc. All Rights Reserved. 35 .Nd configure ZFS storage pools 49 command configures ZFS storage pools. 50 A storage pool is a collection of devices that provides physical storage and 52 All datasets within a storage pool share the same space. 57 For an overview of creating and managing ZFS storage pools see the 67 command provides subcommands to create and destroy storage pools, add capacity 68 to storage pools, and provide information about the storage pools. 70 .Bl -tag -width Ds [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/mtd/ |
H A D | marvell,nand-controller.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/mtd/marvell,nand-controlle [all...] |
/freebsd/sys/contrib/openzfs/man/man7/ |
H A D | zpoolconcepts.7 | 9 .\" or https://opensource.org/licenses/CDDL-1.0. 27 .\" Copyright (c) 2017 Open-E, Inc. All Rights Reserved. 35 .Nd overview of ZFS storage pools 42 .Bl -tag -width "special" 68 .Em N No disks of size Em X No can hold Em X No bytes and can withstand Em N-1 71 A distributed-parity layout, similar to RAID-5/6, with improved distribution of 72 parity, and which does not suffer from the RAID-5/6 83 vdev type specifies a single-parity raidz group; the 85 vdev type specifies a double-parity raidz group; and the 87 vdev type specifies a triple-parity raidz group. [all …]
|
/freebsd/contrib/unbound/contrib/ |
H A D | unbound-fuzzme.patch | 2 From: Jacob Hoffman-Andrews <github@hoffman-andrews.com> 3 Date: Wed, 2 Jan 2019 22:52:51 -0800 4 Subject: [PATCH] Add unbound-fuzzme. 8 --- 10 Makefile.in | 22 ++++++++++++++++++++-- 11 smallapp/unbound-fuzzme.c | 38 ++++++++++++++++++++++++++++++++++++++ 12 3 files changed, 59 insertions(+), 2 deletions(-) 13 create mode 100644 smallapp/unbound-fuzzme.c 15 diff --git a/.gitignore b/.gitignore 17 --- a/.gitignore [all …]
|
/freebsd/share/doc/papers/malloc/ |
H A D | implementation.ms | 2 .\" ---------------------------------------------------------------------------- 3 .\" "THE BEER-WARE LICENSE" (Revision 42): 6 .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp 7 .\" ---------------------------------------------------------------------------- 19 The main data structure is the 20 .I page-directory 36 This is the first page in a (multi-)page allocation. 39 This is a subsequent page in a multi-page allocation. 53 When a request for storage comes in, it will be treated as a ``page'' 60 status in the page-directory. [all …]
|
H A D | alternatives.ms | 2 .\" ---------------------------------------------------------------------------- 3 .\" "THE BEER-WARE LICENSE" (Revision 42): 6 .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp 7 .\" ---------------------------------------------------------------------------- 15 Since their main aim was debugging, they would often use techniques 24 the product "Purify" which does the entire memory-coloring exercise 40 reusing storage until the kernel forced it to do so by refusing
|
/freebsd/contrib/libcbor/examples/ |
H A D | sort.c | 2 * Copyright (c) 2014-2020 Pavel Kalvoda <me@pavelkalvoda.com> 13 * Illustrates how to use the contiguous storage of nested items with 22 return -1; in compareUint() 29 int main(void) { in main() function
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Relocations.h | 1 //===- Relocations.h -------------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 29 // List of target-independent relocation types. Relocations read 30 // from files are converted to these types so that the main code 31 // doesn't have to know about architecture-specific details. 83 // Even though RelExpr is intended to be a target-neutral representation 111 // Same as R_PC but with page-aligned semantics. 113 // Same as R_PLT_PC but with page-aligned semantics. 115 // In addition to having page-aligned semantics, LoongArch GOT relocs are [all …]
|
/freebsd/share/man/man8/ |
H A D | nanobsd.8 | 35 .Op Fl c Ar config-file 44 or other mass storage medium. 49 .Bl -tag -width ".Fl c Ar config-file" -offset indent 54 .It Fl c Ar config-file 76 stage and adds -DNO_CLEAN to the make command line 92 .Cm native-xtools . 99 .Bl -bullet -offset indent -compact 117 Everything is read-only at run-time. 118 It is safe to pull the power-plug. 121 after a non-graceful shutdown of the system. [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/ |
H A D | zynqmp-zc1751-xm016-dc2.dts | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * dts file for Xilinx ZynqMP zc1751-xm016-dc2 5 * (C) Copyright 2015 - 2022, Xilinx, Inc. 6 * (C) Copyright 2022 - 2023, Advanced Micro Devices, Inc. 11 /dts-v1/; 14 #include "zynqmp-clk-ccf.dtsi" 15 #include <dt-bindings/gpio/gpio.h> 16 #include <dt-bindings/pinctrl/pinctrl-zynqmp.h> 19 model = "ZynqMP zc1751-xm016-dc2 RevA"; 20 compatible = "xlnx,zynqmp-zc1751", "xlnx,zynqmp"; [all …]
|
/freebsd/contrib/ofed/opensm/include/opensm/ |
H A D | osm_db.h | 2 * Copyright (c) 2004-2009 Voltaire, Inc. All rights reserved. 3 * Copyright (c) 2002-2005 Mellanox Technologies LTD. All rights reserved. 4 * Copyright (c) 1996-2003 Intel Corporation. All rights reserved. 9 * COPYING in the main directory of this source tree, or the 16 * - Redistributions of source code must retain the above 20 * - Redistributions in binary form must reproduce the above 113 * The main database object. 237 * Reads the entire domain from persistent storage - overrides all 302 * in-memory high availability files with storage
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | nxp,bbnsm.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: NXP Battery-Backed Non-Secure Module 10 - Jacky Bai <ping.bai@nxp.com> 13 NXP BBNSM serves as non-volatile logic and storage for the system. 16 main chip is power down. A time alarm is generated once the most 17 significant 32 bits of the real-time counter match the value in the 26 - enum: 27 - nxp,imx93-bbnsm [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/pmem/ |
H A D | pmem-region.txt | 1 Device-tree bindings for persistent memory regions 2 --------- [all...] |
/freebsd/sys/kern/ |
H A D | subr_param.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 91 int maxfilesperproc; /* per-proc open files limit */ 98 u_long maxswzone; /* max swmeta KVA storage */ 99 u_long maxbcache; /* max buffer cache KVA storage */ 166 * Boot time overrides that are not scaled against main memory 175 * arm64 and riscv currently hard-code the thread0 kstack size in init_param1() 180 hz = -1; in init_param1() 182 if (hz == -1) in init_param1() 200 ticksl = INT_MAX - (hz * 10 * 60); in init_param1() [all …]
|
/freebsd/crypto/heimdal/doc/doxyout/krb5/man/man3/ |
H A D | krb5_keytab_intro.3 | 1 .TH "krb5_keytab_intro" 3 "11 Jan 2012" "Version 1.5.2" "HeimdalKerberos5library" \" -*- nroff -*- 5 krb5_keytab_intro \- The keytab handing functions 10 Keytabs are long term key storage for servers, their equvalment of password files. 14 A keytab name is on the form type:residual. The residual part is specific to each keytab-type. 16 When a keytab-name is resolved, the type is matched with an internal list of keytab types. If there… 38 main (int argc, char **argv)
|
/freebsd/share/doc/usd/06.bc/ |
H A D | bc | 3 .\" Copyright (C) Caldera International Inc. 2001-2002. 39 .EH 'USD:6-%''BC \- An Arbitrary Precision Desk-Calculator Language' 40 .OH 'BC \- An Arbitrary Precision Desk-Calculator Language''USD:6-%' 44 BC \- An Arbitrary Precision Desk-Calculator Language 53 on the PDP-11 under the 55 time-sharing 58 arithmetic on indefinitely large integers and on scaled fixed-point 61 These routines are themselves based on a dynamic storage allocator. 62 Overflow does not occur until all available core storage 65 The language has a complete control structure as well as immediate-mode [all …]
|