Home
last modified time | relevance | path

Searched +full:no +full:- +full:1 +full:- +full:8 +full:- +full:v (Results 1 – 25 of 1081) sorted by relevance

12345678910>>...44

/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dste-href.dtsi1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Copyright 2012 ST-Ericsson AB
6 #include <dt-bindings/interrupt-controller/irq.h>
7 #include <dt-bindings/leds/common.h>
8 #include "ste-hre
[all...]
/freebsd/lib/geom/cache/
H A Dgcache.81 .\"-
8 .\" 1. Redistributions of source code must retain the above copyright
17 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
35 .Op Fl v
42 .Op Fl v
52 .Op Fl v
63 .Op Fl v
75 .Op Fl v
78 .Op Fl v
86 residing on a RAID3 array with 8 data components, where a single
[all …]
/freebsd/lib/geom/multipath/
H A Dgmultipath.87 .\" 1. Redistributions of source code must retain the above copyright
16 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE
48 .Op Fl v
52 .Op Fl v
56 .Op Fl v
60 .Op Fl v
64 .Op Fl v
68 .Op Fl v
73 .Op Fl v
77 .Op Fl v
[all …]
/freebsd/contrib/bc/locales/
H A Des_ES.ISO8859-15.msg2 $ SPDX-License-Identifier: BSD-2-Clause
4 $ Copyright (c) 2018-2025 Gavin D. Howard and contributors.
19 $ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
32 $set 1
34 1 "Error de matem�tica:"
43 1 "n�mero negativo"
44 2 "n�mero no e
[all...]
H A Des_ES.ISO8859-1.msg2 $ SPDX-License-Identifier: BSD-2-Clause
4 $ Copyright (c) 2018-2025 Gavin D. Howard and contributors.
19 $ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
32 $set 1
34 1 "Error de matem�tica:"
43 1 "n�mero negativo"
44 2 "n�mero no es entero"
45 3 "desbordamiento de enteros: no se puede encajar el el hardware"
51 1 "fin de archivo"
52 2 "no v�lido '%c'"
[all …]
/freebsd/sys/contrib/openzfs/man/man5/
H A Dvdev_id.conf.51 .\" SPDX-License-Identifier: CDDL-1.0
12 .Dd October 8, 2024
18 .Nd configuration file for vdev_id(8)
22 .Xr vdev_id 8 .
24 .Xr vdev_id 8
35 .Bl -tag -width "-h"
41 .Xr vdev_id 8 .
42 A defined alias takes precedence over a topology-derived name, but the
50 .Pa /dev/disk/by-vdev .
61 .It Sy enclosure_symlinks Sy yes Ns | Ns Sy no
[all …]
/freebsd/lib/geom/mirror/
H A Dgmirror.81 .\" Copyright (c) 2004-2009 Pawel Jakub Dawidek <pjd@FreeBSD.org>
7 .\" 1. Redistributions of source code must retain the above copyright
16 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE
34 .Bd -ragged -offset indent
41 .Bd -literal -offset indent
57 .Op Fl v
74 .Op Fl v
80 .Op Fl v
85 .Op Fl v
96 .Op Fl v
[all …]
/freebsd/contrib/openbsm/man/
H A Daudit.log.51 .\"-
2 .\" Copyright (c) 2005-2006 Robert N. M. Watson
9 .\" 1. Redistributions of source code must retain the above copyright
18 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
37 token-based record stream to represent system audit data.
79 .Bl -column -offset 3n ".No Terminal Address Type/Length" ".No N bytes + 1 NUL"
81 .It "Token ID 1 byte Token ID"
85 .It "File pathname N bytes + 1 NUL File name of audit trail"
93 A 32-bit
97 a 64-bit
[all …]
/freebsd/sys/contrib/v4l/
H A Dvideodev2.h4 * Copyright (C) 1999-2007 the contributors
22 * 1. Redistributions of source code must retain the above copyright
35 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
46 * All kernel-specific stuff were moved to media/v4l2-dev.h, so
47 * no #if __KERNEL tests are allowed here
88 #define VID_TYPE_CAPTURE 1 /* Can capture */
91 #define VID_TYPE_OVERLAY 8 /* Overlay onto frame buffer */
108 /* Four-character-code (FOURCC) */
110 ((__u32)(a) | ((__u32)(b) << 8) | ((__u32)(c) << 16) | ((__u32)(d) << 24))
120 V4L2_FIELD_NONE = 1, /* this device has no fields ... */
[all …]
/freebsd/lib/libc/powerpc/gen/
H A Dsigsetjmp.S1 /*-
8 * 1. Redistributions of source code must retain the above copyright
17 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
26 /* $NetBSD: sigsetjmp.S,v 1.4 1998/10/03 12:30:38 tsubai Exp $ */
30 * C library -- sigsetjmp, siglongjmp
32 * siglongjmp(a,v)
33 * will generate a "return(v?v:1)" from the last call to
36 * The previous signal state is restored if savemask is non-zero
39 * +------------+
41 * +------------+
[all …]
H A Dsetjmp.S1 /*-
8 * 1. Redistributions of source code must retain the above copyright
17 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
26 /* $NetBSD: setjmp.S,v 1.3 1998/10/03 12:30:38 tsubai Exp $ */
32 * C library -- setjmp, longjmp
34 * longjmp(a,v)
35 * will generate a "return(v?v:1)" from the last call to
41 * +------------+
43 * +------------+
48 * +------------+
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h1 //===-- ARMAddressingModes.h - ARM Addressing Modes -------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
25 /// ARM_AM - ARM Addressing Mode Stuff
42 inline const char *getAddrOpcStr(AddrOpc Op) { return Op == sub ? "-" : ""; } in getAddrOpcStr()
61 case ARM_AM::lsr: return 1; in getShiftOpcEncoding()
76 default: llvm_unreachable("Unknown addressing sub-mode!"); in getAMSubModeStr()
84 //===--------------------------------------------------------------------===//
85 // Addressing Mode #1: shift_operand with registers
[all …]
/freebsd/lib/geom/label/
H A Dglabel.81 .\" Copyright (c) 2004-2005 Pawel Jakub Dawidek <pjd@FreeBSD.org>
7 .\" 1. Redistributions of source code must retain the above copyright
16 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE
34 .Op Fl v
43 .Op Fl v
52 .Op Fl v
78 method, no metadata are stored on the devices, so a label has to be configured
82 method uses on-disk metadata to store the label and detect it automatically in
90 .Xr tunefs 8 .
93 .Bl -bullet -offset indent -compact
[all …]
/freebsd/lib/geom/mountver/
H A Dgmountver.81 .\"-
7 .\" 1. Redistributions of source code must retain the above copyright
16 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
34 .Op Fl v
47 .Op Fl v
50 .Op Fl v
56 When the underlying provider disappears - for example because the disk device
57 got disconnected - it queues all the I/O requests and waits for the provider
64 .Bl -tag -width ".Cm destroy"
79 .Xr geom 8 .
[all …]
/freebsd/usr.sbin/i2c/
H A Di2c.82 .\" Copyright (C) 2008-2009 Semihalf, Michal Hajduk and Bartlomiej Sieka
8 .\" 1. Redistributions of source code must retain the above copyright
17 .\" ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
34 .Cm -a Ar address
37 .Op Fl w Ar 0|8|16|16LE|16BE
40 .Op Fl m Ar tr|ss|rs|no
42 .Op Fl v
44 .Cm -h
46 .Cm -i
47 .Op Fl v
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.h1 //===- llvm/CodeGen/GlobalISel/LegacyLegalizerInfo.h ------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
30 /// no transformation is necessary.
34 /// a narrower scalar base-type. For example a 64-bit add might be
35 /// implemented in terms of 32-bit add-with-carry.
39 /// base-type. For example a <2 x s8> add could be implemented as a <2
44 /// sub-vectors where the operation is legal. For example a <8 x s64> add
50 /// rarely legal, but you might perform an <8 x i8> and then only look at
[all …]
/freebsd/lib/libc/powerpcspe/gen/
H A Dsigsetjmp.S1 /*-
8 * 1. Redistributions of source code must retain the above copyright
17 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
26 /* $NetBSD: sigsetjmp.S,v 1.4 1998/10/03 12:30:38 tsubai Exp $ */
30 * C library -- sigsetjmp, siglongjmp
32 * siglongjmp(a,v)
33 * will generate a "return(v?v:1)" from the last call to
36 * The previous signal state is restored if savemask is non-zero
39 * +------------+
41 * +------------+
[all …]
H A Dsetjmp.S1 /*-
8 * 1. Redistributions of source code must retain the above copyright
17 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
26 /* $NetBSD: setjmp.S,v 1.3 1998/10/03 12:30:38 tsubai Exp $ */
32 * C library -- setjmp, longjmp
34 * longjmp(a,v)
35 * will generate a "return(v?v:1)" from the last call to
41 * +------------+
43 * +------------+
48 * +------------+
[all …]
/freebsd/bin/df/
H A Ddf.11 .\"-
8 .\" 1. Redistributions of source code must retain the above copyright
20 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
37 .Op Fl -libxo
62 .Bl -tag -width indent
63 .It Fl -libxo
88 Use 1073741824 byte (1 Gibibyte) blocks rather than the default.
93 .Dq Human-readable
109 In case the filesystem has no inodes then
110 .Sq -
[all …]
/freebsd/contrib/tcsh/
H A Dtcsh.man8 .\" 1. Redistributions of source code must retain the above copyright
20 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
31 .\" - Tags in lists are bold, except in the FILES section where they are
34 .\" - References are bold for section headings and environment and shell
38 .\" - Be careful with the .B and .I macros: they handle only a limited number
42 .\" - Indent in multiples of 4, usually 8.
44 .\" - Use `', not '' or "", except of course in shell syntax examples.
47 .\" - Use \` for literal back-quote (`).
49 .\" - Use \e for literal backslash (\).
51 .\" - Use \-, not -.
[all …]
H A Dtcsh.man.new8 .\" 1. Redistributions of source code must retain the above copyright
20 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
29 .\" - Indent in multiples of 4, usually 8.
31 .\" - Use \` for literal back-quote (`).
33 .\" - Use \e for literal backslash (\).
35 .\" - Use \-, not -.
37 .\" - Include the tilde when naming dot files. .Pa ~/.login , not .Pa .login
39 .\" - Refer to external commands in man page format, e.g., .Xr csh 1
43 .\" - Say .Sq the shell , not .Sq tcsh ,
46 .\" - Say .Sq shell variable / .Sq environment variable instead of
[all …]
/freebsd/lib/geom/stripe/
H A Dgstripe.81 .\" Copyright (c) 2004-2005 Pawel Jakub Dawidek <pjd@FreeBSD.org>
7 .\" 1. Redistributions of source code must retain the above copyright
16 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE
34 .Op Fl v
54 .Op Fl v
77 method, no metadata are stored on the devices, so the striped
81 method uses on-disk metadata to detect devices.
88 .Bl -tag -width ".Cm destroy"
112 This command does not touch on-disk metadata!
122 .Xr geom 8 .
[all …]
/freebsd/sbin/geom/core/
H A Dgeom.81 .\"-
2 .\" SPDX-License-Identifier: BSD-2-Clause
4 .\" Copyright (c) 2004-2005 Pawel Jakub Dawidek <pjd@FreeBSD.org>
10 .\" 1. Redistributions of source code must retain the above copyright
19 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE
51 .Op Fl v
55 .Op Fl v
58 .Ar provider-name
72 .Bl -tag -width indent
77 (if no additional arguments were specified) or the given geoms.
[all …]
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h1 /*-
2 * Copyright (c) 2020-2025 The FreeBSD Foundation
10 * 1. Redistributions of source code must retain the above copyright
19 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
50 /* 9.4.2.55 Management MIC element (CMAC-256, GMAC-128, and GMAC-256). */
59 #define IEEE80211_CCMP_HDR_LEN 8 /* 802.11i .. net80211 comment */
61 #define IEEE80211_CCMP_MIC_LEN 8 /* || 16 */
62 #define IEEE80211_CCMP_256_HDR_LEN 8
64 #define IEEE80211_GCMP_HDR_LEN 8
72 #define IEEE80211_INVAL_HW_QUEUE ((uint8_t)-1)
[all …]
/freebsd/sys/contrib/device-tree/include/dt-bindings/usb/
H A Dpd.h1 /* SPDX-License-Identifier: GPL-2.0 */
7 #define PDO_TYPE_BATT 1
20 #define PDO_FIXED_DUAL_ROLE (1 << 29) /* Power role swap supported */
21 #define PDO_FIXED_SUSPEND (1 << 28) /* USB Suspend supported (Source) */
22 #define PDO_FIXED_HIGHER_CAP (1 << 28) /* Requires more than vSafe5V (Sink) */
23 #define PDO_FIXED_EXTPOWER (1 << 27) /* Externally powered */
24 #define PDO_FIXED_USB_COMM (1 << 26) /* USB communications capable */
25 #define PDO_FIXED_DATA_SWAP (1 << 25) /* Data role swap supported */
64 #define PDO_APDO_TYPE_SHIFT 28 /* Only valid value currently is 0x0 - PPS */
70 #define PDO_PPS_APDO_MIN_VOLT_SHIFT 8 /* 100mV units */
[all …]

12345678910>>...44