/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 …]
|
/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/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/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 | 99 * D programs or by compiling in-memory C strings that specify a D program. 123 #define DTRACE_C_SUGAR 0x0400 /* Dump D script post-dt_sugar */ 140 #define DTRACE_D_STRIP 0x01 /* strip non-loadable sections from program */ 160 void *dtsd_fmtdata; /* type-specific output data */ 161 void *dtsd_strdata; /* type-specific string data */ 190 #define DTRACE_CONSUME_ERROR -1 /* error while processing */ 227 * list of record descriptions. These functions return either -1 to indicate 228 * an error, or a positive integer indicating the number of records consumed. 259 * Type-specific output printing 262 * fully-qualified type name of the data traced by the DIFEXPR action. This is [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/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/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/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/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 103 int squest; /* when this is positive, we have seen a ? in main() 115 /*-----------------------------------------------*\ in main() 117 \*-----------------------------------------------*/ in main() 139 l_com = combuf + bufsize - 5; in main() 140 l_lab = labbuf + bufsize - 5; in main() 141 l_code = codebuf + bufsize - 5; in main() 142 l_token = tokenbuf + bufsize - 5; in main() 146 opt.else_if = 1; /* Default else-if special processing to on */ in main() [all …]
|
/freebsd/share/man/man4/ |
H A D | net80211.4 | 1 .\"- 51 .Bl -tag -width ".Dv SIOCG80211" 62 .Bd -literal 73 -1 and set the global variable errno to 78 or in a user-specified buffer pointed to by 96 .Bl -tag -width indent 162 This value will be non-zero when AP bridging is enabled and otherwise zero. 200 When this value is non-zero and operating in station mode 238 If this value is non-zero then the system will try to send packets closely 261 This value will be non-zero when Countermeasures are enabled and [all …]
|
/freebsd/share/termcap/ |
H A D | termcap.5 | 31 .\" * ncurses is copyright (C) 1992-1995 * 32 .\" * Zeyd M. Ben-Halim * 77 consist of a number of `:'-separated fields. 98 in 132-column mode would be 99 .Dq vt100-w . 101 .Bl -column indent "With automatic margins (usually default)xx" -offset indent 103 -w Wide mode (more than 80 columns) vt100-w 104 -am With automatic margins (usually default) vt100-am 105 -nam Without automatic margins vt100-nam 106 .Pf \- Ar n Ta No "Number of lines on screen aaa-60" [all …]
|
/freebsd/contrib/pf/ftp-proxy/ |
H A D | ftp-proxy.c | 1 /* $OpenBSD: ftp-proxy.c,v 1.19 2008/06/13 07:25:26 claudio Exp $ */ 136 logmsg(LOG_INFO, "#%d client close", s->id); in client_error() 138 logmsg(LOG_ERR, "#%d client reset connection", s->id); in client_error() 140 logmsg(LOG_ERR, "#%d client timeout", s->id); in client_error() 142 logmsg(LOG_ERR, "#%d client write error: %d", s->id, what); in client_error() 144 logmsg(LOG_ERR, "#%d abnormal client error: %d", s->id, what); in client_error() 153 s->cmd = CMD_NONE; in client_parse() 154 s->port = 0; in client_parse() 167 * waiting for a positive reply from the server. Some in client_parse() 171 if (s->cmd == CMD_PORT || s->cmd == CMD_EPRT) in client_parse() [all …]
|
/freebsd/sys/arm64/vmm/io/ |
H A D | vgic_v3.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 5 * Copyright (C) 2020-2022 Andrew Turner 79 #define VGIC_SGI_NUM (GIC_LAST_SGI - GIC_FIRST_SGI + 1) 80 #define VGIC_PPI_NUM (GIC_LAST_PPI - GIC_FIRST_PPI + 1) 81 #define VGIC_SPI_NUM (GIC_LAST_SPI - GIC_FIRST_SPI + 1) 127 /* Per-CPU data not needed by EL2 */ 209 /* GICD_STATUSR - RAZ/WI as we don't report errors (yet) */ 212 /* GICD_SETSPI_SR - RAZ/WI */ 213 /* GICD_CLRSPI_SR - RAZ/WI */ [all …]
|
/freebsd/contrib/ncurses/include/ |
H A D | Caps.osf1r5 | 2 # Copyright 2019-2023,2024 Thomas E. Dickey # 3 # Copyright 2002-2015,2016 Free Software Foundation, Inc. # 43 # This file has three major sections; a standard-capabilities table, two 44 # extension-capability tables, and a section of aliases declarations. 53 # Column 5: KEY_xxx name, if any, `-' otherwise 54 # Column 6: value for KEY_xxx name, if any, `-' otherwise 56 # translations, `-' otherwise 59 # The codes following [Y-] in column 7 describe the versions of termcap which 63 # lot of old termcap-using programs). The codes read as follows: 95 # as an already-supported one. The compiler will handle aliasing, emitting [all …]
|