/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-2024 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 …]
|
H A D | lua_module.cpp | 60 state.get_table(-2); in get_global_tree() 61 if (state.is_nil(-1)) in get_global_tree() 64 config::tree& tree = **state.to_userdata< config::tree* >(-1); in get_global_tree() 70 /// Gets a fully-qualified tree key from the state. 85 PRE(state.is_string(field_index)); in get_tree_key() 94 tree_key = state.to_string(-1) + "." + state.to_string(field_index - 1); in get_tree_key() 108 /// \post state(-1) Contains the new table. 121 state.set_table(-3); in new_table_for_key() 125 state.set_table(-3); in new_table_for_key() 129 state.set_table(-3); in new_table_for_key() [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/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/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/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/usr.sbin/bsdinstall/scripts/ |
H A D | auto | 2 #- 4 # Copyright (c) 2013-2018 Devin Teske 48 msg_auto_zfs_desc="Guided Root-on-ZFS" 52 …ve issues booting in CSM/Legacy/BIOS mode from GPT partitions that are not set active. Would you l… 61 msg_shell_help="Create customized partitions using command-line utilities" 79 [ -f "$PATH_FSTAB" ] && bsdinstall umount 86 --title "$title" \ 87 --backtitle "$btitle" \ 88 --hline "$hline" \ 89 --no-label "$msg_exit" \ [all …]
|
/freebsd/sys/sys/ |
H A D | watchdog.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2003 Poul-Henning Kamp 39 #define WDIOC_SETTIMEOUT _IOW('W', 43, int) /* set/reset the timer */ 42 #define WDIOC_GETPRETIMEOUT _IOR('W', 46, int) /* get the pre-timeout */ 43 #define WDIOC_SETPRETIMEOUT _IOW('W', 47, int) /* set the pre-timeout */ 44 /* set the action when a pre-timeout occurs see: WD_SOFT_* */ 53 * Watchdog reset, timeout set to value in WD_INTERVAL field. 61 * Set the watchdog in passive mode. 78 * NB: Expect variance in the +/- 10-20% range. [all …]
|
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/lib/libc/gen/ |
H A D | fts.3 | 76 In general, directories are visited two distinguishable times; in pre-order 77 (before any of their descendants are visited) and in post-order (after all 84 prune and/or re-visit portions of the hierarchy. 109 store application data or per-hierarchy state. 114 functions may be used to set and retrieve this pointer. 129 .Bd -literal 137 long fts_level; /* depth (\-1 to N) */ 149 .Bl -tag -width "fts_namelen" 160 .Bl -tag -width FTS_DEFAULT 162 A directory being visited in pre-order. [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/contrib/openzfs/tests/test-runner/bin/ |
H A D | test-runner.py.in | 68 return t.tv_sec + t.tv_nsec * 1e-9 89 m, s = divmod(monotonic_time() - self.starttime, 60) 127 Read from the file descriptor. If 'drain' set, read until EOF. 167 The timeout for tests is measured in wall-clock time 194 signal = '-TERM' 207 If this is not a user-initiated kill and the test has not been 213 runtime = monotonic_time() - self.result.starttime 241 ret = '%s -E -u %s %s' % (SUDO, user, cmd) 292 kp = Popen([SUDO, "sh", "-c", 304 kp = Popen([SUDO, "sh", "-c", [all …]
|
/freebsd/crypto/openssl/crypto/ |
H A D | core_algorithm.c | 2 * Copyright 2019-2022 The OpenSSL Project Authors. All Rights Reserved. 19 int (*pre)(OSSL_PROVIDER *, int operation_id, int no_store, void *data, member 35 * if 0, temporary if 1) and other data in |data->data|. 38 * -1 to quit adding algorithm implementations immediately 48 if (!data->reserve_store(no_store, data->data)) in algorithm_do_map() 50 return -1; in algorithm_do_map() 52 /* Do we fulfill pre-conditions? */ in algorithm_do_map() 53 if (data->pre == NULL) { in algorithm_do_map() 54 /* If there is no pre-condition function, assume "yes" */ in algorithm_do_map() 56 } else if (!data->pre(provider, cur_operation, no_store, data->data, in algorithm_do_map() [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SCT_new.pod | 14 - A Certificate Transparency Signed Certificate Timestamp 21 CT_LOG_ENTRY_TYPE_NOT_SET = -1, 27 SCT_VERSION_NOT_SET = -1, 91 SCT_set_version() to set the SCT version. 97 SCT_set_log_entry_type() to set the type of certificate the SCT was issued for: 100 B<CT_LOG_ENTRY_TYPE_PRECERT> for a pre-certificate. 104 SCT_set0_log_id() or SCT_set1_log_id() to set the LogID of the CT log that the SCT came from. 111 SCT_set_timestamp() to set the time the SCT was issued (time in milliseconds 116 SCT_set_signature_nid() to set the NID of the signature. 120 SCT_set0_signature() or SCT_set1_signature() to set the raw signature value. [all …]
|
/freebsd/contrib/sendmail/libmilter/docs/ |
H A D | smfi_setmlreply.html | 4 <!-- 5 $Id: smfi_setmlreply.html,v 1.5 2013-11-22 20:51:39 ca Exp $ 6 --> 10 <!---------- Synopsis -----------> 12 <PRE> 20 </PRE> 21 Set the default SMTP error reply code to a multi-line response. Only 4XX 25 <!----------- Description ----------> 35 <TD>Directly set the SMTP error reply code for this connection to the given 44 <!----------- Arguments ----------> [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | RegisterBankInfo.h | 1 //===- llvm/CodeGen/RegisterBankInfo.h --------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 57 /// from StartIdx to StartIdx + Length -1. 72 unsigned getHighBitIdx() const { return StartIdx + Length - 1; } in getHighBitIdx() 101 /// Let say we have a 32-bit add and a <2 x 32-bit> vadd. We 103 /// <2 x 32-bit> add into 2 x 32-bit add. 105 /// Currently the TableGen-like file would look like: 108 /// /*32-bit add*/ {0, 32, GPR}, // Scalar entry repeated for first [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | pmp8074.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only OR BSD-3-Clause 3 #include <dt-bindings/spmi/spmi.h> 4 #include <dt-bindings/iio/qcom,spmi-vadc.h> 8 compatible = "qcom,pmp8074", "qcom,spmi-pmi [all...] |