Home
last modified time | relevance | path

Searched +full:lock +full:- +full:detect +full:- +full:function +full:- +full:integer +full:- +full:n +full:- +full:enable (Results 1 – 25 of 88) sorted by relevance

1234

/freebsd/sys/contrib/device-tree/Bindings/iio/frequency/
H A Dadf4350.txt4 - compatible: Should be one of
7 - reg: SPI chip select numbert for the device
8 - spi-max-frequency: Max SPI frequency to use (< 20000000)
9 - clocks: From common clock binding. Clock is phandle to clock for
13 - gpios: GPIO Lock detect - If set with a valid phandle and GPIO number,
14 pll lock state is tested upon read.
15 - adi,channel-spacing: Channel spacing in Hz (influences MODULUS).
16 - adi,power-up-frequency: If set in Hz the PLL tunes to
18 - adi,reference-div-factor: If set the driver skips dynamic calculation
20 - adi,reference-doubler-enable: Enables reference doubler.
[all …]
H A Dadi,adf4350.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Michael Hennerich <michael.hennerich@analog.com>
15 - adi,adf4350
16 - adi,adf4351
21 spi-max-frequency:
28 clock-names:
31 '#clock-cells':
34 clock-output-names:
[all …]
/freebsd/contrib/ntp/sntp/libevent/
H A DChangeLog-2.01 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 DChangeLog-2.01 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/lib/libc/stdlib/malloc/jemalloc/
H A Djemalloc.37 .\" Source: jemalloc 5.2.1-0-gea6b3e973b477b8061e0076bb257dbd7f3faa756
10 .TH "JEMALLOC" "3" "11/10/2019" "jemalloc 5.2.1-0-gea6b3e973b47" "User Manual"
11 .\" -----------------------------------------------------------------
13 .\" -----------------------------------------------------------------
16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
20 .\" -----------------------------------------------------------------
22 .\" -----------------------------------------------------------------
27 .\" -----------------------------------------------------------------
29 .\" -----------------------------------------------------------------
31 jemalloc \- general purpose memory allocation functions
[all …]
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-port.cc30 #include "gtest/internal/gtest-port.h"
90 #include "gtest/gtest-message.h"
91 #include "gtest/gtest-spi.h"
92 #include "gtest/internal/gtest-internal.h"
93 #include "gtest/internal/gtest-string.h"
94 #include "src/gtest-internal-inl.h"
106 while (field-- > 0) { in ReadProcFileField()
158 // we cannot detect it.
181 // we cannot detect it.
210 if (info[i].p_tid != -1) nthreads++;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp1 //===-- ExternalFunctions.cpp - Implement External Functions --------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
14 // specific to well-known library functions which manually translate the
17 // invoke the function using libffi, after finding its address.
19 //===----------------------------------------------------------------------===//
24 #include "llvm/Config/config.h" // Detect libffi
28 #include "llvm/IR/Function.h"
65 sys::Mutex Lock; member
66 std::map<const Function *, ExFunc> ExportedFunctions;
[all …]
/freebsd/contrib/sqlite3/
H A Dsqlite3.h2 ** 2001-09-15
13 ** presents to client programs. If a C-function, structure, datatype,
24 ** The official C-language API documentation for SQLite is derived
62 ** function pointers.
69 ** that require non-default calling conventions.
94 ** These no-op macros are used in front of interfaces to mark those
96 ** should not use deprecated interfaces - they are supported for backwards
120 ** CAPI3REF: Compile-Time Library Version Numbers
126 ** ^(The [SQLITE_VERSION_NUMBER] C preprocessor macro resolves to an integer
136 ** <a href="http://fossil-scm.org/">Fossil configuration management
[all …]
H A Dsqlite3.c17 ** language. The code for the "sqlite3" command-line shell is also in a
20 ** The content in this amalgamation comes from Fossil check-in
54 ** NO_TEST - The branches on this line are not
59 ** OPTIMIZATION-IF-TRUE - This branch is allowed to always be false
63 ** OPTIMIZATION-IF-FALSE - This branch is allowed to always be true
67 ** PREVENTS-HARMLESS-OVERREAD - This branch prevents a buffer overread
72 ** slash-asterisk...asterisk-slash comment marks, with no spaces between the
147 ** 2015-03-02
183 ** These #defines should enable >2GB file support on POSIX if the
185 ** large file support, or if the OS is windows, these should be no-ops.
[all …]
/freebsd/contrib/unbound/doc/
H A DChangelog2 - Too many quotes for the EDE message debug printout.
5 - Small debug output improvement when attaching an EDE.
8 - Fix to print warning for when so-sndbuf setsockopt is not granted.
11 - version set to 1.24.0 for release.
12 - tag for 1.24.0rc1.
13 - Update contrib/aaaa-filter-iterator.patch so it applies on 1.24.0.
16 - Fix #1332: CNAME chains are sometimes not followed when RPZs add a
20 - Update documentation for using "SET ... EX" in Redis.
21 - Document max buffer sizes for Redis commands.
22 - Update man pages.
[all …]
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt1 ----------------------------------------
6 Added option to skip the global lock for SMM - Huacai Chen
8 Fixed non-NUL terminated string implementations - Ahmed Salem
10 Fixed CCEL and CDAT templates - Ahmed Salem
12 …ethod parameters (definition) vs arguments (invocation) in different places - Peter Williams, Hans…
14 Define distinct D3 states (D3Hot and D3Cold) that help clarify the device behavior support - Aymeri…
19 ----------------------------------------
26 Add complete support for 3 new ACPI tables - MRRM,ERDT and RIMT (Tony Luck & V L Sunil)
32 A few fixes including local cache allocation, FFixedHW Region, attribute packing, string vs. non-st…
35 ----------------------------------------
[all …]
/freebsd/contrib/jemalloc/
H A DChangeLog13 workloads. The release has gone through large-scale production testing.
16 - Add the thread.idle mallctl which hints that the calling thread will be
18 - Allow small size classes to be the maximum size class to cache in the
19 thread-specific cache, through the opt.[lg_]tcache_max option. (@interwq,
21 - Make the behavior of realloc(ptr, 0) configurable with opt.zero_realloc.
23 - Add 'make uninstall' support. (@sangshuduo, @Lapenkov)
24 - Support C++17 over-aligned allocation. (@marksantaniello)
25 - Add the thread.peak mallctl for approximate per-threa
[all...]
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h30 // Low-level types and utilities for porting Google Test to various
48 // Environment-describing macros
49 // -----------------------------
53 // used in, such that Google Test can provide environment-specific
56 // Google Test tries to automatically detect the properties of its
67 // - Each macro here is a user-tweakable knob; do not grow the list
69 // - Use #if to key off these macros. Don't use #ifdef or "#if
73 // GTEST_HAS_CLONE - Define it to 1/0 to indicate that clone(2)
75 // GTEST_HAS_EXCEPTIONS - Define it to 1/0 to indicate that exceptions
77 // GTEST_HAS_POSIX_RE - Define it to 1/0 to indicate that POSIX regular
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h1 //===-- combined.h ----------------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
41 // This function is not part of the NDK so it does not appear in any public
69 // Chunk recycling function, returns a quarantined chunk to the backend,
130 reinterpret_cast<void *>(reinterpret_cast<uptr>(Ptr) - in deallocate()
158 if (getFlags()->may_return_null) in init()
160 if (getFlags()->zero_contents) in init()
162 else if (getFlags()->pattern_fill_contents) in init()
164 if (getFlags()->dealloc_type_mismatch) in init()
[all …]
/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Devent.h2 * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
3 * Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
37 function when a specific event occurs on a file descriptor or after a
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 --
72 management functions with event_set_mem_functions, and enable debug mode
88 structure.) To enable notification, you add the structure to the list
96 You can also use event_base_loop() for more fine-grained control.
139 @section evhttp Event-driven HTTP servers
[all …]
/freebsd/contrib/libevent/include/event2/
H A Devent.h2 * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
3 * Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
37 function when a specific event occurs on a file descriptor or after a
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 --
72 management functions with event_set_mem_functions, and enable debug mode
88 structure.) To enable notification, you add the structure to the list
96 You can also use event_base_loop() for more fine-grained control.
139 @section evhttp Event-driven HTTP servers
[all …]
/freebsd/contrib/unbound/
H A Dconfig.h.in6 /* apply the noreturn attribute to a function that exits the program */
15 /* Define this to enable client subnet option. */
27 /* Define this if on macOSX10.4-darwin8 and setreuid and setregid do not work
37 /* Define this to enable kernel based UDP source port randomization. */
43 /* Define if you want to use debug lock checking (slow). */
46 /* Define this if you enabled-allsymbols from libunbound to link binaries to
51 /* Define to 1 if you have the 'accept4' function. */
54 /* Define to 1 if you have the 'arc4random' function. */
57 /* Define to 1 if you have the 'arc4random_uniform' function. */
81 /* Define to 1 if you have the 'BIO_set_callback_ex' function. */
[all …]
/freebsd/sys/dev/acpica/
H A Dacpi.c1 /*-
283 acpi_ca_version, 0, "Version of Intel ACPI-CA");
301 "Enable Debug objects");
347 printf("The ACPI driver cannot be loaded after boot.\n"); in acpi_modevent()
382 printf("ACPI: Could not initialize Subsystem: %s\n", in acpi_Startup()
388 * Pre-allocate space for RSDT/XSDT and DSDT tables and allow resizing in acpi_Startup()
392 printf("ACPI: Table initialisation failed: %s\n", in acpi_Startup()
401 /* If the user manually set the disabled hint to 0, force-enable ACPI. */ in acpi_Startup()
405 printf("ACPI disabled by blacklist. Contact your BIOS vendor.\n"); in acpi_Startup()
413 * Detect ACPI and perform early initialisation.
[all …]
/freebsd/lib/libunbound/
H A Dconfig.h7 /* apply the noreturn attribute to a function that exits the program */
16 /* Define this to enable client subnet option. */
23 #define CONFCMDLINE "--prefix= --exec-prefix=/usr --with-conf-file=/var/unbound/unbound.conf --with
28 /* Define this if on macOSX10.4-darwin8 and setreuid and setregid do not work
38 /* Define this to enable kernel based UDP source port randomization. */
44 /* Define if you want to use debug lock checking (slow). */
47 /* Define this if you enabled-allsymbols from libunbound to link binaries to
52 /* Define to 1 if you have the 'accept4' function. */
55 /* Define to 1 if you have the 'arc4random' function. */
58 /* Define to 1 if you have the 'arc4random_uniform' function. */
[all …]
/freebsd/sys/conf/
H A DNOTES2 # NOTES -- Lines that can be cut/pasted into kernel and hints configs.
11 # Please use ``make LINT'' to create an old-style LINT file if you want to
12 # do kernel test-builds.
48 # auto-size based on physical memory.
66 # after most other flags. Here we use it to inhibit use of non-optimal
67 # gcc built-in functions (e.g., memcmp).
70 # The following is equivalent to 'config -g KERNELNAME' and creates
71 # 'kernel.debug' compiled with -g debugging as well as a normal
81 makeoptions CONF_CFLAGS=-fno-builtin #Don't allow use of memcmp, etc.
82 #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1 //===-- X86ISelLowering.h - X86 DAG Lowering Interface ----------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
62 /// #0 - The incoming token chain
63 /// #1 - The callee
64 /// #2 - The number of arg bytes the caller pushes on the stack.
65 /// #3 - The number of arg bytes the callee pops off the stack.
66 /// #4 - The value to pass in AL/AX/EAX (optional)
67 /// #5 - The value to pass in DL/DX/EDX (optional)
[all …]
/freebsd/contrib/jemalloc/doc/
H A Djemalloc.xml.in1 <?xml version='1.0' encoding='UTF-8'?>
2 <?xml-stylesheet type="text/xsl"
4 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
5 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
28 <!-- Each refname causes a man page file to be created. Only if this were
48 -->
57 <para>The following configuration options are enabled in libc's built-in
58 jemalloc: <option>--enable-fill</option>,
59 <option>--enable-lazy-lock</option>, <option>--enable-stats</option>,
60 <option>--enable-utrace</option>, <option>--enable-xmalloc</option>, and
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1 //===-- Process.h -----------------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
58 #include "lldb/lldb-private.h"
185 void SetDetachOnError(bool enable) { m_detach_on_error = enable; } in SetDetachOnError() argument
194 bool m_continue_once_attached = false; // Supports the use-case scenario of
202 // immediately (used by GUI programs with --waitfor so they can
289 m_running_user_expression--; in SetRunningUserExpression()
299 m_running_utility_function--; in SetRunningUtilityFunction()
336 /// A plug-in interface definition class for debugging a process.
[all …]
/freebsd/contrib/ntp/
H A DNEWS1 ---
10 - changes crypto (OpenSSL or compatible) detection and default build behavior.
11 Previously, crypto was supported if available unless the --without-crypto
13 falling back to a crypto-free build if usable libcrypto was not found has
15 The --withou
[all...]
/freebsd/sys/dev/ice/
H A Dice_common.c1 /* SPDX-License-Identifier: BSD-3-Clause */
127 * ice_dump_phy_type - helper function to dump phy_type
138 ice_debug(hw, ICE_DBG_PHY, "%s: phy_type_low: 0x%016llx\n", prefix, in ice_dump_phy_type()
143 ice_debug(hw, ICE_DBG_PHY, "%s: bit(%d): %s\n", in ice_dump_phy_type()
147 ice_debug(hw, ICE_DBG_PHY, "%s: phy_type_high: 0x%016llx\n", prefix, in ice_dump_phy_type()
152 ice_debug(hw, ICE_DBG_PHY, "%s: bit(%d): %s\n", in ice_dump_phy_type()
158 * ice_set_mac_type - Sets MAC type
161 * This function sets the MAC type of the adapter based on the
166 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_set_mac_type()
168 if (hw->vendor_id != ICE_INTEL_VENDOR_ID) in ice_set_mac_type()
[all …]

1234