/freebsd/sys/contrib/openzfs/module/nvpair/ |
H A D | nvpair_alloc_fixed.c | 9 * or https://opensource.org/licenses/CDDL-1.0. 33 * - it uses a pre-allocated buffer for memory allocations. 34 * - it does _not_ free memory in the pre-allocated buffer. 37 * This allocator is designed for the usage in interrupt context when 41 /* pre-allocated buffer for memory allocations */ 43 uintptr_t nvb_buf; /* address of pre-allocated buffer */ 49 * Initialize the pre-allocated buffer allocator. The caller needs to supply 51 * buf address of pre-allocated buffer 52 * bufsz size of pre-allocated buffer 66 nvb->nvb_buf = (uintptr_t)&nvb[0]; in nv_fixed_init() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | cirrus,ep9307-keypad.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/input/cirrus,ep9307-keypad.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Alexander Sverdlin <alexander.sverdlin@gmail.com> 13 - $ref: /schemas/input/matrix-keymap.yaml# 16 The KPP is designed to interface with a keypad matrix with 2-point contact 17 or 3-point contact keys. The KPP is designed to simplify the software task 24 - const: cirrus,ep9307-keypad 25 - items: [all …]
|
/freebsd/contrib/sendmail/libsm/ |
H A D | index.html | 9 <br> $Id: index.html,v 1.14 2001-02-13 21:21:25 gshapiro Exp $ 59 from using names beginning with <tt>__</tt> or <tt>_[A-Z]</tt>, 61 with <tt>_[a-z]</tt>. Such names are reserved for the compiler and 81 and when you are trying to track down exception-related bugs 88 <blockquote><pre> 93 </pre></blockquote> 104 <blockquote><pre> 106 </pre></blockquote> 110 <blockquote><pre> 112 </pre></blockquote> [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | fsl-asoc-card.txt | 16 Note: The card is initially designed for those sound cards who use AC'97, I2S 23 "fsl,imx-audio-ac97" 25 "fsl,imx-audio-cs42888" 27 "fsl,imx-audio-cs427x" 30 "fsl,imx-audio-wm8962" 32 "fsl,imx-audio-sgtl5000" 33 (compatible with Documentation/devicetree/bindings/sound/imx-audio-sgtl5000.txt) 35 "fsl,imx-audio-wm8960" 37 "fsl,imx-audio-mqs" 39 "fsl,imx-audio-wm8524" [all …]
|
H A D | fsl-asoc-card.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/sound/fsl-asoc-card.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 22 Note, The card is initially designed for those sound cards who use AC'97, I2S 28 - Shengjiu Wang <shengjiu.wang@nxp.com> 33 - items: 34 - enum: 35 - fsl,imx-sgtl5000 36 - fsl,imx25-pdk-sgtl5000 [all …]
|
/freebsd/contrib/wpa/wpa_supplicant/doc/docbook/ |
H A D | wpa_background.sgml | 1 <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN"> 14 <refpurpose>Background information on Wi-Fi Protected Access and IEEE 802.11i</refpurpose> 20 not designed to be strong and has proven to be insufficient for 28 <para>Wi-Fi Alliance (http://www.wi-fi.org/) used a draft version 31 hardware. This is called Wi-Fi Protected Access<TM> (WPA). This 33 and certification done by Wi-Fi Alliance. Wi-Fi provides 35 (http://www.wi-fi.org/OpenSection/protected_access.asp).</para> 39 40-bit keys, 24-bit initialization vector (IV), and CRC32 to 44 makes attacks easier, there is no replay protection, and non-keyed 52 per-packet RC4 keys. In addition, it implements replay protection, [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/display/bridge/ |
H A D | analogix,anx7625.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 4 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Xin Ji <xji@analogixsemi.com> 14 The ANX7625 is an ultra-low power 4K Mobile HD Transmitter 15 designed for portable devices. 28 enable-gpios: 32 reset-gpios: 36 vdd10-supply: 39 vdd18-supply: [all …]
|
/freebsd/contrib/tzcode/ |
H A D | tzfile.5 | 2 .\" 1996-06-05 by Arthur David Olson. 15 Each file is a sequence of 8-bit bytes. 17 more bytes in network order (bigendian, or high-order byte first), 20 and a boolean is represented by a one-byte binary integer that is 22 The format begins with a 44-byte header containing the following fields: 24 .Bl -bullet 26 The magic four-byte ASCII sequence 39 Six four-byte integer values, in the following order: 41 .Bl -ta [all...] |
/freebsd/stand/man/ |
H A D | loader.8 | 48 automate tasks, do pre-configuration or assist in recovery 53 designed for direct use by the casual user, called "builtin 55 The main drive behind these commands is user-friendliness. 114 .An -nosplit
|
H A D | loader_lua.8 | 46 automate tasks, do pre-configuration or assist in recovery 51 designed for direct use by the casual user, called "builtin 53 The main drive behind these commands is user-friendliness. 101 .Dq Li -1 . 140 .Bl -bullet 164 to -1. 188 .Bl -tag -width /usr/share/examples/bootforth/ -compact 204 .Dl boot -s 210 .Bd -literal -offset indent 213 load -t splash_image_data /boot/chuckrulez.bmp [all …]
|
/freebsd/share/man/man9/ |
H A D | ieee80211_amrr.9 | 94 limits it's effectiveness--do not expect it to function well in 98 requires per-vap state and per-node state for each station it is to 100 The API's are designed for drivers to pre-allocate state in the 101 driver-private extension areas of each vap and node. 105 .Bd -literal -offset indent 118 structure member holds the per-vap state for 123 .Bd -literal -offset indent 124 ieee80211_amrr_init(&rvp->amrr, vap, 131 .Bd -literal -offset indent 141 .Bd -literal -offset indent [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | ExecutionContext.h | 1 //===-- ExecutionContext.h --------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 15 #include "lldb/lldb-private.h" 19 //===----------------------------------------------------------------------===// 39 /// These classes are designed to be used as baton objects that get passed to 41 //===----------------------------------------------------------------------===// 47 /// ExecutionContextRef objects are designed to hold onto an execution context 279 /// designed to be used for short term execution context object storage while 368 /// HasProcessScope(), HasThreadScope(), or HasFrameScope() can help to pre- [all …]
|
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | README | 3 The contents of this tarball is designed to be incorporated into 15 In your bootstrap (pre-configure) script, you can do this: 17 rm -rf libopts libopts-* 18 gunzip -c `autoopts-config libsrc` | tar -xvf - 19 mv -f libopts-*.*.* libopts 20 cp -fp libopts/m4/*.m4 m4/. 55 $(prog_OBJECTS) : prog-opts.h 56 prog-opts.h : prog-opts.c 57 prog-opts.c : prog-opts.def 58 autogen prog-opts.def [all …]
|
/freebsd/share/doc/usd/10.exref/summary/ |
H A D | ex.summary | 66 with features designed to 83 (a self-teaching introduction) and the 163 line-number addresses which indicate the lines 168 Commands that can take line-number prefixes also 170 The default assumed by each command is designed 172 without any line-number prefix. 187 means that up to 2 line-numbers may be given, 194 line-number prefix may be used. 374 range is specified by line-number prefixes) and 460 the \s-2ESC\s0 key followed by [all …]
|
/freebsd/contrib/wpa/hostapd/ |
H A D | README | 1 hostapd - user space IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP 5 Copyright (c) 2002-2024, Jouni Malinen <j@w1.fi> and contributors 17 ------- 33 3. Neither the name(s) of the above-listed copyright holder(s) nor the 68 ------------ 71 - drivers: 73 (http://w1.fi/hostap-driver.html) 77 mac80211-based drivers that support AP mode (with driver=nl80211). 84 FreeBSD -current 89 ------------------- [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/display/mediatek/ |
H A D | mediatek,ethdr.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schema [all...] |
/freebsd/contrib/unbound/contrib/ |
H A D | unbound.spec | 7 Source: http://www.nlnetlabs.nl/downloads/unbound/%{name}-%{version}.tar.gz 10 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 11 BuildRequires: flex, openssl-devel, expat-devel 20 Unbound is designed as a set of modular components, so that also 21 DNSSEC (secure DNS) validation and stub-resolvers (that do not run 27 %setup -q 31 %configure --with-conf-file=%{_localstatedir}/%{name}/unbound.conf --disable-rpath 38 rm -rf %{buildroot} 40 install -d 0700 %{buildroot}%{_localstatedir}/%{name} 41 install -d 0755 %{buildroot}%{_initrddir} [all …]
|
/freebsd/crypto/libecc/ |
H A D | README.md | 11 Copyright (C) 2017-2023 20 * Jean-Pierre FLORI (<mailto:jpflori@gmail.com>) 30 in the [ISO 14888-3:2018](https://www.iso.org/standard/76382.html) 34 * Core ISO 14888-3:2018 algorithms: ECDSA, ECKCDSA, ECGDSA, ECRDSA, EC{,O}SDSA, ECFSDSA, SM2. 36 …* BIGN (as standardized in [STB 34.101.45-2013](https://github.com/bcrypto/bign)). We allow a more… 38 … "Schnorr" Bitcoin proposal, as specified in [bip-0340](https://github.com/bitcoin/bips/blob/maste… 39 …tandard as we allow any curve and any hash function (the standard mandates SECP256K1 with SHA-256). 42 …-CDH (Elliptic Curve Cryptography Cofactor Diffie-Hellman) as described in [section 5.7.1.2 of the… 45 …STR3410-2001-CryptoPro{A,B,C,XchA,XchB,Test}-ParamSet, GOSTR3410-2012-{256,512}-ParamSet{A,B,C}, G… 47 * **Hash functions**: SHA-2 and SHA-3 hash functions (224, 256, 384, 512), SM3, RIPEMD-160, [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | Reassociate.h | 1 //===- Reassociate.h - Reassociate binary expressions -----------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This pass reassociates commutative expressions in an order that is designed 10 // to promote better constant propagation, GCSE, LICM, PRE, etc. 12 // For example: 4 + (x + 5) -> x + (4 + 5) 20 //===----------------------------------------------------------------------===// 98 Instruction::BinaryOpsEnd - Instruction::BinaryOpsBegin;
|
/freebsd/contrib/ntp/html/drivers/ |
H A D | driver27.html | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 6 <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> 15 <!-- #BeginDate format:En2m -->21-Oct-2010 23:44<!-- #EndDate --> 22 Serial Port: <tt>/dev/arc<i>u</i></tt>; 300 baud, 8-bits, 2-stop, no parity<br> 26 …nux x86. Changes from v1.1 and v1.2 include patches to work with the new ntp-4 code, clock support… 28 …-5.90 on Solaris-1 (SunOS 4.1.3_U1 on an SS1 serving as a router and firewall) and against ntpd3-5… 30 …designed to allow the unit to run from batteries as designed, for something approaching the 2.5 ye… 31 …-Davis</a>. Thanks also to <a href="mailto:lyndond@sentinet.co.uk">Lyndon David</a> for some of th… 34 …-time). In the default or original MSF mode, the time is in `local' format, including the daylight… 35 …-5 or -4, -4 being used in this code, which builds in a reported dispersion of over 63ms (ie says … [all …]
|
/freebsd/lib/libcam/ |
H A D | cam.3 | 121 The CAM library consists of a number of functions designed to aid in 132 .Bd -literal 204 The user may supply pre-allocated space for the 317 It creates a colon-terminated printing prefix string similar to the ones 322 .Fa len Ns \-1 335 structure and copies the contents of the passed-in 358 .Bl -tag -width 1234 -compact 386 returns a value of -1 if an error occurred, and 405 returns 0 for success, and -1 to indicate failure.
|
/freebsd/share/doc/usd/21.troff/ |
H A D | m0 | 1 .\" Hey, Emacs, edit this file in -*- nroff-fill -*- mode! 2 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved. 68 the \s-1UNIX\s+1 Time-Sharing System 69 that format text for typewriter-like terminals and 71 (Device-independent \*(TR, part of the Documenter's Workbench, 76 having a user-designed style. 84 dynamic font and point-size control; 100 The general form of invoking \*(NR (or \*(TR) at \s-1UNIX\s+1 command level is 108 An argument consisting of a single minus (\fB\-\fR) is taken to be 125 \fB\-i\fP Read standard input after the input files are exhausted. [all …]
|
/freebsd/share/man/man8/ |
H A D | nanobsd.8 | 35 .Op Fl c Ar config-file 45 It can be used to build specialized install images, designed for easy 49 .Bl -tag -width ".Fl c Ar config-file" -offset indent 54 .It Fl c Ar config-file 76 stage and adds -DNO_CLEAN to the make command line 92 .Cm native-xtools . 99 .Bl -bullet -offset indent -compact 117 Everything is read-only at run-time. 118 It is safe to pull the power-plug. 121 after a non-graceful shutdown of the system. [all …]
|
/freebsd/contrib/mandoc/ |
H A D | INSTALL | 4 -------------------------------------- 25 ------------ 42 is unlikely to be a drop-in replacement providing the same 55 a file "configure.local", and re-run "./configure" until the 59 Any POSIX-compatible make, in particular both BSD make and GNU make, 63 6. Run "make -n install" and check whether everything will be 69 run, running all tests. For more fine-grained control, 70 read "./mandoc -l regress/regress.pl.1", 80 command like "make DESTDIR=... install". Read the *-install targets 85 new manual pages, re-run makewhatis(8) to update the databases, or [all …]
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | README | 4 Copyright (c) 2003-2024, Jouni Malinen <j@w1.fi> and contributors 16 ------- 32 3. Neither the name(s) of the above-listed copyright holder(s) nor the 51 -------- 54 - WPA-PSK ("WPA-Personal") 55 - WPA with EAP (e.g., with RADIUS authentication server) ("WPA-Enterprise") 58 * EAP-TLS 59 * EAP-PEAP/MSCHAPv2 (both PEAPv0 and PEAPv1) 60 * EAP-PEAP/TLS (both PEAPv0 and PEAPv1) 61 * EAP-PEAP/GTC (both PEAPv0 and PEAPv1) [all …]
|