| /freebsd/sys/contrib/device-tree/Bindings/iio/adc/ |
| H A D | adi,ad7124.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 4 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Stefan Popa <stefan.popa@analog.com> 16 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7124-8.pdf 21 - adi,ad7124-4 22 - adi,ad7124-8 32 clock-names: 34 - const: mclk 40 '#address-cells': [all …]
|
| H A D | adi,ad4130.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 4 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Cosmin Tanislav <cosmin.tanislav@analog.com> 15 https://www.analog.com/media/en/technical-documentation/data-sheets/AD4130-8.pdf 20 - adi,ad4130 29 clock-names: 31 - const: mclk 36 interrupt-names: 42 - int [all …]
|
| H A D | adi,max11410.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 4 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Ibrahim Tilki <Ibrahim.Tilki@analog.com> 21 - adi,max11410 30 interrupt-names: 34 - enum: [gpio0, gpio1] 35 - const: gpio1 37 '#address-cells': 40 '#size-cells': [all …]
|
| H A D | adi,ad7192.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 4 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Michael Hennerich <michael.hennerich@analog.com> 16 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7192.pdf 21 - adi,ad7190 22 - adi,ad7192 23 - adi,ad7193 24 - adi,ad7194 25 - adi,ad7195 [all …]
|
| /freebsd/contrib/sendmail/libsm/ |
| H A D | wbuf.c | 2 * Copyright (c) 2000-2001 Proofpoint, Inc. and its suppliers. 16 SM_RCSID("@(#)$Id: wbuf.c,v 1.22 2013-11-22 20:51:44 ca Exp $") 24 ** SM_WBUF -- write character to and flush (likely now full) buffer 28 ** or if c=='\n' and the file is line buffered. 31 ** fp -- the file pointer 32 ** timeout -- time to complete operation (milliseconds) 33 ** c -- int representation of the character to add 36 ** Failure: -1 and sets errno 50 ** make sure w is 0 (if fully- or un-buffered) or -bf.smb_size 51 ** (if line buffered) so that we will get called again. [all …]
|
| H A D | io.html | 9 <br> $Id: io.html,v 1.3 2001-03-17 03:22:50 gshapiro Exp $ 67 File types can be either buffered or unbuffered. When buffered the buffering 162 pre-defined values: 165 SM_TIME_DEFAULT - timeout using the default setting for this file type 168 SM_TIME_FOREVER - timeout will take forever; blocks until task completed 171 SM_TIME_IMMEDIATE - timeout (virtually) now 176 A function caller can also specify a positive integer value in milliseconds. 185 <!-- SM_IO_FOPEN --> 203 <!-- SM_IO_OPEN --> 211 Opens a file by <i>type</i> directed by <i>info</i>. <i>Type</i> is a filled-in [all …]
|
| /freebsd/lib/libc/stdio/ |
| H A D | wbuf.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 42 * or if c=='\n' and the file is line buffered. 44 * Non-MT-safe 53 * make sure _w is 0 (if fully- or un-buffered) or -_bf._size in __swbuf() 54 * (if line buffered) so that we will get called again. in __swbuf() 56 * calls might wrap _w from negative to positive. in __swbuf() 58 fp->_w = fp->_lbfsize; in __swbuf() 65 ORIENT(fp, -1); in __swbuf() 70 * completely, or if c is '\n' and the file is line buffered, in __swbuf() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/ |
| H A D | ResourceManager.h | 1 //===---------- [all...] |
| /freebsd/include/ |
| H A D | stdio.h | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 87 * by a three-character attempt at a mnemonic. 102 * _lbfsize is -_bf._size, else _lbfsize is 0 111 * _lbfsize is used only to make the inline line-buffered output stream 117 * _ub._base becomes non-nil (i.e., a stream has ungetc() data iff 129 short _file; /* (*) fileno, if Unix descriptor, else -1 */ 131 int _lbfsize; /* (*) 0 or -_bf._size, for inline putc */ 156 struct pthread_mutex *_fl_mutex; /* used for MT-safety */ 176 #define __SLBF 0x0001 /* line buffered */ [all …]
|
| /freebsd/share/doc/psd/04.uprog/ |
| H A D | p4 | 1 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved. 39 LOW-LEVEL I/O 79 returns a small positive integer 171 .UL -1 196 #define BUFSIZE 512 /* best size for PDP-11 UNIX */ 253 to ensure that it is positive; 258 .UC PDP -11 269 getchar() /* buffered version */ 279 return((--n >= 0) ? *bufp++ & CMASK : EOF); 320 .UL -1 [all …]
|
| /freebsd/crypto/openssl/include/internal/ |
| H A D | quic_stream.h | 2 * Copyright 2022-2023 The OpenSSL Project Authors. All Rights Reserved. 32 * - accepting octet strings of stream data; 34 * - generating corresponding STREAM frames; 36 * - receiving notifications of lost frames, in order to generate new STREAM 39 * - receiving notifications of acknowledged frames, in order to internally 42 * - informing the caller of how much more stream data it can accept into 58 * the stream data buffer in bytes, which must be positive. 76 * transmitted. is_fin is set to 1 if hdr->offset + hdr->len is the final size 77 * of the stream and 0 otherwise. hdr->stream_id is not set; the caller must set 81 * send all of the data, the caller must reduce hdr->len before serializing the [all …]
|
| /freebsd/contrib/one-true-awk/ |
| H A D | awk.1 | 17 awk \- pattern-directed scanning and processing language 21 .BI \-F 24 .B \-\^\-csv 27 .BI \-v 33 .BI \-f 47 .B \-f 55 pattern portion of every pattern-action statement; 58 .B \- 67 .B \-v 74 .B \-v [all …]
|
| /freebsd/sys/dev/bce/ |
| H A D | if_bce.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2006-2014 QLogic Corporation 42 * BCM5706C A0, A1 (pre-production) 43 * BCM5706S A0, A1 (pre-production) 44 * BCM5708C A0, B0 (pre-production) 45 * BCM5708S A0, B0 (pre-production) 46 * BCM5709C A0 B0, B1, B2 (pre-production) 47 * BCM5709S A0, B0, B1, B2 (pre-production) 153 "QLogic NetXtreme II BCM5706 1000Base-T" }, [all …]
|
| /freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_impl.h | 77 ctf_encoding_t din_data; /* integer or floating-point CTF encoding */ 90 uintmax_t did_limit; /* maximum positive value held by type */ 219 dt_list_t dir_list; /* linked-list forward/back pointers */ 224 dt_list_t dtld_deplist; /* linked-list forward/back pointers */ 230 dt_list_t dtld_dependencies; /* linked-list of lib dependencies */ 231 dt_list_t dtld_dependents; /* linked-list of lib dependents */ 252 dt_idhash_t *dt_tls; /* hash table of thread-local identifiers */ 262 dt_module_t *dt_rtld; /* pointer to run-time linker module */ 289 dt_pq_t *dt_bufq; /* CPU-specific data queue */ 301 dt_list_t dt_lib_path; /* linked-list forming library search path */ [all …]
|
| H A D | dtrace.h | 100 * D programs or by compiling in-memory C strings that specify a D program. 124 #define DTRACE_C_SUGAR 0x0400 /* Dump D script post-dt_sugar */ 141 #define DTRACE_D_STRIP 0x01 /* strip non-loadable sections from program */ 161 void *dtsd_fmtdata; /* type-specific output data */ 162 void *dtsd_strdata; /* type-specific string data */ 191 #define DTRACE_CONSUME_ERROR -1 /* error while processing */ 228 * list of record descriptions. These functions return either -1 to indicate 229 * an error, or a positive integer indicating the number of records consumed. 260 * Type-specific output printing 263 * fully-qualified type name of the data traced by the DIFEXPR action. This is [all …]
|
| /freebsd/bin/pax/ |
| H A D | pax.1 | 1 .\"- 42 .Bk -words 45 .Bk -words 49 .Bk -words 53 .Bk -words 57 .Bk -words 69 .Bk -words 72 .Bk -words 76 .Bk -words 80 .Bk -words [all …]
|
| /freebsd/crypto/openssl/crypto/ml_dsa/ |
| H A D | ml_dsa_sample.c | 2 * Copyright 2024-2025 The OpenSSL Project Authors. All Rights Reserved. 23 * Note that 0xFFFF / 5 = 0x3333, 2 is added to make an over-estimate of 1/5 26 #define MOD5(n) ((n) - 5 * (0x3335 * (n) >> 16)) 44 * @param out The returned coefficient in the range 0..q-1. 50 /* Zero out the top bit of the 3rd byte to get a value in the range 0..2^23-1) */ in coeff_from_three_bytes() 56 * @brief Generate a value in the range (q-4..0..4) 58 * Note the FIPS 204 code uses the range -4..4 (whereas this code adds q to the 62 * @param out The returned value if the range (q-4)..0..4 if nibble is < 9 79 * @brief Generate a value in the range (q-2..0..2) 81 * Note the FIPS 204 code uses the range -2..2 (whereas this code adds q to the [all …]
|
| /freebsd/share/doc/psd/21.ipc/ |
| H A D | 5.t | 58 support only in-band signaling (i.e. the urgent data is 75 of the out-of-band data, but only notification that it is pending. 101 then reads the out-of-band byte. 135 A process may also read or peek at the out-of-band data 138 the urgent data in-band with the normal data, and only sends 141 With such protocols, the out-of-band byte may not yet have arrived 144 Worse, there may be enough in-band data in the input buffer 153 This treatment is available as a socket-level option, SO_OOBINLINE; 159 but no out-of-band data are lost. 161 Non-Blocking Sockets [all …]
|
| /freebsd/usr.bin/awk/ |
| H A D | awk.1 | 29 .Nd pattern-directed scanning and processing language 35 .Op Fl F Ar fs | Fl -csv 54 pattern portion of every pattern-action statement; 57 .Sq - 67 .Bl -tag -width "-safe " 81 .It Fl -csv 84 to process records using (more or less) standard comma-separated values 136 This is convenient when working with multi-line records. 151 .St -p1003.1-2008 188 A pattern-action statement has the form: [all …]
|
| /freebsd/sys/dev/bhnd/tools/ |
| H A D | nvram_map_gen.awk | 1 #!/usr/bin/awk -f 3 #- 4 # Copyright (c) 2015-2016 Landon Fuller <landon@landonf.org> 39 print "usage: bhnd_nvram_map.awk <input map> [-hd] [-o output file]" 74 if (ARGV[_i] == "--debug") { 76 } else if (ARGV[_i] == "-d" && OUT_T == null) { 78 } else if (ARGV[_i] == "-h" && OUT_T == null) { 80 } else if (ARGV[_i] == "-v") { 82 } else if (ARGV[_i] == "-o") { 88 } else if (ARGV[_i] == "--") { [all …]
|
| /freebsd/libexec/phttpget/ |
| H A D | phttpget.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 64 * Base64 encode a string; the string returned, if non-NULL, is 81 * Encoded length is 4 characters per 3-byte block or partial in b64enc() 85 if (ptlen > ((SIZE_MAX - 1) / 4) * 3 - 2) in b64enc() 90 ctext[ctlen - 1] = 0; in b64enc() 96 for (pt = ptext, pc = ctext; ptlen; ptlen -= 3, pc += 4) { in b64enc() 171 asprintf(&proxyauth, "Proxy-Authorization: Basic %s\r\n", in readenv() 190 warnx("HTTP_TIMEOUT (%s) is not a positive integer", in readenv() 205 "User-Agent: %s\r\n" in makerequest() [all …]
|
| /freebsd/contrib/libpcap/ |
| H A D | pcap-rpcap.c | 2 * Copyright (c) 2002 - 2005 NetGroup, Politecnico di Torino (Italy) 3 * Copyright (c) 2005 - 2008 CACE Technologies, Davis (California) 37 #include "diag-control.h" 45 #include "pcap-int.h" 46 #include "pcap-util.h" 47 #include "rpcap-protocol.h" 48 #include "pcap-rpcap.h" 64 * However there is no guarantees that the string will be zero-terminated. 70 * XXX - actually, null-terminating the error string is part of the 72 * that doesn't guarantee null-termination, even at the expense of [all …]
|
| /freebsd/crypto/krb5/src/lib/krb5/keytab/ |
| H A D | kt_file.c | 1 /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ 27 * Copyright (c) Hewlett-Packard Company 1991 56 #include "k5-int.h" 57 #include "../os/os-proto.h" 61 * Information needed by internal routines of the file-based ticket 92 * active, and OPENF is opened in read-only mode. So, no changes 102 * to seek back to the start and re-read the version number to set 109 #define KTPRIVATE(id) ((krb5_ktfile_data *)(id)->data) 110 #define KTFILENAME(id) (((krb5_ktfile_data *)(id)->data)->name) 111 #define KTFILEP(id) (((krb5_ktfile_data *)(id)->data)->openf) [all …]
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | refclock_wwv.c | 2 * refclock_wwv - clock driver for NIST WWV/H time/frequency station 43 * kHz and mu-law companding. This is the same standard as used by the 53 * Report 97-8-1, University of Delaware, August 1997, 25 pp., available 61 * a nonzero ICOM ID select code. The C-IV trace is turned on if the 68 * port, where 0 is the mike port (default) and 1 is the line-in port. 74 * CEVNT_PROP propagation failure - no stations heard 82 #define PRECISION (-10) /* precision assumed (about 1 ms) */ 99 #define AUDIO_PHI 5e-6 /* dispersion growth factor */ 201 * Tone frequency definitions. The increments are for 4.5-de [all...] |
| /freebsd/usr.bin/indent/ |
| H A D | indent.c | 1 /*- 2 * SPDX-License-Identifier: BSD-4-Clause 102 int squest; /* when this is positive, we have seen a ? in main() 114 /*-----------------------------------------------*\ in main() 116 \*-----------------------------------------------*/ in main() 138 l_com = combuf + bufsize - 5; in main() 139 l_lab = labbuf + bufsize - 5; in main() 140 l_code = codebuf + bufsize - 5; in main() 141 l_token = tokenbuf + bufsize - 5; in main() 145 opt.else_if = 1; /* Default else-if special processing to on */ in main() [all …]
|