/freebsd-src/usr.sbin/makefs/ |
H A D | makefs.8 | 3 .\" Copyright (c) 2001-2003 Wasabi Systems, Inc. 21 .\" or promote products derived from this software without specific prior 42 .Nd create a file system image from a directory tree or a mtree manifest 47 .Op Fl b Ar free-blocks 48 .Op Fl d Ar debug-mask 49 .Op Fl F Ar mtree-specfile 50 .Op Fl f Ar free-files 51 .Op Fl M Ar minimum-size 52 .Op Fl m Ar maximum-size 53 .Op Fl N Ar userdb-di [all...] |
H A D | makefs.h | 3 /*- 4 * SPDX-License-Identifier: BSD-4-Clause 24 * or promote products derived from this software without specific prior 47 * fsnode - 51 * fsinode - 70 * - first always points to first entry, at current level, which 77 FI_ALLOCATED = 1<<1, /* fsinode->ino allocated */ 85 enum fi_flags flags; /* flags used by fs specific code */ 109 * option_t - contains option name, description, pointer to location to store 110 * result, and range checks for the result. Used to simplify fs specific [all …]
|
/freebsd-src/usr.bin/mkuzip/ |
H A D | mkuzip.8 | 1 .\"- 2 .\" Copyright (c) 2004-2016 Maxim Sobolev <sobomax@FreeBSD.org> 31 .Nd compress disk image for use with 46 utility compresses a disk image file so that the 48 class will be able to decompress the resulting image at run-time. 49 This allows for a significant reduction of size of disk image at 56 .Bl -enum 60 image is split into clusters; each cluster is compressed. 69 .Bl -ta [all...] |
/freebsd-src/sys/dev/isci/scil/ |
H A D | scif_sas_design.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 61 - Nathan Marushak 64 - Richard Boyd 68 This document provides design information relating to the SAS specific 79 developer to code for a specific task. The developer is not encumbered 81 example, if a specific event can only occur when the object is in a specific [all …]
|
H A D | sati_design.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 61 - Nathan Marushak 69 Attachment), and SAT (SCSI-to-ATA Translation). 89 - sati_translate_command() 90 - sati_translate_response() (this method performs data translation). 95 - sati_get_sat_compliance_version() [all …]
|
/freebsd-src/share/man/man4/ |
H A D | iwi.4 | 1 .\"- 2 .\" SPDX-License-Identifier: BSD-2-Clause 4 .\" Copyright (c) 2004-2006 39 .Bd -ragged -offset indent 50 .Bd -literal -offse [all...] |
H A D | iwm.4 | 1 .\"- 2 .\" SPDX-License-Identifier: BSD-2-Clause 4 .\" Copyright (c) 2004-2006 38 .Bd -ragged -offset indent 47 .Bd -ragged -offse [all...] |
H A D | iwn.4 | 1 .\"- 2 .\" SPDX-License-Identifier: BSD-2-Clause 4 .\" Copyright (c) 2004-2006 39 .Bd -ragged -offset indent 48 .Bd -ragged -offse [all...] |
H A D | ipw.4 | 1 .\"- 2 .\" SPDX-License-Identifier: BSD-2-Clause 4 .\" Copyright (c) 2004-2006 39 .Bd -ragged -offset indent 50 .Bd -literal -offse [all...] |
/freebsd-src/lib/libc/compat-43/ |
H A D | sigvec.2 | 14 .\" without specific prior written permission. 38 .Bd -literal 48 .Bf -symbolic 67 This may be changed, on a per-handler basis, 122 assigns a handler for a specific signal. 125 is non-zero, it 138 is non-zero, the previous handling information for the signal 144 .Bl -column SIGVTALARMXX "create core imagexxx" 148 .It Dv SIGQUIT No " create core image" " quit program" 149 .It Dv SIGILL No " create core image" " illegal instruction" [all …]
|
/freebsd-src/contrib/processor-trace/libipt/internal/include/ |
H A D | pt_image.h | 2 * Copyright (c) 2013-2019, Intel Corporation 14 * without specific prior written permission. 34 #include "intel-pt.h" 47 /* The image section identifier. */ 51 /* A traced image consisting of a collection of sections. */ 53 /* The optional image name. */ 69 /* Initialize an image with an optional @name. */ 70 extern void pt_image_init(struct pt_image *image, const char *name); 72 /* Finalize an image. 76 extern void pt_image_fini(struct pt_image *image); [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/fpga/ |
H A D | fpga-region.txt | 6 - Introduction 7 - Terminology 8 - Sequence 9 - FPGA Region 10 - Supported Use Models 11 - Device Tree Examples 12 - Constraints 41 * A PRR is a specific section of an FPGA reserved for reconfiguration. 42 * A base (or static) FPGA image may create a set of PRR's that later may 44 * The size and specific location of each PRR is fixed. [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/media/ |
H A D | st,stm32-dma2d.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/media/st,stm32-dma2d.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: STMicroelectronics STM32 Chrom-Art Accelerator DMA2D 10 Chrom-ART Accelerator(DMA2D), graphical hardware accelerator 15 - Filling a part or the whole of a destination image with a specific color. 16 - Copying a part or the whole of a source image into a part or the whole of 17 a destination image. 18 - Copying a part or the whole of a source image into a part or the whole of [all …]
|
/freebsd-src/sys/contrib/device-tree/src/powerpc/fsl/ |
H A D | p1010rdb-pa.dtsi | 2 * P1010 RDB Device Tree Source stub (no addresses or top-level ranges) 15 * derived from this software without specific prior written permission. 38 /* 1MB for u-boot Bootloader Image */ 40 label = "NAND U-Boot Image"; 41 read-only; 45 /* 1MB for DTB Image */ 47 label = "NAND DTB Image"; 51 /* 4MB for Linux Kernel Image */ 53 label = "NAND Linux Kernel Image"; 57 /* 4MB for Compressed Root file System Image */ [all …]
|
H A D | c293pcie.dts | 15 * derived from this software without specific prior written permission. 35 /include/ "c293si-pre.dtsi" 45 ifc: memory-controller@fffe1e000 { 75 #address-cells = <1>; 76 #size-cells = <1>; 77 compatible = "cfi-flash"; 79 bank-width = <2>; 80 device-width = <1>; 83 /* 1MB for DTB Image */ 85 label = "NOR DTB Image"; [all...] |
H A D | p1024rdb.dtsi | 2 * P1024 RDB Device Tree Source stub (no addresses or top-level ranges) 15 * derived from this software without specific prior written permission. 37 #address-cells = <1>; 38 #size-cells = <1>; 39 compatible = "cfi-flash"; 41 bank-width = <2>; 42 device-width = <1>; 48 label = "NOR Vitesse-7385 Firmware"; 49 read-only; 53 /* 256KB for DTB Image */ [all …]
|
H A D | p2020rdb-pc.dtsi | 2 * P2020 RDB-PC Device Tree Source stub (no addresses or top-level ranges) 15 * derived from this software without specific prior written permission. 37 #address-cells = <1>; 38 #size-cells = <1>; 39 compatible = "cfi-flash"; 41 bank-width = <2>; 42 device-width = <1>; 48 label = "NOR Vitesse-7385 Firmware"; 49 read-only; 53 /* 256KB for DTB Image */ [all …]
|
H A D | p1020rdb.dtsi | 2 * P1020 RDB Device Tree Source stub (no addresses or top-level ranges) 4 * Copyright 2011-2012 Freescale Semiconductor Inc. 15 * derived from this software without specific prior written permission. 37 #address-cells = <1>; 38 #size-cells = <1>; 39 compatible = "cfi-flash"; 41 bank-width = <2>; 42 device-width = <1>; 48 label = "NOR (RO) Vitesse-7385 Firmware"; 49 read-only; [all …]
|
H A D | p1020rdb-pc.dtsi | 2 * P1020 RDB-PC Device Tree Source stub (no addresses or top-level ranges) 15 * derived from this software without specific prior written permission. 37 #address-cells = <1>; 38 #size-cells = <1>; 39 compatible = "cfi-flash"; 41 bank-width = <2>; 42 device-width = <1>; 48 label = "NOR Vitesse-7385 Firmware"; 49 read-only; 53 /* 256KB for DTB Image */ [all …]
|
H A D | p1021rdb-pc.dtsi | 2 * P1021 RDB Device Tree Source stub (no addresses or top-level ranges) 15 * derived from this software without specific prior written permission. 37 #address-cells = <1>; 38 #size-cells = <1>; 39 compatible = "cfi-flash"; 41 bank-width = <2>; 42 device-width = <1>; 48 label = "NOR Vitesse-7385 Firmware"; 49 read-only; 53 /* 256KB for DTB Image */ [all …]
|
H A D | p1020rdb-pd.dts | 2 * P1020 RDB-PD Device Tree Source (32-bit address map) 15 * derived from this software without specific prior written permission. 35 /include/ "p1020si-pre.dtsi" 37 model = "fsl,P1020RDB-PD"; 38 compatible = "fsl,P1020RDB-PD"; 54 #address-cells = <1>; 55 #size-cells = <1>; 56 compatible = "cfi-flash"; 58 bank-width = <2>; 59 device-width = <1>; [all …]
|
/freebsd-src/lib/libsys/ |
H A D | sigaction.2 | 14 .\" without specific prior written permission. 38 .Bd -literal 73 This may be changed, on a per-handler basis, 96 Whether the signal is directed at the process in general or at a specific 98 For signals directed at a specific thread, 144 is non-NULL, it specifies an action 150 is non-NULL, the previous handling information for the signal 173 A signal-specific default action may be reset by 198 .Bl -tag -offset indent -width SA_RESETHANDXX 218 processes terminate, and then returns a value of \-1 with [all …]
|
/freebsd-src/usr.bin/netstat/ |
H A D | netstat.1 | 14 .\" without specific prior written permission. 35 .Bk -words 36 .Bl -tag -width "netstat" 39 .Op Fl -libxo 44 .Op Fl -libxo 51 .Op Fl -libxo 59 .Op Fl -libxo 66 .Op Fl -libxo 73 .Op Fl -libx [all...] |
/freebsd-src/share/man/man7/ |
H A D | release.7 | 42 including the creation of ISO images suitable for burning to CD-ROM, 50 and with clean checkouts of specific versions of the doc, src, and ports 136 .Bl -tag -width Ev 167 The target machine type for cross-building a release. 169 The target machine architecture for cross-building a release. 212 .Pq Ar -j 213 to the number of CPUs available on a SMP-capable system. 223 .Pq Ar -j 224 to half the number of CPUs available on a SMP-capabl [all...] |
/freebsd-src/share/man/man5/ |
H A D | elf.5 | 60 regardless whether the host is 32-bit or 64-bit. 87 The following types are being used for 32-bit architectures: 88 .Bd -literal -offset indent 89 Elf32_Addr Unsigned 32-bit program address 90 Elf32_Half Unsigned 16-bit field 91 Elf32_Lword Unsigned 64-bit field 92 Elf32_Off Unsigned 32-bit file offset 93 Elf32_Sword Signed 32-bit field or integer 94 Elf32_Word Unsigned 32-bit field or integer 97 For 64-bit architectures we have the following types: [all …]
|