Home
last modified time | relevance | path

Searched full:be (Results 1 – 25 of 12157) sorted by relevance

12345678910>>...487

/src/sys/contrib/device-tree/Bindings/regulator/
H A Dregulator.yaml41 description: boolean, regulator should never be disabled
49 This property is intended to only be used for regulators where
58 description: allow the regulator performance level to be configured
63 disabling ramp rate, it should be explicitly initialised to zero (regulator-ramp-delay
105 for the regulator at run-time. Elements may be specified in any order.
131 hardware performs emergency shutdown. Zero can be passed to disable
132 protection and value '1' indicates that protection should be enabled but
133 limit setting can be omitted.
138 Zero can be passed to disable error detection and value '1' indicates
139 that detection should be enabled but limit setting can be omitted.
[all …]
/src/contrib/one-true-awk/testdir/
H A DT.int-expr12 printf("%s ~ /%s/ -> should be %d, is %d\n", $1, pattern, $2, check)
82 ac ~ /ab{0}c/ -> should be 1, is 1
83 abc ~ /ab{0}c/ -> should be 0, is 0
84 ac ~ /a(b{0})c/ -> should be 1, is 1
85 abc ~ /a(b{0})c/ -> should be 0, is 0
86 ac ~ /ab{0}*c/ -> should be 1, is 1
87 abc ~ /ab{0}*c/ -> should be 0, is 0
88 ac ~ /a(b{0})*c/ -> should be 1, is 1
89 abc ~ /a(b{0})*c/ -> should be 0, is 0
90 ac ~ /ab{0,}c/ -> should be 1, is 1
[all …]
/src/usr.sbin/bhyve/
H A Dnet_backends.c19 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
30 * to be used by network frontends such as virtio-net and e1000.
71 #define NET_BE_SIZE(be) (sizeof(*be) + (be)->priv_size) argument
74 tap_cleanup(struct net_backend *be) in tap_cleanup() argument
76 struct tap_priv *priv = NET_BE_PRIV(be); in tap_cleanup()
81 if (be->fd != -1) { in tap_cleanup()
82 close(be->fd); in tap_cleanup()
83 be->fd = -1; in tap_cleanup()
88 tap_init(struct net_backend *be, const char *devname, in tap_init() argument
91 struct tap_priv *priv = NET_BE_PRIV(be); in tap_init()
[all …]
/src/stand/defaults/
H A Dloader.conf.516 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
35 it you can specify the kernel to be booted, parameters to be passed to
36 it, and additional modules to be loaded; and generally set all variables
44 and can be sourced by
58 Only one setting can be present on each line.
73 below define the modules to be loaded and
80 A user with console access will be able to interrupt the
97 no delay will be inserted and the boot will proceed immediately unless a key
98 has already been pressed, which may be practically impossible.
102 no delay will be inserted and
[all …]
/src/crypto/openssh/
H A Dssh_config.57 .\" can be used freely for any purpose. Any derived versions of this
8 .\" software must be clearly marked as such, and if the derived work is
9 .\" incompatible with the protocol description in the RFC file, it must be
28 .\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
60 will be used.
71 host-specific declarations should be given near the beginning of the
78 Arguments may optionally be enclosed in double quotes
81 Configuration options may be separated by whitespace or
102 keyword) to be only for those hosts that match one of the patterns
104 If more than one pattern is provided, they should be separated by whitespace.
[all …]
/src/crypto/heimdal/doc/doxyout/hx509/man/man3/
H A Dhx509_ca.392 Sign a to-be-signed certificate object with a issuer certificate.
94 The caller needs to at least have called the following functions on the to-be-signed certificate ob…
103 When done the to-be-signed certificate object should be freed with \fBhx509_ca_tbs_free()\fP.
111 \fItbs\fP object to be signed.
132 \fItbs\fP object to be signed.
147 Add CRL distribution point URI to the to-be-signed certificate object.
153 \fItbs\fP object to be signed.
170 An an extended key usage to the to-be-signed certificate object. Duplicates will detected and not a…
176 \fItbs\fP object to be signed.
189 Add a Subject Alternative Name hostname to to-be-signed certificate object. A domain match starts w…
[all …]
/src/contrib/arm-optimized-routines/math/
H A DREADME.contributors5 sub-directory is expected to be upstreamed into glibc so the GNU
6 Coding Standard and glibc specific conventions should be followed
9 2. ABI and symbols: the code should be written so it is suitable for inclusion
11 should be hidden and in the implementation reserved namespace according to
13 library archives should be usable to override libc symbols at link time (or
15 (other than symbol versioning), this cannot be done reliably for static
18 3. API: include headers should be suitable for benchmarking and testing code
28 - Worst-case ULP error should be small in the entire input domain (for most
31 variant should not have > 5 ULP error if the goal is to be a drop in
32 replacement for a standard math function), this should be tested
[all …]
/src/crypto/openssl/demos/cms/
H A Dcomp.txt3 Some Text To be Compressed
4 Some Text To be Compressed
5 Some Text To be Compressed
6 Some Text To be Compressed
7 Some Text To be Compressed
8 Some Text To be Compressed
9 Some Text To be Compressed
10 Some Text To be Compressed
11 Some Text To be Compressed
12 Some Text To be Compressed
[all …]
/src/contrib/lib9p/
H A Drequest.c17 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
91 * is not really running yet), so it should be harmless to
450 * writing readdir entries, so mode should be L9P_PACK
473 F_REQUIRE_OPEN = 0x01, /* require that the file be marked OPEN */
474 F_REQUIRE_DIR = 0x02, /* require that the file be marked ISDIR */
475 F_REQUIRE_XATTR = 0x04, /* require that the file be marked XATTR */
476 F_REQUIRE_AUTH = 0x08, /* require that the fid be marked AUTH */
477 F_FORBID_OPEN = 0x10, /* forbid that the file be marked OPEN */
478 F_FORBID_DIR = 0x20, /* forbid that the file be marked ISDIR */
479 F_FORBID_XATTR = 0x40, /* forbid that the file be marked XATTR */
[all …]
/src/contrib/libxo/doc/
H A Dxolint-errors.rst4 The message "A percent sign appearing in text is a literal" can be caused by code like:
10 This code should be replaced with code like:
16 This can be a bit surprising and could be a field that was not
23 The message "Unknown long name for role/modifier" can be caused by code like:
29 This code should be replaced with code like:
42 The message "Last character before field definition is a field type" can be caused by code like:
49 This code should be replaced with code like:
61 The message "Encoding format uses different number of arguments" can be caused by code like:
67 This code should be replaced with code like:
76 'Only one field role can be used'
[all …]
/src/crypto/heimdal/doc/
H A Dinit-creds27 /* XXX the next three should not be used, as they may be
83 specified can be determined correctly from system configuration or
86 of the structure should be used. In most cases, a NULL pointer can be
92 and will not be doing any other kerberos functions, then a NULL
93 pointer may be specified, and the credential will be destroyed.
95 If the client name is non-NULL, the initial ticket requested will be
96 for that principal. Otherwise, the principal will be the username
102 Otherwise, the prompter function will be used to prompt the user for
105 If a prompter function is non-NULL, it will be used if additional user
107 needs to be changed, or if input preauthentication is necessary. If
[all …]
/src/sys/contrib/edk2/Include/Guid/
H A DImageAuthentication.h95 /// The SHA256 hash of an X.509 certificate's To-Be-Signed contents.
99 /// The time that the certificate shall be considered to be revoked.
106 /// The SHA384 hash of an X.509 certificate's To-Be-Signed contents.
110 /// The time that the certificate shall be considered to be revoked.
117 /// The SHA512 hash of an X.509 certificate's To-Be-Signed contents.
121 /// The time that the certificate shall be considered to be revoked.
130 /// The SM3 hash of an X.509 certificate's To-Be-Signed contents.
134 /// The time that the certificate shall be considered to be revoked.
143 /// always be 0. The SignatureSize shall always be 16 (size of SignatureOwner component) +
153 /// since the public key exponent is known to be 0x10001) shall be stored in big-endian
[all …]
/src/usr.sbin/nfsd/
H A Dpnfsserver.415 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
33 servers may be configured to provide a
38 system needs to be configured as a MetaData Server (MDS) and
41 system needs to be configured as one or
46 systems are configured to be NFSv4.1 and NFSv4.2
55 As such, all DS(s) must be upgraded from
61 The DS(s) need to be configured as NFSv4.1 and NFSv4.2 server(s),
64 This directory must be owned by
68 Within this directory there needs to be additional directories named
74 The following command can be run by root when in the top level exported
[all …]
/src/sbin/dhclient/
H A Ddhclient-script.816 .\" of its contributors may be used to endorse or promote products derived
24 .\" CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
54 any, and also called once if no valid lease can be identified.
59 In general, customizations specific to a particular computer should be done
79 The DHCP client is requesting that an interface's media type be set.
85 The DHCP client is requesting that an interface be configured as
90 .\" For other clients, it may be possible to simply configure the interface up
99 its address will be passed in
101 and that IP alias should be deleted from the interface,
105 it be checked to see if somebody else is using it, by sending an ARP
[all …]
/src/share/man/man9/
H A Dkqueue.916 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
98 is taken to be a file descriptor.
111 function will be called when attaching a
153 function will be called to detach the
163 will not be held when this function is called.
167 function will be called to update the status of the
169 If the function returns 0, it will be assumed that the object is not
170 ready (or no longer ready) to be woken up.
173 argument will be 0 when scanning
178 argument will be the value passed to either
[all …]
/src/lib/libc/posix1e/
H A Dacl.319 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
46 ACL support be explicitly enabled by the administrator.
65 and may be used to add flags to a flagset.
69 and may be used to add permissions to a permission set.
73 and may be used to calculate and set the permissions associated with
80 and may be used to clear all flags from a flagset.
84 and may be used to clear all permissions from a permission set.
88 and may be used to copy the contents of an ACL entry.
95 and may be used to create an empty entry in an ACL.
105 and may be used to delete ACLs from file system objects.
[all …]
/src/share/doc/smm/04.quotas/
H A Dquotas.ms13 .\" may be used to endorse or promote products derived from this software
19 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
52 Quotas may be set for each individual user, on any, or
62 \s-2VMUNIX\s0 that may be included when the
68 To most users, disc quotas will either be of no concern,
69 or a fact of life that cannot be avoided.
75 There are two individual possible quotas that may be
76 imposed, usually if one is, both will be.
77 A limit can be set on the amount of space a user
78 can occupy, and there may be a limit on the number
[all …]
/src/share/man/man4/
H A Dnet80211.413 .\" redistribution must be conditioned upon including a substantially
21 .\" THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY,
161 passed up the system to be forwarded using some other mechanism.
162 This value will be non-zero when AP bridging is enabled and otherwise zero.
171 would be set to
178 data by requesting zero bytes of data be returned.
210 the minimum time (msecs) a station must be idle
243 Note this data should be used by user applications to map between
261 This value will be non-zero when Countermeasures are enabled and
272 The buffer must be large enough to return the number of available
[all …]
/src/lib/libc/stdio/
H A Dscanf.317 .\" may be used to endorse or promote products derived from this software
23 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
127 when an input conversion cannot be made (see below).
132 there may be a number of
141 Indicates that the conversion will be one of
150 Indicates that the conversion will be one of
159 Indicates that the conversion will be one of
167 that the conversion will be one of
175 or that the conversion will be one of
185 Indicates that the conversion will be one of
[all …]
/src/contrib/wpa/wpa_supplicant/
H A DREADME-Windows.txt37 cross-compiling from Linux to MinGW/Windows. It should also be
46 wpa_supplicant can be built with Microsoft Visual C++ compiler. This
49 can also be used by creating a project that includes the files and
51 files are included in vs2005 subdirectory. This can be used as a
55 WinPcap development package is needed for the build and this can be
57 default nmake.mak expects this to be unpacked into C:\dev\WpdPack so
58 that Include and Lib directories are in this directory. The files can be
61 used, these Include and Lib directories need to be added to project
64 OpenSSL source package can be downloaded from
67 support will be included in the wpa_supplicant, OpenSSL needs to be
[all …]
/src/lib/libpam/modules/pam_krb5/
H A Dpam-krb5.846 octets) will be rejected, since excessively long passwords can be used
54 PAM module be running as a user that can read the keytab file (normally
59 If that keytab cannot be read or if no keys are found in it, the default
68 check will also be done using
79 matches the account name (this can be changed by configuring a custom
83 This can be customized with several configuration options; see below.
93 This can be disabled with the
96 Be aware, however, that this facility cannot be used with OpenSSH.
98 this remapping can be done and will pass an invalid password to the PAM
100 Also be aware that several other common PAM modules, such as
[all …]
/src/sys/contrib/openzfs/man/man7/
H A Dzpoolprops.761 The ratio of the total amount of storage that would be required to store all
69 The amount of additional storage that would be required if block cloning
75 This property can also be referred to by its shortened column name,
84 The ratio of the total amount of storage that would be required to store all
92 The amount of additional storage that would be required if deduplication
99 Amount of uninitialized space within the pool or device that can be used to
106 The space can be claimed for the pool by bringing it online with
124 property describes how much new data can be written to ZFS filesystems/volumes.
127 property is not generally useful for this purpose, and can be substantially more
142 is the amount of space remaining to be reclaimed.
[all …]
/src/sys/contrib/openzfs/man/man8/
H A Dzfs-redact.886 The output can be redirected to a file or to a different system
95 non-deduplicated stream will be generated.
103 The incremental source may be specified as with the
149 must also be specified.
157 to be excluded from the send stream.
158 The root dataset may not be excluded.
180 Datasets that are sent with this flag may not be
216 then the data will be decompressed before sending so it can be split into
223 The new compression property will be set for future data.
229 This allows backups to be taken even if encryption keys are not currently
[all …]
H A Dzfs-send.886 The output can be redirected to a file or to a different system
95 non-deduplicated stream will be generated.
103 The incremental source may be specified as with the
149 must also be specified.
157 to be excluded from the send stream.
158 The root dataset may not be excluded.
180 Datasets that are sent with this flag may not be
216 then the data will be decompressed before sending so it can be split into
223 The new compression property will be set for future data.
229 This allows backups to be taken even if encryption keys are not currently
[all …]
/src/share/doc/smm/02.config/
H A D4.t13 .\" may be used to endorse or promote products derived from this software
19 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
35 can be found in Appendix A and may be of use if you should have
44 system image to be generated, and
81 An option may be given a value by following its name with ``\fB=\fP'',
104 The values must be enclosed in double quotes if they include numerals
113 An optional integer or floating point number may be included
121 This system is to be known as
136 Multiple bootable images may be specified in a single configuration
139 system specific devices may be different. A system image is specified
[all …]

12345678910>>...487