Home
last modified time | relevance | path

Searched +full:positive +full:- +full:reference +full:- +full:buffer (Results 1 – 25 of 207) sorted by relevance

123456789

/freebsd/sys/contrib/device-tree/Bindings/iio/adc/
H A Dadi,ad4170-4.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/iio/adc/adi,ad4170-4.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Analog Devices AD4170-4 and similar Analog to Digital Converters
10 - Marcelo Schmitt <marcelo.schmitt@analog.com>
13 Analog Devices AD4170-4 series of Sigma-delta Analog to Digital Converters.
15 https://www.analog.com/media/en/technical-documentation/data-sheets/ad4170-4.pdf
16 https://www.analog.com/media/en/technical-documentation/data-sheets/ad4190-4.pdf
17 https://www.analog.com/media/en/technical-documentation/data-sheets/ad4195-4.pdf
[all …]
H A Dadi,ad7192.yaml1 # 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/llvm-project/lldb/bindings/python/
H A Dpython-typemaps.swig11 #include "../bindings/python/python-typemaps.h"
176 /* Typemap definitions to allow SWIG to properly handle char buffer. */
178 // typemap for a char buffer
186 PyErr_SetString(PyExc_ValueError, "Positive integer expected");
195 // Return the char buffer. Discarding any previous return result
214 // typemap for handling an snprintf-like API like SBThread::GetStopDescription.
222 PyErr_SetString(PyExc_ValueError, "Positive integer expected");
236 // typemap for an outgoing buffer
275 PyErr_SetString(PyExc_ValueError, "Expecting a buffer");
280 // typemap for an incoming buffer
[all …]
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_image_section_cache.c2 * Copyright (c) 2016-2019, Intel Corporation
32 #include "intel-pt.h"
60 return -pte_internal; in pt_iscache_init()
63 iscache->limit = UINT64_MAX; in pt_iscache_init()
65 iscache->name = dupstr(name); in pt_iscache_init()
66 if (!iscache->name) in pt_iscache_init()
67 return -pte_nomem; in pt_iscache_init()
74 errcode = mtx_init(&iscache->lock, mtx_plain); in pt_iscache_init()
76 return -pte_bad_lock; in pt_iscache_init()
89 free(iscache->name); in pt_iscache_fini()
[all …]
/freebsd/secure/lib/libcrypto/man/man3/
H A DSSL_CTX_dane_enable.31 .\" -*- mode: troff; coding: utf-8 -*-
58 .TH SSL_CTX_DANE_ENABLE 3ossl 2025-09-30 3.5.4 OpenSSL
68 \&\- enable DANE TLS authentication of the remote TLS server in the local
98 per-connection DANE support as appropriate.
117 By default, matching type \f(CW\*(C`SHA2\-256(1)\*(C'\fR (see RFC7218 for definitions
119 with a strength ordinal of \f(CW1\fR and matching type \f(CW\*(C`SHA2\-512(2)\*(C'\fR
124 (The connection must be associated with a DANE-enabled SSL context).
126 which will be the primary peer reference identifier for certificate
138 The library takes a copy of the \fBdata\fR buffer contents and the caller may
139 free the original \fBdata\fR buffer when convenient.
[all …]
H A DUI_new.31 .\" -*- mode: troff; coding: utf-8 -*-
58 .TH UI_NEW 3ossl 2025-09-30 3.5.4 OpenSSL
72 UI_get_method, UI_set_method, UI_OpenSSL, UI_null \- user interface
130 prompt the user for text-based information. Through user-written methods
137 reference to a UI_METHOD, which is an ordered vector of functions that
142 user-defined random data can be passed down to the underlying method
164 \&\fBUI_OpenSSL()\fR returns the built-in UI method (note: not necessarily the
177 as well as flags and a result buffer and the desired minimum and maximum
182 and extra argument that should be a pointer to the result buffer of the
194 The difference between the two is only conceptual. With the built-in method,
[all …]
/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Dt_humanize_number.c3 /*-
29 #include <atf-c.h>
46 const char *ho_retstr; /* expected string in buffer */
56 { 5, 10500000, "", /* just for reference */
64 { 5, 1, "", 0, 0, 2, "1 " }, /* just for reference */
75 { 5, 1000, "", /* just for reference */
82 { 6, 1000, "A", HN_AUTOSCALE, HN_DECIMAL, -1, "" },
86 * Rev. 1.11 incorrectly returns 5 with filling the buffer
136 if (flags & hf->hf_flags) { in formatflags()
137 found |= hf->hf_flags; in formatflags()
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DUI_new.pod13 UI_get_method, UI_set_method, UI_OpenSSL, UI_null - user interface
71 prompt the user for text-based information. Through user-written methods
78 reference to a UI_METHOD, which is an ordered vector of functions that
83 user-defined random data can be passed down to the underlying method
105 UI_OpenSSL() returns the built-in UI method (note: not necessarily the
118 as well as flags and a result buffer and the desired minimum and maximum
123 and extra argument that should be a pointer to the result buffer of the
135 The difference between the two is only conceptual. With the built-in method,
163 time. The built-in UI method doesn't care about this info. Note that several
171 the UI is destroyed. UI_dup_user_data() returns 0 on success, or -1 on memory
[all …]
H A DSSL_CTX_dane_enable.pod9 - enable DANE TLS authentication of the remote TLS server in the local
39 per-connection DANE support as appropriate.
58 By default, matching type C<SHA2-256(1)> (see RFC7218 for definitions
60 with a strength ordinal of C<1> and matching type C<SHA2-512(2)>
65 (The connection must be associated with a DANE-enabled SSL context).
67 which will be the primary peer reference identifier for certificate
79 The library takes a copy of the B<data> buffer contents and the caller may
80 free the original B<data> buffer when convenient.
90 and authentication will be based on any configured traditional trust-anchors;
92 DANE-authenticated.
[all …]
/freebsd/contrib/libcbor/src/cbor/
H A Ddata.h2 * Copyright (c) 2014-2020 Pavel Kalvoda <me@pavelkalvoda.com>
25 CBOR_TYPE_UINT /** 0 - positive integers */
27 CBOR_TYPE_NEGINT /** 1 - negative integers*/
29 CBOR_TYPE_BYTESTRING /** 2 - byte strings */
31 CBOR_TYPE_STRING /** 3 - strings */
33 CBOR_TYPE_ARRAY /** 4 - arrays */
35 CBOR_TYPE_MAP /** 5 - maps */
37 CBOR_TYPE_TAG /** 6 - tags */
39 CBOR_TYPE_FLOAT_CTRL /** 7 - decimals and special values (true, false, nil,
51 CBOR_ERR_MEMERROR /** Memory error - item allocation failed. Is it too big for
[all …]
/freebsd/share/man/man9/
H A Dnamei.932 .\" - eivind@FreeBSD.org
68 functions will increment the reference count for the vnode in question.
69 The reference count has to be decremented after use of the vnode, by
84 .Bl -tag -width ".Fa segflg"
113 Pointer to the component's pathname buffer
122 .Bl -tag -width ".Fa segflg"
132 macro is used to free the pathname buffer.
137 .Bl -tag -width ".Fa segflg"
151 .Bl -tag -width NC_KEEPPOSENTRY
156 Keep the positive-caching entry in cache.
[all …]
H A Dmbuf.9172 consists of a variable-sized header and a small internal
173 buffer for data.
182 .Bl -tag -width "m_nextpkt" -offset indent
214 .Bd -literal
218 #define M_RDONLY 0x00000008 /* associated data marked read-only */
219 #define M_BCAST 0x00000010 /* send/received as link-level broadcast */
220 #define M_MCAST 0x00000020 /* send/received as link-level multicast */
226 #define M_TSTMP_HPREC 0x00000800 /* rcv_tstmp is high-prec, typically
227 hw-stamped on port (useful for IEEE 1588
230 #define M_PROTO1 0x00001000 /* protocol-specific */
[all …]
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data.c1 /*-
2 * Copyright (c) 2015-2016 Landon Fuller <landonf@FreeBSD.org>
54 * Return a human-readable description for the given NVRAM data class.
61 return (cls->desc); in bhnd_nvram_data_class_desc()
65 * Return the class-level capability flags (@see BHND_NVRAM_DATA_CAP_*) for
73 return (cls->caps); in bhnd_nvram_data_class_caps()
86 * written to this buffer. This argment may be
93 * @retval ENOMEM If @p outp is non-NULL and a buffer of @p olen is too
101 * @retval non-zero If serialization otherwise fails, a regular unix error
109 return (cls->op_serialize(cls, props, options, outp, olen)); in bhnd_nvram_data_serialize()
[all …]
H A Dbhnd_nvram_value.c1 /*-
2 * Copyright (c) 2015-2016 Landon Fuller <landonf@FreeBSD.org>
84 * an implicit callee-owned reference */
97 value->data_storage == BHND_NVRAM_VAL_DATA_NONE && \
98 value->data_len == 0 && \
99 value->data.ptr == NULL, \
103 * set in @p _flags (e.g. we should attempt to directly reference external
109 /** Flags permitted when performing val-based initialization via
117 * if its reference count may be safely incremented */
119 ((_val)->val_storage == BHND_NVRAM_VAL_STORAGE_AUTO || \
[all …]
/freebsd/share/doc/usd/13.viref/
H A Dvi.ref16 Vi/Ex Reference Manual
34 This document is the reference guide for the 4.4BSD
94 George Neville-Neil added the Tcl interpreter,
102 IEEE Std 1003.2-1992, IEEE Standard Portable Operating
110 .sy echo -n >index
111 .oh 'Vi/Ex Reference''USD:13-%'
112 .eh 'USD:13-%''Vi/Ex Reference'
119 is a line-oriented text editor.
127 .b \-R
128 (read-only) option of
[all …]
/freebsd/sys/dev/netmap/
H A Dif_vtnet_netmap.h2 * Copyright (C) 2014-2018 Vincenzo Maffione, Luigi Rizzo.
39 if_t ifp = na->ifp; in vtnet_netmap_reg()
60 struct netmap_adapter *na = kring->na; in vtnet_netmap_txsync()
61 if_t ifp = na->ifp; in vtnet_netmap_txsync()
62 struct netmap_ring *ring = kring->ring; in vtnet_netmap_txsync()
63 u_int ring_nr = kring->ring_id; in vtnet_netmap_txsync()
65 u_int const lim = kring->nkr_num_slots - 1; in vtnet_netmap_txsync()
66 u_int const head = kring->rhead; in vtnet_netmap_txsync()
68 /* device-specific */ in vtnet_netmap_txsync()
70 struct vtnet_txq *txq = &sc->vtnet_txqs[ring_nr]; in vtnet_netmap_txsync()
[all …]
/freebsd/lib/libusb/
H A Dlibusb.333 .Pq libusb, -lusb
52 argument is non-NULL, a pointer to the libusb context is stored at
62 argument is non-NULL, a pointer to the libusb context is stored at
79 This function will return non-zero if the given
85 .Bl -tag -width LIBUSB_CAP -offset indent
118 .Ql en-US
120 .Ql en-CA .
138 with the list of usb devices available, adding a reference to each
141 function must have their reference counter
152 is set to 1 all devices in the list have their reference
[all …]
/freebsd/contrib/ntp/ntpd/
H A Drefclock_irig.c2 * refclock_irig - audio IRIG-B/E demodulator/decoder
26 * Audio IRIG-B/E demodulator/decoder
29 * IRIG-B/E signals commonly produced by GPS receivers and other timing
30 * devices. The IRIG signal is an amplitude-modulated carrier with
31 * pulse-width modulated data bits. For IRIG-B, the carrier frequency is
32 * 1000 Hz and bit rate 100 b/s; for IRIG-E, the carrier frequenchy is
37 * kHz and mu-law companding. This is the same standard as used by the
43 * The program processes 8000-H
[all...]
H A Drefclock_arc.c2 * refclock_arc - clock driver for ARCRON MSF/DCF/WWVB receivers
35 Modifications by Damon Hart-Davis, <d@hd.org>, 1997.
37 Modifications by Christopher Price, <cprice@cs-home.com>, 2003.
44 Orginally developed and used with ntp3-5.85 by Derek Mulcahy.
46 Built against ntp3-5.90 on Solaris 2.5 using gcc 2.7.2.
52 -----
[all...]
/freebsd/sys/dev/ic/
H A Di82586.h1 /*-
2 * SPDX-License-Identifier: BSD-4-Clause
41 * Written by GAW with reference to the Clarkson Packet Driver code for this
55 u_char ie_bus_use; /* true if 8-bit only */
57 caddr_t ie_iscp_ptr; /* 24-bit physaddr of ISCP */
68 * FIXME: some of these should be re-commented after we figure out their
74 u_short ie_scb_offset; /* 16-bit physaddr of next struct */
75 caddr_t ie_base; /* 24-bit physaddr for all 16-bit vars */
84 u_short ie_command_list; /* 16-pointer to command block list */
85 u_short ie_recv_list; /* 16-pointer to receive frame list */
[all …]
/freebsd/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-typemaps.swig5 //===----------------------------------------------------------------------===//
23 // Pointer and reference mapping
64 //===----------------------------------------------------------------------===//
73 //===----------------------------------------------------------------------===//
75 // Typemap definitions to allow SWIG to properly handle char buffer.
77 // typemap for a char buffer
81 return luaL_error(L, "Positive integer expected");
93 // Return the char buffer. Discarding any previous return result
112 //===----------------------------------------------------------------------===//
114 // Typemap for handling a snprintf-like API like SBThread::GetStopDescription.
[all …]
/freebsd/sys/arm/xilinx/
H A Dzy7_devcfg.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
30 * Zynq-7000 Devcfg driver. This allows programming the PL (FPGA) section
33 * Reference: Zynq-7000 All Programmable SoC Technical Reference Manual.
88 #define DEVCFG_SC_LOCK(sc) mtx_lock(&(sc)->sc_mtx)
89 #define DEVCFG_SC_UNLOCK(sc) mtx_unlock(&(sc)->sc_mtx)
91 mtx_init(&(sc)->sc_mtx, device_get_nameunit((sc)->dev), \
93 #define DEVCFG_SC_LOCK_DESTROY(sc) mtx_destroy(&(sc)->sc_mtx);
94 #define DEVCFG_SC_ASSERT_LOCKED(sc) mtx_assert(&(sc)->sc_mtx, MA_OWNED);
96 #define RD4(sc, off) (bus_read_4((sc)->mem_res, (off)))
[all …]
/freebsd/share/doc/usd/21.troff/
H A Dm0a1 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved.
54 .h1 \s-1#\s+1 *
59 \s-1#\s+1Notes are explained at the end of this Summary and Index
66 \fB&ps\fI\|\(+-N\fR 10\|point previous E Point size; also \fB\es\fI\(+-N\fR.\(dg
68 \fB&fz\fI|F|\(+-N\fR off - E font \fIF\fR to point size \fI\(+-N\fR.
70 \fB&fz|S|\fIF|\(+-N\fR off - E Special Font characters to point size \fI\(+-N\fR.
72 \fB&ss\fI|N\fR 12\(sl36\|em ignored E Space-character size
75 \fB&cs\fI|F\|N\|M\fR off - P Constant character
79 \fB&bd\fI|F|N\fR off - P Embolden font \fIF\fR by \fIN\fR\(mi1 units.\(dg
81 \fB&bd|S|\fIF|N\fR off - P Embolden Special Font when current font is \fIF\fR.\(dg
[all …]
/freebsd/lib/libc/gen/
H A Dfts.381 In general, directories are visited two distinguishable times; in pre-order
82 (before any of their descendants are visited) and in post-order (after all
89 prune and/or re-visit portions of the hierarchy.
114 store application data or per-hierarchy state.
134 .Bd -literal
142 long fts_level; /* depth (\-1 to N) */
154 .Bl -tag -width "fts_namelen"
165 .Bl -tag -width FTS_DEFAULT
167 A directory being visited in pre-order.
205 A directory being visited in post-order.
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dapple2 #------------------------------------------------------------------------------
16 # Ref: https://applesaucefdc.com/a2r2-reference/
40 # Ref: https://applesaucefdc.com/woz/reference/
58 # Ref: https://applesaucefdc.com/moof-reference/
187 >>4 string x \b, Creator tag "%-4.4s"
296 # Reference: http://www.gno.org/pub/apple2/doc/apple/filetypes/ftn.1a.xxxx
304 # test for unused bits of zoom- , paginated-boolean bytes
313 # application/x-appleworks is mime type for claris version with cwk extension
314 !:mime application/x-appleworks3
316 # ('p' + 1-byte ProDOS File Type + 2-byte ProDOS Aux Type')
[all …]

123456789