/freebsd/usr.sbin/bhyve/ |
H A D | net_backends.c | 19 * 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 …]
|
/freebsd/crypto/openssh/ |
H A D | ssh_config.5 | 7 .\" 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 …]
|
/freebsd/sys/contrib/device-tree/Bindings/regulator/ |
H A D | regulator.yaml | 38 description: boolean, regulator should never be disabled 46 This property is intended to only be used for regulators where 55 description: allow the regulator performance level to be configured 60 disabling ramp rate, it should be explicitly initialised to zero (regulator-ramp-delay 102 for the regulator at run-time. Elements may be specified in any order. 128 hardware performs emergency shutdown. Zero can be passed to disable 129 protection and value '1' indicates that protection should be enabled but 130 limit setting can be omitted. 135 Zero can be passed to disable error detection and value '1' indicates 136 that detection should be enable [all...] |
/freebsd/contrib/one-true-awk/testdir/ |
H A D | T.int-expr | 12 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 …]
|
/freebsd/crypto/heimdal/doc/doxyout/hx509/man/man3/ |
H A D | hx509_ca.3 | 92 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 …]
|
/freebsd/stand/defaults/ |
H A D | loader.conf.5 | 16 .\" 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 102 no delay will be inserted and 117 must be se [all...] |
/freebsd/contrib/arm-optimized-routines/math/ |
H A D | README.contributors | 5 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 …]
|
/freebsd/crypto/openssl/demos/cms/ |
H A D | comp.txt | 3 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 …]
|
/freebsd/contrib/lib9p/ |
H A D | request.c | 17 * 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 …]
|
/freebsd/contrib/libxo/doc/ |
H A D | xolint-errors.rst | 4 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 …]
|
/freebsd/crypto/heimdal/doc/ |
H A D | init-creds | 27 /* 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 …]
|
/freebsd/usr.sbin/nfsd/ |
H A D | pnfsserver.4 | 15 .\" 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 …]
|
/freebsd/sbin/dhclient/ |
H A D | dhclient-script.8 | 16 .\" 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 …]
|
/freebsd/share/man/man9/ |
H A D | kqueue.9 | 16 .\" 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 …]
|
H A D | bus_dma.9 | 10 .\" 2. The name of the author may not be used to endorse or promote products 17 .\" VOICES IN HITEN PANDYA'S HEAD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 45 .\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 165 A DMA transaction can be achieved between device to memory, 185 Similarly, a tag can be marked as requiring buffers whose addresses are 214 a mapping must be bound to a memory region by calling one of the 224 the mapping must be unloaded via 229 must be used to ensure that the correct data is used by the DMA engine and 257 The associated tag, memory region, and mapping object must then be passed to 267 but sync operations should still be used. [all …]
|
/freebsd/lib/libc/posix1e/ |
H A D | acl.3 | 19 .\" 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 …]
|
/freebsd/share/doc/smm/04.quotas/ |
H A D | quotas.ms | 13 .\" 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 …]
|
/freebsd/share/man/man4/ |
H A D | net80211.4 | 13 .\" 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 …]
|
/freebsd/lib/libsecureboot/efi/include/Guid/ |
H A D | ImageAuthentication.h | 6 which accompanies this distribution. The full text of the license may be found at 96 /// The SHA256 hash of an X.509 certificate's To-Be-Signed contents. 100 /// The time that the certificate shall be considered to be revoked. 107 /// The SHA384 hash of an X.509 certificate's To-Be-Signed contents. 111 /// The time that the certificate shall be considered to be revoked. 118 /// The SHA512 hash of an X.509 certificate's To-Be-Signed contents. 122 /// The time that the certificate shall be considered to be revoked. 131 /// always be 0. The SignatureSize shall always be 16 (size of SignatureOwner component) + 141 /// since the public key exponent is known to be 0x10001) shall be stored in big-endian 143 /// The SignatureHeader size shall always be 0. The SignatureSize shall always be 16 (size [all …]
|
/freebsd/lib/libc/stdio/ |
H A D | scanf.3 | 17 .\" 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 …]
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | README-Windows.txt | 37 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 …]
|
/freebsd/sys/contrib/openzfs/man/man8/ |
H A D | zfs-redact.8 | 85 The output can be redirected to a file or to a different system 94 non-deduplicated stream will be generated. 102 The incremental source may be specified as with the 148 must also be specified. 156 to be excluded from the send stream. 157 The root dataset may not be excluded. 177 Datasets that are sent with this flag may not be 211 then the data will be decompressed before sending so it can be split into 218 The new compression property will be se [all...] |
H A D | zfs-send.8 | 85 The output can be redirected to a file or to a different system 94 non-deduplicated stream will be generated. 102 The incremental source may be specified as with the 148 must also be specified. 156 to be excluded from the send stream. 157 The root dataset may not be excluded. 177 Datasets that are sent with this flag may not be 211 then the data will be decompressed before sending so it can be split into 218 The new compression property will be set for future data. 224 This allows backups to be taken even if encryption keys are not currently [all …]
|
/freebsd/usr.sbin/mountd/ |
H A D | exports.5 | 13 .\" 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 55 A long line may be split over several lines by ending all but the 58 A host may be specified only once for each local file system or the NFSv4 tree 59 root on the server and there may be only one default entry for each server 68 that can be mounted on by the corresponding client(s). 70 files below the exported directory will be accessible. 74 To provide this guarantee, the exported directories must be local file system 80 is not a file system mount point, then clients will be able to access arbitrary 82 As such, to avoid confusion with respect to what is exported, it may be prudent [all …]
|
/freebsd/share/doc/smm/02.config/ |
H A D | 4.t | 13 .\" 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 …]
|