/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/crypto/openssl/doc/man3/ |
H A D | BIO_f_buffer.pod | 11 - buffering BIO 29 Data written to a buffering BIO is buffered and periodically written 34 Calling BIO_reset() on a buffering BIO clears any buffered data. 36 BIO_get_buffer_num_lines() returns the number of lines currently buffered. 41 buffer size below DEFAULT_BUFFER_SIZE is ignored. Any buffered data is cleared 77 BIO_get_buffer_num_lines() returns the number of lines buffered (may be 0) or 78 a negative value in case of errors. 96 Copyright 2000-2021 The OpenSSL Project Authors. All Rights Reserved.
|
H A D | BIO_ctrl.pod | 10 - BIO control operations 60 BIO_flush() normally writes out any internally buffered data, in some 79 BIO_get_ktls_send() returns 1 if the BIO is using the Kernel TLS data-path for 81 BIO_get_ktls_recv() returns 1 if the BIO is using the Kernel TLS data-path for 87 BIOs are an exception, they return 0 for success and -1 for failure. 90 and -1 for failure, except file BIOs which for BIO_seek() always return 0 91 for success and -1 for failure. 95 BIO_eof() returns 1 if EOF has been reached, 0 if not, or negative values for failure. 100 returns other negative values if an error occurs. 104 negative value or 0 on error. BIO_ctrl_pending() and BIO_ctrl_wpending() return [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 …]
|
/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 …]
|
H A D | ftell.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 40 #include "un-namespace.h" 55 return (-1); in ftell() 73 return (-1); in ftello() 76 return (-1); in ftello() 87 if (fp->_seek == NULL) { in _ftello() 94 * adjust for buffered bytes. in _ftello() 96 if (!(fp->_flags & __SRD) && (fp->_flags & __SWR) && in _ftello() 97 fp->_p != NULL && fp->_p - fp->_bf._base > 0 && in _ftello() [all …]
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | BIO_f_buffer.3 | 18 .\" Set up some character translations and predefined strings. \*(-- will 24 .tr \(*W- 27 . ds -- \(*W- 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 37 . ds -- \|\(em\| 71 .\" Fear. Run. Save yourself. No user-serviceable parts. 81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m) 97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" 98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' [all …]
|
H A D | BIO_ctrl.3 | 18 .\" Set up some character translations and predefined strings. \*(-- will 24 .tr \(*W- 27 . ds -- \(*W- 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 37 . ds -- \|\(em\| 71 .\" Fear. Run. Save yourself. No user-serviceable parts. 81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m) 97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" 98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' [all …]
|
/freebsd/usr.bin/top/ |
H A D | top.h | 1 /*- 2 * Top - a top users display for Berkeley Unix 13 /* Special atoi routine returns either a non-negative number or one of: */ 14 #define Infinity -1 15 #define Invalid -2 50 * the output is buffered). So, if the short-term load average is above
|
/freebsd/contrib/libpcap/ |
H A D | pcap.3pcap.in | 22 pcap \- Packet Capture library 49 caller, as being in UTF-8. 51 On UNIX-like systems, the local character encoding is assumed to be 52 UTF-8, so no character encoding transformations are done. 62 does not attempt to handle UTF-16LE strings. 72 UTF-16LE string - note that this attempt is unsafe, as it may run past 73 the end of the string - to handle 75 returning a UTF-16LE string. Programs that don't call 147 contents of the packet - for example, if you are only interested in the 148 TCP headers of packets - you can set the "snapshot length" for the [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/ |
H A D | ResourceManager.h | 1 //===---------- [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetSchedule.td | 1 //===- TargetSchedule.td - Target Independent Scheduling ---*- tablegen -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file defines the target-independent scheduling interfaces which should 14 // 2. Scheduler Read/Write resources for simple per-opcode cost model. 21 // (2) A per-operand machine model can be implemented in any 24 // A. Associate per-operand SchedReadWrite types with Instructions by 31 // per-operand SchedReadWrite types. Unlike method A, these types may 45 // a machine-independent SchedReadWrite type to map to a sequence of 46 // machine-dependent types. [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSchedule.h | 1 //===-- llvm/MC/MCSchedule.h - Scheduling ------- [all...] |
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_subr.c | 78 p = s + strlen(s) - 1; in dtrace_xstr2desc() 82 p--; /* move backward until we find a delimiter */ in dtrace_xstr2desc() 98 vlen = (size_t)(q + len - v); in dtrace_xstr2desc() 99 len = (size_t)(v - q); in dtrace_xstr2desc() 107 vlen--; in dtrace_xstr2desc() 117 wlen = vlen - (w - v); in dtrace_xstr2desc() 125 if (yypcb != NULL && yypcb->pcb_sargv == argv) in dtrace_xstr2desc() 126 yypcb->pcb_sflagv[i] |= DT_IDFLG_REF; in dtrace_xstr2desc() 132 (void) strncpy(vstr, v + 1, vlen - 1); in dtrace_xstr2desc() 133 vstr[vlen - 1] = '\0'; in dtrace_xstr2desc() [all …]
|
/freebsd/share/man/man9/ |
H A D | ieee80211_scan.9 | 161 per-operating mode. 225 Devices that off-load scan work to firmware most easily mesh with 227 by operating on a channel-at-a-time basis as this defers control to 230 But multi-channel scanning 256 in a co-routine fashion. 262 frames buffered by an access point for the station. 292 The minimum dwell time is used to reduce this time--when it is reached 335 to Authentication/Association requests or if a negative response was
|
/freebsd/share/man/man4/ |
H A D | bpf.4 | 76 file is a user-settable packet filter. 97 .Ss Buffered read mode 117 .Ss Zero-copy buffer mode 123 Buffers are of fixed (and equal) size, page-aligned, and an even multiple of 125 The maximum zero-copy buffer size is returned by the 136 .Bd -literal 152 Each buffer begins with a fixed-length header to hold synchronization and 154 .Bd -literal 167 data, laid out in the same format as with buffered read mode. 192 In order to avoid caching and memory re-ordering effects, the user process [all …]
|
H A D | hwpmc.4 | 1 .\" Copyright (c) 2003-2008 Joseph Koshy 39 .Bd -ragged -offset indent 44 .Bd -ragged -offset indent 49 .Bd -literal -offset indent 54 .Bd -ragged -offset indent 62 .Bd -ragged -offset indent 75 The driver supports multi-processor systems. 89 .Bl -tag -width ".Em Process-scope" 90 .It Em "Process-scope" 93 .It Em "System-scope" [all …]
|
/freebsd/contrib/ntp/sntp/libevent/include/event2/ |
H A D | bufferevent.h | 2 * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu> 3 * Copyright (c) 2007-2012 Niels Provos and Nick Mathewson 55 <dt>Socket-based bufferevents</dt> 69 <dt>SSL-backed bufferevents</dt> 83 #include <event2/event-config.h> 104 #define BEV_EVENT_TIMEOUT 0x40 /**< user-specified timeout reached */ 109 An opaque type for handling buffered IO 133 @param ctx the user-specified context for this bufferevent 152 @param ctx the user-specified context for this bufferevent 182 It is safe to set the fd to -1, so long as you later [all …]
|
/freebsd/contrib/libevent/include/event2/ |
H A D | bufferevent.h | 2 * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu> 3 * Copyright (c) 2007-2012 Niels Provos and Nick Mathewson 55 <dt>Socket-based bufferevents</dt> 69 <dt>SSL-backed bufferevents</dt> 83 #include <event2/event-config.h> 104 #define BEV_EVENT_TIMEOUT 0x40 /**< user-specified timeout reached */ 109 An opaque type for handling buffered IO 133 @param ctx the user-specified context for this bufferevent 152 @param ctx the user-specified context for this bufferevent 182 It is safe to set the fd to -1, so long as you later [all …]
|
/freebsd/usr.bin/grep/ |
H A D | grep.c | 4 /*- 5 * SPDX-License-Identifier: BSD-2-Clause 7 * Copyright (c) 1999 James Howard and Dag-Erling Smørgrav 8 * Copyright (C) 2008-2009 Gabor Kovesdan <gabor@FreeBSD.org> 57 /* 3*/ "usage: %s [-abcDEFGHhIiLlmnOopqRSsUVvwxz] [-A num] [-B num] [-C num]\n", 58 /* 4*/ "\t[-e pattern] [-f file] [--binary-files=value] [--color=when]\n", 59 /* 5*/ "\t[--context=num] [--directories=action] [--label] [--line-buffered]\n", 60 /* 6*/ "\t[--null] [pattern] [file ...]\n", 85 /* Command-line flags */ 86 long long Aflag; /* -A x: print x lines trailing each match */ [all …]
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
H A D | TimelineView.h | 1 //===--------------------- TimelineView.h -----------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 /// This file implements a timeline view for the llvm-mca tool. 28 /// [1,0] . DeE------R .. vmovshdup %xmm0, %xmm1 29 /// [1,1] . DeE------R .. vpermilpd $1, %xmm0, %xmm2 30 /// [1,2] . DeE-----R .. vpermilps $231, %xmm0, %xmm5 31 /// [1,3] . D=eeeE--R .. vaddss %xmm1, %xmm0, %xmm3 48 /// E: Instruction Executed (write-back stage) 51 /// -: Instruction executed, waiting to retire in order. [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/contrib/libpcap/rpcapd/ |
H A D | daemon.c | 2 * Copyright (c) 2002 - 2003 62 #include "rpcap-protocol.h" 105 // and a platform-dependent (UN*X vs. Windows) identifier for the 170 uint8 type; // ContentType - will be 22, for Handshake 173 // This is *not* aligned on a 2-byte boundary; we just 201 * Maximum sizes for fixed-bit-width values. 251 // a TLS handshake message or a non-TLS rpcapd message. in daemon_serviceloop() 263 if (nrecv == -1) in daemon_serviceloop() 289 // isn't one, assume it's a non-TLS rpcapd message. in daemon_serviceloop() 297 // We assume this is a non-TLS rpcapd message. in daemon_serviceloop() [all …]
|