/freebsd/contrib/expat/doc/ |
H A D | reference.html | 1 <?xml version="1.0" encoding="iso-8859-1"?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 6 <!-- 15 Copyright (c) 2000-2004 Fred L. Drake, Jr. <fdrake@users.sourceforge.net> 16 Copyright (c) 2002-2012 Karl Waclawek <karl@waclawek.net> 17 Copyright (c) 2017-2025 Sebastian Pipping <sebastian@pipping.org> 20 Copyright (c) 2021 Nicolas Cavallari <nicolas.cavallari@green-communications.fr> 44 --> 47 <meta http-equiv="Content-Style-Type" content="text/css" /> [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | ti,drv260x.txt | 1 * Texas Instruments - drv260x Haptics driver family 4 - compatible - One of: 5 "ti,drv2604" - DRV2604 6 "ti,drv2605" - DRV2605 7 "ti,drv2605l" - DRV2605L 8 - reg - I2C slave address 9 - vbat-supply - Required supply regulator 10 - mode - Power up mode of the chip (defined in include/dt-bindings/input/ti-drv260x.h) 11 DRV260X_LRA_MODE - Linear Resonance Actuator mode (Piezoelectric) 12 DRV260X_LRA_NO_CAL_MODE - This is a LRA Mode but there is no calibration [all …]
|
H A D | ti,drv260x.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Texas Instruments - drv260x Haptics driver family 10 - Andrew Davis <afd@ti.com> 15 - ti,drv2604 16 - ti,drv2605 17 - ti,drv2605l 22 vbat-supply: 30 (defined in include/dt-bindings/input/ti-drv260x.h) [all …]
|
/freebsd/contrib/kyua/utils/config/ |
H A D | nodes.ipp | 60 /// \return A pointer to the newly-created node. 83 /// Note that these are one-level keys. They cannot contain dots, and thus 113 /// The direct children of this node must be pre-defined by calls to define(). 114 /// Attempts to traverse this node and resolve a key that is not a pre-defined 129 /// The children of this node need not be pre-defined. Attempts to traverse 131 /// intermediate non-existent nodes of the traversal will be created as dynamic 158 /// Checks whether the node has been set by the user. 162 /// nodes within the tree, but these nodes have not yet been set. 166 /// \return True if a value has been set in the node. 177 /// \pre The node must have a value. [all …]
|
/freebsd/sys/contrib/zstd/doc/ |
H A D | zstd_manual.html | 3 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> 18 <li><a href="#Chapter8">Streaming compression - HowTo</a></li> 19 <li><a href="#Chapter9">Streaming decompression - HowTo</a></li> 30 <li><a href="#Chapter20">Buffer-less and synchronous inner streaming functions</a></li> 31 <li><a href="#Chapter21">Buffer-less streaming compression (synchronous mode)</a></li> 32 <li><a href="#Chapter22">Buffer-less streaming decompression (synchronous mode)</a></li> 36 <a name="Chapter1"></a><h2>Introduction</h2><pre> 38 real-time compression scenarios at zlib-level and better compression ratios. 39 The zstd compression library provides in-memory compression and decompression 43 which is currently 22. Levels >= 20, labeled `--ultra`, should be used with [all …]
|
/freebsd/contrib/ntp/html/ |
H A D | parsenew.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"> 13 …clock to the parse driver: Currently the implementation is being cleaned up - so not all informati… 15 <!-- #BeginDate format:En2m -->13-Oct-2010 00:33<!-- #EndDate --> 27 <pre> 41 </pre> 43 <pre> 45 PARSEB_POWERUP no synchronisation - clock confused (must set then) 46 PARSEB_NOSYNC timecode currently not confirmed (must set then) 52 … PARSEB_LEAPADD LEAP addition warning (prior to leap happening - must set when imminent) [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | MachineIRBuilder.h | 1 //===-- llvm/CodeGen/GlobalISel/MachineIRBuilder.h - MIBuilder --*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 52 /// Debug location to be set to any instruction we create. 54 /// PC sections metadata to be set to any instruction we create. 56 /// MMRA Metadata to be set on any instruction we create. 162 MIB.addUse(SrcMIB->getOperand(0).getReg()); in addSrcToMIB() 178 return MRI.getType(SrcMIB->getOperand(0).getReg()); in getLLTTy() 191 return SrcMIB->getOperand(0).getReg(); in getReg() [all …]
|
/freebsd/contrib/sqlite3/tea/ |
H A D | Makefile.in | 23 INSTALL.noexec = $(INSTALL) -m 0644 55 # Input filename for tcl::tm-style module 57 # Target filename for tcl::tm-style installation 58 tx.tm.tgt = $(tx.name.pkg)-$(tx.version).tm 74 # Autotools-conventional vars. We don't actually use these in this 115 # CFLAGS.configure = CFLAGS as known at configure-time. 118 # [teaish-cflags-add] should preceed CFLAGS and CPPFLAGS (which 119 # typically come from the ./configure command-line invocation). 122 #CFLAGS.configure += -DUSE_TCL_STUBS=1 125 # LDFLAGS.configure = LDFLAGS as known at configure-time. [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/power/supply/ |
H A D | qcom_smbb.txt | 1 Qualcomm Switch-Mode Battery Charger and Boost 4 - compatible: 8 - "qcom,pm8941-charger" 10 - reg: 12 Value type: <prop-encoded-array> 15 - interrupts: 17 Value type: <prop-encoded-array> 21 - charge done 22 - charge fast mode 23 - charge trickle mode [all …]
|
/freebsd/contrib/sqlite3/autosetup/teaish/ |
H A D | feature.tcl | 12 # ----- @module feature-tests.tcl ----- 13 # @section TEA-ish collection of feature tests. 16 # private/internal APIs. Those with a prefix of teaish- are 20 # @teaish-check-libz 23 # prepends -lz to the extension's ldflags and returns 1, else returns 26 proc teaish-check-libz {} { 27 teaish-check-cached "Checking for libz" { 28 set rc 0 29 if {[msg-quiet cc-check-includes zlib.h] && [msg-quiet proj-check-function-in-lib deflate z]} { 30 teaish-ldflags-prepend [define LDFLAGS_LIBZ [get-define lib_deflate]] [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set1_cert_comp_preference.pod | 12 SSL_set1_compressed_cert - Certificate compression functions 66 SSL_CTX_compress_certs() and SSL_compress_certs() are used to pre-compress all 70 will result in an error, as only server certificates may be pre-compressed. 73 the pre-compressed certificate most recently set that may be stored for later 75 error, as only server certificates may be pre-compressed. The B<data> and 79 or SSL_set1_compressed_cert() to provide a pre-compressed version of the 80 most recently set certificate. This pre-compressed certificate can only be used 93 Only server certificates may be pre-compressed. Calling any of these functions 96 compressed on-demand as unique context data from the server is compressed along 103 SSL_get1_compressed_cert() is the last certificate set on the SSL_CTX/SSL object. [all …]
|
H A D | EVP_PKEY_sign.pod | 7 EVP_PKEY_sign_message_final - sign using a public key algorithm 39 signing a pre-computed message digest using the algorithm given by I<algo> and 41 A context I<ctx> without a pre-loaded key cannot be used with this function. 43 but is uniquely intended to be used with a pre-computed message digest, and 44 allows pre-determining the exact conditions for that message digest, if a 45 composite signature algorithm (such as RSA-SHA256) was fetched. 52 Passing the message is supported both in a one-shot fashion using 56 length, such as ED25519, RSA-SHA256 and similar. 70 EVP_PKEY_sign() is a one-shot function that can be used with all the init 105 i.e. to produce the message digest internally, and while RSA-SHA256 can be [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/phy/ |
H A D | apm-xgene-phy.txt | 1 * APM X-Gene 15Gbps Multi-purpose PHY nodes 3 PHY nodes are defined to describe on-chip 15Gbps Multi-purpose PHY. Each 7 - compatible : Shall be "apm,xgene-phy". 8 - reg : PHY memory resource is the SDS PHY access resource. 9 - #phy-cells : Shall be 1 as it expects one argument for setting 14 - status : Shall be "ok" if enabled or "disabled" if disabled. 16 - clocks : Reference to the clock entry. 17 - apm,tx-eye-tuning : Manual control to fine tune the capture of the serial 19 Two set of 3-tuple setting for each (up to 3) 22 - apm,tx-eye-direction : Eye tuning manual control direction. 0 means sample [all …]
|
/freebsd/contrib/ncurses/doc/html/ |
H A D | ncurses-intro.html | 1 <!-- 2 $Id: ncurses-intro.html,v 1.57 2022/11/26 19:33:46 tom Exp $ 4 * Copyright 2019-2020,2022 Thomas E. Dickey * 5 * Copyright 2000-2013,2017 Free Software Foundation, Inc. * 31 --> 32 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> 38 <link rel="author" href="mailto:bugs-ncurses@gnu.org"> 39 <meta http-equiv="Content-Type" content= 40 "text/html; charset=us-ascii"> 43 <h1 class="no-header">Writing Programs with NCURSES</h1> [all …]
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | SSL_CTX_set1_cert_comp_preference.3 | 1 .\" -*- mode: troff; coding: utf-8 -*- 58 .TH SSL_CTX_SET1_CERT_COMP_PREFERENCE 3ossl 2025-07-01 3.5.1 OpenSSL 71 SSL_set1_compressed_cert \- Certificate compression functions 120 \&\fBSSL_CTX_compress_certs()\fR and \fBSSL_compress_certs()\fR are used to pre-compress all 124 will result in an error, as only server certificates may be pre-compressed. 127 the pre-compressed certificate most recently set that may be stored for later 129 error, as only server certificates may be pre-compressed. The \fBdata\fR and 133 or \fBSSL_set1_compressed_cert()\fR to provide a pre-compressed version of the 134 most recently set certificate. This pre-compressed certificate can only be used 146 Only server certificates may be pre-compressed. Calling any of these functions [all …]
|
H A D | EVP_PKEY_sign.3 | 1 .\" -*- mode: troff; coding: utf-8 -*- 58 .TH EVP_PKEY_SIGN 3ossl 2025-07-01 3.5.1 OpenSSL 66 EVP_PKEY_sign_message_final \- sign using a public key algorithm 98 signing a pre-computed message digest using the algorithm given by \fIalgo\fR and 100 A context \fIctx\fR without a pre-loaded key cannot be used with this function. 102 but is uniquely intended to be used with a pre-computed message digest, and 103 allows pre-determining the exact conditions for that message digest, if a 104 composite signature algorithm (such as RSA\-SHA256) was fetched. 111 Passing the message is supported both in a one-shot fashion using 115 length, such as ED25519, RSA\-SHA256 and similar. [all …]
|
H A D | EVP_PKEY_verify.3 | 1 .\" -*- mode: troff; coding: utf-8 -*- 58 .TH EVP_PKEY_VERIFY 3ossl 2025-07-01 3.5.1 OpenSSL 66 EVP_PKEY_verify_message_final, EVP_PKEY_CTX_set_signature \- signature 101 A context \fIctx\fR without a pre-loaded key cannot be used with this function. 103 treatment of the input to \fBEVP_PKEY_verify()\fR may be pre-determined, and in that 111 Passing the message is supported both in a one-shot fashion using 115 length, such as ED25519, RSA\-SHA256 and similar. 133 \&\fBEVP_PKEY_verify()\fR is a one-shot function that performs the same thing as 151 to produce the digest internally, and while RSA\-SHA256 can be expected to 155 Similarly, an RSA implementation usually expects additional details to be set, [all …]
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | archive.mk | 11 FILES= archive.mk archive-suffix.mk modmisc.mk ternary.mk varmisc.mk 19 # targets is run in its separate sub-make. 20 @${MAKE} -f ${MAKEFILE} remove-archive 21 @${MAKE} -f ${MAKEFILE} create-archive 22 @${MAKE} -f ${MAKEFILE} list-archive 23 @${MAKE} -f ${MAKEFILE} list-archive-wildcard 24 @${MAKE} -f ${MAKEFILE} list-archive-undef-archive || echo "exit $$?" 26 @${MAKE} -f ${MAKEFILE} list-archive-undef-member || echo "exit $$?" 28 @${MAKE} -f ${MAKEFILE} depend-on-existing-member 29 @${MAKE} -f ${MAKEFILE} depend-on-nonexistent-member [all …]
|
/freebsd/contrib/sendmail/libsm/ |
H A D | io.html | 9 <br> $Id: io.html,v 1.3 2001-03-17 03:22:50 gshapiro Exp $ 24 library or a "programmer specified" set of functions set via 25 <i>sm_io_open()</i>. Whichever set of functions are specified <b>all</b> 26 open's, read's, write's, etc use the same set of functions. In contrast, with 27 <i>sm_io</i> a different set of functions can be specified with each 30 set can handle the actions directly, pass the action request to 31 another function set or do some work before passing it on to another function 32 set. The setting of a function set for a file type can be done for 73 Information about a particular file type or pointer can be obtained or set with 86 <pre> [all …]
|
H A D | index.html | 9 <br> $Id: index.html,v 1.14 2001-02-13 21:21:25 gshapiro Exp $ 21 Here is the current set of packages: 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> [all …]
|
/freebsd/crypto/openssl/doc/designs/ |
H A D | ml-dsa.md | 1 ML-DSA Design 4 This document covers OpenSSL specific ML-DSA implementation details. 5 FIPS 204 clearly states most of the requirements of ML-DSA and has comprehensive 13 ML-DSA Parameters & Per algorithm Functions 14 ------------------------------------------- 22 ML-DSA-44, ML-DSA-65 and ML-DSA-87. 24 ML-DSA only uses SHAKE-128 and SHAKE-256 for digest operations, so these digest 25 algorithms are pre-fetched and stored within a `ML_DSA` key. 26 Any functions that require these pre-fetched objects must pass either the key 27 or the pre-fetched object within the key as a parameter. [all …]
|
/freebsd/contrib/kyua/utils/signals/ |
H A D | interrupts.cpp | 40 #include <set> 55 /// The interrupt signal that fired, or -1 if none. 56 static volatile int fired_signal = -1; 60 typedef std::set< pid_t > pids_set; 99 static const char* message = "[-- Signal caught; please wait for " in signal_handler() 100 "cleanup --]\n"; in signal_handler() 101 if (::write(STDERR_FILENO, message, std::strlen(message)) == -1) { in signal_handler() 119 /// \pre Must not have been called before. 124 PRE(sighup_handler.get() == NULL); in setup_handlers() 125 PRE(sigint_handler.get() == NULL); in setup_handlers() [all …]
|
/freebsd/contrib/ntp/html/hints/ |
H A D | vxworks.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"> 11 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 16 <!-- #BeginDate format:En2m -->21-Oct-2010 23:44<!-- #EndDate --> 18 …e problems. This port may help as a starting point for similar ports to real-time OS's and other e… 23 <pre> 24 export CC="cc386 -nostdlib -m486 -DCPU=I80486 -I/usr/wind/target/h" 30 ln -s ../signal.h 31 ln -s ../time.h 32 ln -s socket.h sockio.h [all …]
|
/freebsd/sys/sys/ |
H A D | fail.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2009-2019 Dell EMC Isilon http://www.isilon.com/ 62 * failure-injection code and the user-interface. 92 /**< If fail point is set to sleep, replace the sleep call with delay */ 96 #define FAIL_POINT_IS_OFF(fp) (__predict_true((fp)->fp_setting == NULL) || \ 101 /* Private failpoint eval function -- use fail_point_eval() instead. */ 110 * Initialize a fail-point. The name is formed in printf-like fashion 117 /* Return true iff this fail point is set to off, false otherwise */ 121 * Set the pre-sleep function for a fail point [all …]
|
/freebsd/sys/dev/watchdog/ |
H A D | watchdog.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2004 Poul-Henning Kamp 55 #define WDIOC_SETTIMEOUT_14 _IOW('W', 43, int) /* set/reset the timer */ 58 #define WDIOC_GETPRETIMEOUT_14 _IOR('W', 46, int) /* get the pre-timeout */ 59 #define WDIOC_SETPRETIMEOUT_14 _IOW('W', 47, int) /* set the pre-timeout */ 77 static volatile u_int wd_last_u; /* last timeout value set by kern_do_pat */ 78 static u_int wd_last_u_sysctl; /* last timeout value set by kern_do_pat */ 143 /* legacy uses power-of-2-nanoseconds time. */ in wdog_kern_pat_sbt() 238 *remainp = ts.tv_sec - wd_lastpat; in wd_get_time_left() [all …]
|