/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
H A D | PrecompiledPreamble.cpp | 1 //===--- PrecompiledPreamble.cpp - Build precompiled preambles --*- C++ -*-===// 5 // SPDX-Licens 427 std::unique_ptr<PCHStorage> Storage; Build() local 727 PrecompiledPreamble(std::unique_ptr<PCHStorage> Storage,std::vector<char> PreambleBytes,bool PreambleEndsAtStartOfLine,llvm::StringMap<PreambleFileHash> FilesInPreamble,llvm::StringSet<> MissingFiles) PrecompiledPreamble() argument 789 setupPreambleStorage(const PCHStorage & Storage,PreprocessorOptions & PreprocessorOpts,IntrusiveRefCntPtr<llvm::vfs::FileSystem> & VFS) setupPreambleStorage() argument [all...] |
/freebsd-src/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-src/sbin/hastd/ |
H A D | hastd.8 | 32 .Nd "Highly Available Storage daemon" 44 allows the transparent storage of data on two physically separated machines 46 Only one machine (cluster node) can actively use storage provided by 54 There is one main 64 .Bd -literal -offset indent 72 disk-like device (GEOM provider) is created. 82 is not up-to-date yet (synchronization is in progress). 87 in-kerne [all...] |
/freebsd-src/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-src/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | PrecompiledPreamble.h | 1 //===--- PrecompiledPreamble.h - Build precompiled preambles ----*- C++ -* 186 std::unique_ptr<PCHStorage> Storage; global() variable [all...] |
/freebsd-src/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-src/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 pool [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | FunctionExtras.h | 1 //===- FunctionExtras.h - Function type erasure utilities -------*- [all...] |
/freebsd-src/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-controller.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Miquel Raynal <miquel.raynal@bootlin.com> 15 - items: 16 - const: marvell,armada-8k-nand-controller 17 - const: marvell,armada370-nand-controller 18 - enum: 19 - marvell,ac5-nand-controller [all …]
|
/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | XCOFF.h | 1 //===-- llvm/BinaryFormat/XCOFF.h - The XCOFF file format -------* [all...] |
/freebsd-src/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-src/contrib/llvm-project/lld/ELF/ |
H A D | Relocations.h | 1 //===- Relocations.h --------- 217 sortRels(ArrayRef<RelTy> rels,SmallVector<RelTy,0> & storage) sortRels() argument [all...] |
/freebsd-src/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-src/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 -bulle [all...] |
/freebsd-src/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-src/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-src/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-src/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-cod in init_param1() [all...] |
/freebsd-src/sys/contrib/device-tree/Bindings/pmem/ |
H A D | pmem-region.txt | 1 Device-tree bindings for persistent memory regions 2 ----------------------------------------------------- 6 a) Usable as main system memory (i.e. cacheable), and 10 storage device. To ensure data integrity the operating system needs to manage 16 ----------------------------- 19 - compatible = "pmem-region" 21 - reg = <base, size>; 33 - Any relevant NUMA associativity properties for the target platform. 35 - volatile; This property indicates that this region is actually 36 backed by non-persistent memory. This lets the OS know that it [all …]
|
/freebsd-src/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-src/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-cc [all...] |
/freebsd-src/sys/contrib/device-tree/Bindings/ufs/ |
H A D | ufs-qcom.txt | 1 * Qualcomm Technologies Inc Universal Flash Storage (UFS) PHY 3 UFSPHY nodes are defined to describe on-chip UFS PHY hardware macro. 10 - compatible : compatible list, contains one of the following - 11 "qcom,ufs-phy-qmp-20nm" for 20nm ufs phy, 12 "qcom,ufs-phy-qmp-14nm" for legacy 14nm ufs phy, 13 "qcom,msm8996-ufs-phy-qmp-14nm" for 14nm ufs phy 15 - reg : should contain PHY register address space (mandatory), 16 - reg-names : indicates various resources passed to driver (via reg proptery) by name. 17 Required "reg-names" is "phy_mem". 18 - #phy-cells : This property shall be set to 0 [all …]
|