Home
last modified time | relevance | path

Searched +full:image +full:- +full:specific (Results 1 – 25 of 606) sorted by relevance

12345678910>>...25

/freebsd-src/usr.sbin/makefs/
H A Dmakefs.83 .\" 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 Dmakefs.h3 /*-
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 Dmkuzip.81 .\"-
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 Dscif_sas_design.h1 /*-
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 Dsati_design.h1 /*-
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 Diwi.41 .\"-
2 .\" SPDX-License-Identifier: BSD-2-Clause
4 .\" Copyright (c) 2004-2006
39 .Bd -ragged -offset indent
50 .Bd -literal -offse
[all...]
H A Diwm.41 .\"-
2 .\" SPDX-License-Identifier: BSD-2-Clause
4 .\" Copyright (c) 2004-2006
38 .Bd -ragged -offset indent
47 .Bd -ragged -offse
[all...]
H A Diwn.41 .\"-
2 .\" SPDX-License-Identifier: BSD-2-Clause
4 .\" Copyright (c) 2004-2006
39 .Bd -ragged -offset indent
48 .Bd -ragged -offse
[all...]
H A Dipw.41 .\"-
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 Dsigvec.214 .\" 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 Dpt_image.h2 * 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 Dfpga-region.txt6 - 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 Dst,stm32-dma2d.yaml1 # 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 Dp1010rdb-pa.dtsi2 * 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 Dc293pcie.dts15 * 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 Dp1024rdb.dtsi2 * 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 Dp2020rdb-pc.dtsi2 * 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 Dp1020rdb.dtsi2 * 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 Dp1020rdb-pc.dtsi2 * 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 Dp1021rdb-pc.dtsi2 * 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 Dp1020rdb-pd.dts2 * 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 Dsigaction.214 .\" 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 Dnetstat.114 .\" 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 Drelease.742 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 Delf.560 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 …]

12345678910>>...25