| /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/crypto/krb5/src/util/support/ |
| H A D | t_k5buf.c | 1 /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ 2 /* util/support/t_k5buf.c - Test the k5buf string buffer module */ 27 #include "k5-platform.h" 28 #include "k5-buf.h" 45 fail_if(buf->buftype != K5BUF_FIXED && buf->buftype != K5BUF_DYNAMIC && in check_buf() 46 buf->buftype != K5BUF_ERROR, name); in check_buf() 47 if (buf->buftype == K5BUF_ERROR) { in check_buf() 48 fail_if(buf->data != NULL, name); in check_buf() 49 fail_if(buf->space != 0 || buf->len != 0, name); in check_buf() 51 fail_if(buf->space == 0, name); in check_buf() [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 | 1 .\" SPDX-License-Identifier: CDDL-1.0 9 .\" or https://opensource.org/licenses/CDDL-1.0. 27 .\" Copyright (c) 2017 Open-E, Inc. All Rights Reserved. 35 .Nm zpool-add 36 .Nd add vdevs to ZFS storage pool 41 .Op Fl -allow-in-use -allow-replication-mismatch -allow-ashift-mismatch 58 .Bl -tag -width Ds 98 .It Fl -allow-ashift-mismatch 101 Adding top-level 104 .Xr zpool-remove 8 . [all …]
|
| H A D | zpool.8 | 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. 36 .Nd configure ZFS storage pools 50 command configures ZFS storage pools. 51 A storage pool is a collection of devices that provides physical storage and 53 All datasets within a storage pool share the same space. 58 For an overview of creating and managing ZFS storage pools see the 68 command provides subcommands to create and destroy storage pools, add capacity 69 to storage pools, and provide information about the storage pools. [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 | 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. 36 .Nd overview of ZFS storage pools 43 .Bl -tag -width "special" 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/usr.sbin/nfsd/ |
| H A D | nfsd.8 | 74 .Bl -tag -width Ds 83 options to re-register NFS if the rpcbind server is restarted. 89 Specify alternative location of a file where main process PID will be stored. 129 bound to the wildcard IP address whether you use -a or do not use -h. 145 and the directory path where the DS's data storage file system is mounted on 153 The DS storage file systems must be mounted on this system before the 159 nfsv4-data0:/data0,nfsv4-data1:/data1 161 would specify two DS servers called nfsv4-data0 and nfsv4-data1 that comprise 162 the data storage component of the pNFS service. 169 are where the data storage servers exported [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 | 2 .\" SPDX-License-Identifier: BSD-2-Clause 37 .Op Fl c Ar config-file 46 or other mass storage medium. 51 .Bl -tag -width ".Fl c Ar config-file" -offset indent 56 .It Fl c Ar config-file 78 stage and adds -DNO_CLEAN to the make command line 98 .Cm native-xtools . 105 .Bl -bullet -offset indent -compact 123 Everything is read-only at run-time. 124 It is safe to pull the power-plug. [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/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/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/pmem/ |
| H A D | pmem-region.txt | 1 Device-tree bindings for persistent memory regions 2 --------- [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)
|