/freebsd/sys/contrib/device-tree/Bindings/iio/dac/ |
H A D | adi,ad9739a.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Dragos Bogdan <dragos.bogdan@analog.com> 11 - Nuno Sa <nuno.sa@analog.com> 14 The AD9739A is a 14-bit, 2.5 GSPS high performance RF DACs that are capable 17 https://www.analog.com/media/en/technical-documentation/data-sheets/ad9737a_9739a.pdf 22 - adi,ad9739a 30 reset-gpios: 36 vdd-3p3-supply: [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/ |
H A D | st,stm32-dfsdm-adc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/iio/adc/st,stm32-dfsdm-adc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Fabrice Gasnier <fabrice.gasnier@foss.st.com> 11 - Olivier Moysan <olivier.moysan@foss.st.com> 14 STM32 DFSDM ADC is a sigma delta analog-to-digital converter dedicated to 17 - Sigma delta modulators (motor control, metering...) 18 - PDM microphones (audio digital microphone) 28 - st,stm32h7-dfsdm [all …]
|
H A D | adi,ad9467.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Analog Devices AD9467 and similar High-Speed ADCs 10 - Michael Hennerich <michael.hennerich@analog.com> 13 The AD9467 and the parts similar with it, are high-speed analog-to-digital 18 All the parts support the register map described by Application Note AN-877 19 https://www.analog.com/media/en/technical-documentation/application-notes/AN-877.pdf 21 https://www.analog.com/media/en/technical-documentation/data-sheets/AD9265.pdf 22 https://www.analog.com/media/en/technical-documentation/data-sheets/AD9434.pdf [all …]
|
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_cam.c | 1 /*- 36 * @defgroup cam_io CAM IO 49 /* Default IO timeout value for initiators is 30 seconds */ 71 { OCS_SCSI_STATUS_NO_IO, "No IO" }, 91 static int32_t ocs_task_set_full_or_busy(ocs_io_t *io); 111 static inline void ocs_target_io_free(ocs_io_t *io) in ocs_target_io_free() argument 113 io->tgt_io.state = OCS_CAM_IO_FREE; in ocs_target_io_free() 114 io->tgt_io.flags = 0; in ocs_target_io_free() 115 io->tgt_io.app = NULL; in ocs_target_io_free() 116 ocs_scsi_io_complete(io); in ocs_target_io_free() [all …]
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | whatsnew-2.0.txt | 3 1. Meta-issues 16 There is now a book-in-progress that explains how to use Libevent and its 19 http://www.wangafu.net/~nickm/libevent-book/ . 37 2.1. New header layout for improved forward-compatibility 40 write good, well-supported libevent code. The new headers are divided 68 for low-level buffer manipulation are in event2/buffer.h. The 69 "bufferevent" functions for higher-level buffered IO are in 78 2.2. New thread-safe, binary-compatible, harder-to-mess-up APIs 81 non-threadsafe code, or forced code built against one version of Libevent 82 to no longer build with another. The problems with now-deprecated APIs [all …]
|
H A D | CMakeLists.txt | 18 # cmake -G "Visual Studio 10" .. 41 # what? why would you get id of other useful build types? - Ellzey 101 alpha-dev 110 if (EVENT__STAGE_RET EQUAL -1) 117 "${EVENT_VERSION_MAJOR}.${EVENT_VERSION_MINOR}.${EVENT_VERSION_PATCH}-${EVENT_STAGE_NAME}") 152 # TODO: Add --disable-largefile omit support for large files 154 …get a test coverage report (only works with GCC/CLang). Make sure to enable -DCMAKE_BUILD_TYPE=Deb… 157 # top of the build tree rather than in hard-to-find leaf directories. 172 add_definitions(-DUSE_DEBUG=1) 175 # make it colorful under ninja-build [all …]
|
H A D | event-internal.h | 2 * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu> 3 * Copyright (c) 2007-2012 Niels Provos and Nick Mathewson 34 #include "event2/event-config.h" 35 #include "evconfig-private.h" 40 #include "minheap-internal.h" 41 #include "evsignal-internal.h" 42 #include "mm-internal.h" 43 #include "defer-internal.h" 72 /** A persistent non-signal event. Uses the evcb_callback callback */ 101 * added. The function should return 0 on success and -1 on error. [all …]
|
H A D | ChangeLog-2.0 | 1 Changes in version 2.0.21-stable (18 Nov 2012) 6 o dns: Avoid a memory-leak on OOM in evdns. (73e85dd, f2bff75 George Danchev) 9 o build: Fix compilation on mingw64 with -DUSE_DEBUG (62bd2c4) 18 Changes in version 2.0.20-stable (23 Aug 2012) 44 o Fix various check-after-dereference issues in unit tests: found by coverity (4f3732d) 54 Changes in version 2.0.19-stable (3 May 2012) 58 …o If a higher-priority event becomes active, don't continue running events of the current priority… 61 o Fixed potential double-readcb execution with openssl bufferevents. (4e62cd1 Mark Ellzey) 66 o When retransmitting a timed-out DNS request, pick a fresh nameserver. (3d9e52a) 76 o Generate event-config.h with a single sed script (30b6f88 Zack Weinberg) [all …]
|
/freebsd/contrib/libevent/ |
H A D | whatsnew-2.0.txt | 3 1. Meta-issues 16 There is now a book-in-progress that explains how to use Libevent and its 19 http://www.wangafu.net/~nickm/libevent-book/ . 37 2.1. New header layout for improved forward-compatibility 40 write good, well-supported libevent code. The new headers are divided 68 for low-level buffer manipulation are in event2/buffer.h. The 69 "bufferevent" functions for higher-level buffered IO are in 78 2.2. New thread-safe, binary-compatible, harder-to-mess-up APIs 81 non-threadsafe code, or forced code built against one version of Libevent 82 to no longer build with another. The problems with now-deprecated APIs [all …]
|
H A D | CMakeLists.txt | 18 # cmake -G "Visual Studio 10" .. 41 # what? why would you get id of other useful build types? - Ellzey 101 alpha-dev 110 if (EVENT__STAGE_RET EQUAL -1) 117 "${EVENT_VERSION_MAJOR}.${EVENT_VERSION_MINOR}.${EVENT_VERSION_PATCH}-${EVENT_STAGE_NAME}") 152 # TODO: Add --disable-largefile omit support for large files 154 …get a test coverage report (only works with GCC/CLang). Make sure to enable -DCMAKE_BUILD_TYPE=Deb… 157 # top of the build tree rather than in hard-to-find leaf directories. 172 add_definitions(-DUSE_DEBUG=1) 175 # make it colorful under ninja-build [all …]
|
H A D | event-internal.h | 2 * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu> 3 * Copyright (c) 2007-2012 Niels Provos and Nick Mathewson 34 #include "event2/event-config.h" 35 #include "evconfig-private.h" 40 #include "minheap-internal.h" 41 #include "evsignal-internal.h" 42 #include "mm-internal.h" 43 #include "defer-internal.h" 72 /** A persistent non-signal event. Uses the evcb_callback callback */ 101 * added. The function should return 0 on success and -1 on error. [all …]
|
H A D | ChangeLog-2.0 | 1 Changes in version 2.0.21-stable (18 Nov 2012) 6 o dns: Avoid a memory-leak on OOM in evdns. (73e85dd, f2bff75 George Danchev) 9 o build: Fix compilation on mingw64 with -DUSE_DEBUG (62bd2c4) 18 Changes in version 2.0.20-stable (23 Aug 2012) 44 o Fix various check-after-dereference issues in unit tests: found by coverity (4f3732d) 54 Changes in version 2.0.19-stable (3 May 2012) 58 …o If a higher-priority event becomes active, don't continue running events of the current priority… 61 o Fixed potential double-readcb execution with openssl bufferevents. (4e62cd1 Mark Ellzey) 66 o When retransmitting a timed-out DNS request, pick a fresh nameserver. (3d9e52a) 76 o Generate event-config.h with a single sed script (30b6f88 Zack Weinberg) [all …]
|
/freebsd/usr.sbin/bhyve/ |
H A D | bhyve.8 | 99 I/O connectivity can be specified with command-line parameters. 110 .Pa edk2-bhyve 113 .Pa u-boot-bhyve-arm64 114 package provides a U-Boot image that can be used to boot the guest. 120 .Bl -tag -width 10n 161 Destroy the VM on guest initiated power-off. 203 Set configuration variables from a simple, key-value config file. 229 Allow devices behind the LPC PCI-ISA bridge to be configured. 230 The only supported devices are the TTY-class devices 241 .Cm pc-testdev . [all …]
|
H A D | bhyve_config.5 | 1 .\" SPDX-License-Identifier: BSD-2-Clause 35 per-device settings. 69 For those variables the following case-insensitive values may be used to 72 .Bl -bullet -offset indent -compact 85 .Bl -bullet -offset indent -compact 103 .Bl -column "memory.guest_in_core" "integer" "Default" 140 This can cause problems if the guest uses the in-memory version, since certain 144 Destroy the VM on guest-initiated power-off. 149 If this is set to a non-zero value, a debug server 172 Use MSI-X interrupts for PCI VirtIO devices. [all …]
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_lookup.c | 58 * range for unit is [-1,IPL_LOGMAX]. The -1 is considered to be a valid number 62 * array indexing on the unit, +1 is used to map [-1.IPL_LOGMAX] to 75 static ipf_lookup_t *backends[MAX_BACKENDS] = { variable 87 /* ------------------------------------------------------------------------ */ 89 /* Returns: int - 0 = success, else error */ 90 /* Parameters: softc(I) - pointer to soft context main structure */ 93 /* ------------------------------------------------------------------------ */ 107 for (i = 0, l = backends; i < MAX_BACKENDS; i++, l++) { in ipf_lookup_soft_create() 108 softl->ipf_back[i] = (*(*l)->ipfl_create)(softc); in ipf_lookup_soft_create() 109 if (softl->ipf_back[i] == NULL) { in ipf_lookup_soft_create() [all …]
|
/freebsd/etc/mtree/ |
H A D | BSD.include.dist | 9 atf-c 11 atf-c++ 76 backends 150 io
|
/freebsd/sys/cam/ctl/ |
H A D | ctl_io.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 5 * Copyright (c) 2014-2015 Alexander Motin <mav@FreeBSD.org> 33 * $Id: //depot/users/kenm/FreeBSD-test2/sys/cam/ctl/ctl_io.h#5 $ 65 * can delay I/O at two different points -- datamove and done. This is 170 #define CTL_LUN(io) ((i argument 168 CTL_LUN(io) global() argument 169 CTL_SOFTC(io) global() argument 171 CTL_PORT(io) global() argument 178 CTL_RSGL(io) global() argument 179 CTL_LSGL(io) global() argument 180 CTL_RSGLT(io) global() argument 181 CTL_LSGLT(io) global() argument [all...] |
H A D | ctl_backend.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 5 * Copyright (c) 2014-2017 Alexander Motin <mav@FreeBSD.org> 33 * $Id: //depot/users/kenm/FreeBSD-test2/sys/cam/ctl/ctl_backend.h#2 $ 87 * general, this should be T_DIRECT, although backends will want to create 121 * page 0x80. This should be a unique, per-shelf value. The data inside 127 * page 0x83. This should be a unique, per-LU [all...] |
H A D | ctl_frontend_iscsi.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 95 &ping_timeout, 5, "Interval between ping (NOP-Out) requests, in seconds"); 123 __func__, S->cs_initiator_addr, \ 124 S->cs_initiator_name, ## __VA_ARGS__); \ 132 S->cs_initiator_addr, \ 133 S->cs_initiator_name, ## __VA_ARGS__); \ 137 #define CFISCSI_SESSION_LOCK(X) mtx_lock(&X->cs_lock) 138 #define CFISCSI_SESSION_UNLOCK(X) mtx_unlock(&X->cs_lock) 139 #define CFISCSI_SESSION_LOCK_ASSERT(X) mtx_assert(&X->cs_lock, MA_OWNED) [all …]
|
/freebsd/sys/contrib/xen/io/ |
H A D | blkif.h | 4 * Unified block-device I/O interface for Xen guest OSes. 24 * Copyright (c) 2003-2004, Keir Fraser 35 * Front->back notifications: When enqueuing a new request, sending a 37 * hold-off mechanism provided by the ring macros). Backends must set 40 * Back->front notifications: When enqueuing a new response, sending a 42 * hold-off mechanism provided by the ring macros). Frontends must set 80 *------------------ Backend Device Identification (PRIVATE) ------------------ 95 * physical-device 102 * physical-device-path 115 * direct-io-safe [all …]
|
/freebsd/sys/sys/ |
H A D | aio.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 16 * of the author. This software is distributed AS-IS. 94 * Private members for aiocb -- don't access 114 int aio_reqprio; /* Request priority -- ignored */ 131 * * - need not protected 132 * a - locked by kaioinfo lock 133 * b - locked by backend lock 134 * c - locked by aio_job_mtx 137 TAILQ_ENTRY(kaiocb) list; /* (b) backend-specific list of jobs */ [all …]
|
/freebsd/sys/contrib/xen/ |
H A D | memory.h | 45 * devices often have a 32-bit limitation even in 64-bit systems). If zero 53 #define XENMEMF_get_node(x) ((((x) >> 8) - 1) & 0xffu) 54 /* Flag to populate physmap with populate-on-demand entries */ 101 * @out.extent_list provides GMFNs of the newly-allocated memory. 136 * command will be non-zero. 158 * specified domain (may be DOMID_SELF). Returns -ve errcode on failure. 166 * Returns -ve errcode on failure. 234 Stage-2 using the Normal Memory 235 Inner/Outer Write-Back Cacheable 326 * Returns the pseudo-physical memory map as it was when the domain [all …]
|
/freebsd/usr.sbin/ctladm/ |
H A D | ctladm.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 5 * Copyright (c) 1997-2007 Kenneth D. Merry 38 * $Id: //depot/users/kenm/FreeBSD-test2/usr.sbin/ctladm/ctladm.c#4 $ 206 {"-?", CTLADM_CMD_HELP, CTLADM_ARG_NONE, NULL}, 207 {"-h", CTLADM_CMD_HELP, CTLADM_ARG_NONE, NULL}, 216 static int cctl_do_io(int fd, int retries, union ctl_io *io, const char *func); 261 for (opts = table; (opts != NULL) && (opts->optname != NULL); in getoption() 263 if (strncmp(opts->optname, arg, strlen(arg)) == 0) { in getoption() 264 *cmdnum = opts->cmdnum; in getoption() [all …]
|
/freebsd/contrib/ntp/sntp/libevent/include/event2/ |
H A D | event.h | 2 * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu> 3 * Copyright (c) 2007-2012 Niels Provos and Nick Mathewson 58 header, and pass the -levent flag to the linker. (You can instead link 59 -levent_core if you only want the main event and buffered IO-based code, 66 multithreaded application, you need to initialize thread support -- 96 You can also use event_base_loop() for more fine-grained control. 139 @section evhttp Event-driven HTTP servers 141 Libevent provides a very simple event-driven HTTP server that can be 173 An embedded libevent-based HTTP server 191 #include <event2/event-config.h> [all …]
|
/freebsd/contrib/libevent/include/event2/ |
H A D | event.h | 2 * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu> 3 * Copyright (c) 2007-2012 Niels Provos and Nick Mathewson 58 header, and pass the -levent flag to the linker. (You can instead link 59 -levent_core if you only want the main event and buffered IO-based code, 66 multithreaded application, you need to initialize thread support -- 96 You can also use event_base_loop() for more fine-grained control. 139 @section evhttp Event-driven HTTP servers 141 Libevent provides a very simple event-driven HTTP server that can be 173 An embedded libevent-based HTTP server 191 #include <event2/event-config.h> [all …]
|