/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/ |
H A D | FrontendRecords.h | 1 //===- InstallAPI/FrontendRecords.h ------------------------------*- C++-*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 35 /// Add non-ObjC global record with attributes from AST. 40 /// \param Avail The availability information tied to the active target 47 /// \return The non-owning pointer to added record in slice with it's frontend 59 /// \param Avail The availability information tied to the active target 64 /// \return The non-owning pointer to added record in slice with it's frontend 77 /// to the active target triple. 80 /// \return The non-owning pointer to added record in slice with it's frontend [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 -- 80 watched to see if they become active) and which events are "active". 90 remain allocated as long as it is active, so it should generally be 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 [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 -- 80 watched to see if they become active) and which events are "active". 90 remain allocated as long as it is active, so it should generally be 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 [all …]
|
/freebsd/lib/libusb/ |
H A D | libusb.3 | 33 .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 -offse [all...] |
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | vdev_queue.c | 9 * or https://opensource.org/licenses/CDDL-1.0. 42 * --------------- 51 * per-queue minimums must not exceed the aggregate maximum. If the 52 * sum of the per-queue maximums exceeds the aggregate maximum, then the 53 * number of active i/os may reach zfs_vdev_max_active, in which case no 54 * further i/os will be issued regardless of whether all per-queue 78 * the I/O scheduler changes the maximum number of active async write i/os 83 * operations from other -- and in particular synchronous -- queues. In broad 90 * follows a piece-wise linear function defined by a few adjustable points. 92 * | o---------| <-- zfs_vdev_async_write_max_active [all …]
|
/freebsd/share/man/man9/ |
H A D | sleepqueue.9 | 1 .\" Copyright (c) 2000-2004 John H. Baldwin <jhb@FreeBSD.org> 92 Each queue is associated with a specific wait channel when it is active, 95 The implementation of each wait channel splits its sleepqueue into 2 sub-queues 97 An active queue holds a list of threads that are blocked on the associated 116 Active sleep queues are stored in a hash table hashed on the addresses pointed 121 Active sleep queues are protected by their chain's spin mutex. 133 returns a pointer to the currently active sleep queue for that wait 138 if there is no active sleep queue associated with 180 parameter specifies the sub-queue, in which the contending thread will be 185 .Bl -tag -width ".Dv SLEEPQ_CONDVAR" -compact [all …]
|
H A D | callout.9 | 60 .Bd -literal 182 Callouts only provide a single-shot mode. 210 .Dq multi-processor safe ; 239 A sleepable read-mostly lock 261 .Bl -tag -width ".Dv CALLOUT_RETURNUNLOCKED" 340 Non-positive values of 363 A non-zero value for 374 .Bl -tag -width ".Dv C_DIRECT_EXEC" 393 divided by acceptable time deviation: 1 -- 1/2, 2 -- 1/4, etc. 414 which uses the user-supplied [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/ |
H A D | tegra210-p2180.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 2 #include <dt-bindings/mfd/max77620.h> 17 stdout-path = "serial0:115200n8"; 26 vdd-supply = <&vdd_gpu>; 31 /delete-property/ dmas; 32 /delete-property/ dma-names; 37 /delete-property/ reg-shift; 39 compatible = "nvidia,tegra30-hsuart"; 40 reset-names = "serial"; 43 compatible = "brcm,bcm43540-bt"; [all …]
|
/freebsd/sys/contrib/ck/src/ |
H A D | ck_epoch.c | 2 * Copyright 2011-2015 Samy Al Bahra. 29 * Fraser, K. 2004. Practical Lock-Freedom. PhD Thesis, University 44 * acquired some snapshot (e) of the global epoch value (e_g) and set an active 46 * For example, assume an initial e_g value of 1, e value of 0 and active value 51 * active = 1 54 * Any serialized reads may observe e = 0 or e = 1 with active = 0, or e = 0 or 55 * e = 1 with active = 1. The e_g value can only go from 1 to 2 if every thread 57 * from). This guarantees us that for any given value e_g, any threads with-in 58 * critical sections (referred to as "active" threads from here on) would have 59 * an e value of e_g-1 or e_g. This also means that hazardous references may be [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | ci-hdrc-usb2.txt | 4 - compatible: should be one of: 5 "fsl,imx23-usb" 6 "fsl,imx27-usb" 7 "fsl,imx28-usb" 8 "fsl,imx6q-usb" 9 "fsl,imx6sl-usb" 10 "fsl,imx6sx-usb" 11 "fsl,imx6ul-usb" 12 "fsl,imx7d-usb" 13 "fsl,imx7ulp-usb" [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/ |
H A D | sun50i-a64-amarula-relic.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 5 /dts-v1/; 7 #include "sun50i-a64.dtsi" 8 #include "sun50i-a64-cpu-opp.dtsi" 10 #include <dt-bindings/gpio/gpio.h> 13 model = "Amarula A64-Relic"; 14 compatible = "amarula,a64-relic", "allwinner,sun50i-a64"; 21 stdout-path = "serial0:115200n8"; 25 compatible = "i2c-gpio"; 26 sda-gpios = <&pio 4 13 GPIO_ACTIVE_HIGH>; [all …]
|
H A D | sun50i-a64-pinetab.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 7 /dts-v1/; 9 #include "sun50i-a64.dtsi" 10 #include "sun50i-a64-cpu-opp.dtsi" 12 #include <dt-bindings/gpio/gpio.h> 13 #include <dt-bindings/input/input.h> 14 #include <dt-bindings/pwm/pwm.h> 18 compatible = "pine64,pinetab", "allwinner,sun50i-a64"; 19 chassis-type = "tablet"; 27 compatible = "pwm-backlight"; [all …]
|
/freebsd/share/man/man4/ |
H A D | tcp.4 | 3 .\" Copyright (c) 2010-2011 The FreeBSD Foundation 50 protocol provides reliable, flow-controlled, two-way 52 It is a byte-stream protocol used to 58 Internet address format and, in addition, provides a per-host 70 .Dq active 73 Active sockets initiate connections to passive 77 sockets are created active; to create a 87 Only active sockets may use the 119 .Bl -tag -width ".Dv TCP_FUNCTION_BLK" 122 by passing the read-only option [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | tdm-slot.txt | 6 dai-tdm-slot-num : Number of slots in use. 7 dai-tdm-slot-width : Width in bits for each slot. 8 dai-tdm-slot-tx-mask : Transmit direction slot mask, optional 9 dai-tdm-slot-rx-mask : Receive direction slot mask, optional 12 dai-tdm-slot-num = <2>; 13 dai-tdm-slot-width = <8>; 14 dai-tdm-slot-tx-mask = <0 1>; 15 dai-tdm-slot-rx-mask = <1 0>; 23 for an active slot as default, and the default active bits are at the LSB of 27 number presents bit-0 (LSB), second presents bit-1, etc. Any non zero [all …]
|
/freebsd/lib/libsys/ |
H A D | dup.2 | 54 is a small non-negative integer index in 55 the per-process descriptor table. 77 and append mode, non-blocking I/O and asynchronous I/O options 84 The close-on-exec flag on the new file descriptor is unset. 114 otherwise the value -1 is returned and 122 .Bl -tag -width Er 127 is not a valid active descriptor 129 Too many descriptors are active. 135 .Bl -tag -width Er 139 argument is not a valid active descriptor or the [all …]
|
/freebsd/sys/contrib/device-tree/src/riscv/sophgo/ |
H A D | sg2042-milkv-pioneer.dts | 1 // SPDX-License-Identifier: GPL-2.0 OR MIT 9 model = "Milk-V Pioneer"; 13 stdout-path = "serial0"; 18 clock-frequency = <25000000>; 22 clock-frequency = <25000000>; 26 clock-frequency = <25000000>; 30 bus-width = <4>; 31 no-sdio; 32 no-sd; 33 non-removable; [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/arm64/ |
H A D | common-and-microarch.json | 129 "PublicDescription": "Attributable Level 1 data cache write-back", 132 "BriefDescription": "Attributable Level 1 data cache write-back" 147 "PublicDescription": "Attributable Level 2 data cache write-back", 150 "BriefDescription": "Attributable Level 2 data cache write-back" 273 "PublicDescription": "Access to another socket in a multi-socket system", 276 "BriefDescription": "Access to another socket in a multi-socket system" 303 … "PublicDescription": "Attributable memory read access to another socket in a multi-socket system", 306 … "BriefDescription": "Attributable memory read access to another socket in a multi-socket system" 309 …"PublicDescription": "Level 1 data cache long-latency read miss. The counter counts each memory r… 312 "BriefDescription": "Level 1 data cache long-latency read miss" [all …]
|
/freebsd/crypto/heimdal/doc/ |
H A D | win2k.texi | 5 @comment node-name, next, previous, up 21 * Inter-Realm keys (trust) between Windows and a Heimdal KDC:: 29 @node Configuring Windows to use a Heimdal KDC, Inter-Realm keys (trust) between Windows and a Heim… 30 @comment node-name, next, precious, up 33 …es with the Windows Support Tools, available from either the installation CD-ROM (@file{SUPPORT/TO… 43 kadmin> ank --password=password host/datan.example.com 86 @node Inter-Realm keys (trust) between Windows and a Heimdal KDC, Create account mappings, Configur… 87 @comment node-name, next, precious, up 88 @section Inter-Realm keys (trust) between Windows and a Heimdal KDC 90 See also the Step-by-Step guide from Microsoft, referenced below. [all …]
|
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/ |
H A D | buffer.h | 2 * Copyright (C) 2004-2008, 2010 Internet Systems Consortium, Inc. ("ISC") 3 * Copyright (C) 1998-2002 Internet Software Consortium. 47 * The 'active region' is an (optional) subregion of the remaining region. 49 * that is selected with isc_buffer_setactive(). Initially, the active region 51 * active region will also be empty. 54 * /------------entire length---------------\ 55 * /----- used region -----\/-- available --\ 56 * +----------------------------------------+ 58 * +----------------------------------------+ 63 * c == active pointer. Meaningful between b and d. [all …]
|
/freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | mac-cfg.h | 1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 3 * Copyright (C) 2012-2014, 2018-2019, 2021-2024 Intel Corporation 4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH 5 * Copyright (C) 2016-201 480 __le32 active; global() member [all...] |
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/ |
H A D | adv7604.txt | 12 - compatible: Must contain one of the following 13 - "adi,adv7611" for the ADV7611 14 - "adi,adv7612" for the ADV7612 16 - reg: I2C slave addresses 17 The ADV76xx has up to thirteen 256-byte maps that can be accessed via the 22 - hpd-gpios: References to the GPIOs that control the HDMI hot-plug 23 detection pins, one per HDMI input. The active flag indicates the GPIO 24 level that enables hot-plug detection. 28 Documentation/devicetree/bindings/media/video-interfaces.txt. The port nodes 32 ------------------------------------------------------------ [all …]
|
/freebsd/share/doc/papers/sysperf/ |
H A D | 2.t | 47 when the system is active you can judge the system activity in several 54 out at 25-35 tps in practice), and the user cpu utilization (us) should 57 If the system is busy, then the count of active jobs may be large, 59 memory is active, then the paging demon will be running (sr will 60 be non-zero). It is healthy for the paging demon to free pages when 61 the virtual memory gets active; it is triggered by the amount of free 70 is overloaded or imbalanced. If you have several non-dma 72 that are doing high-speed non-buffered input/output, then the system 73 time may go high (60-80% or higher). 104 and a tally is made if the disk is active. [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/ |
H A D | ConstantInitBuilder.h | 1 //===- ConstantInitBuilder.h - Builder for LLVM IR constants ----*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 13 //===----------------------------------------------------------------------===// 76 assert(SelfReferences.empty() && "didn't apply all self-references"); in ~ConstantInitBuilderBase() 123 assert(!parent->Frozen && "parent already has child builder active"); in ConstantAggregateBuilderBase() 124 parent->Frozen = true; in ConstantAggregateBuilderBase() 126 assert(!builder.Frozen && "builder already has child builder active"); in ConstantAggregateBuilderBase() 136 assert(!Frozen && "child builder still active"); in markFinished() 140 assert(Parent->Frozen && in markFinished() [all …]
|
/freebsd/contrib/ncurses/man/ |
H A D | curs_add_wch.3x | 3 .\" Copyright 2019-2023,2024 Thomas E. Dickey * 4 .\" Copyright 2001-2015,2017 Free Software Foundation, Inc. * 32 .TH curs_add_wch 3X 2024-04-20 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls" 54 \fB\%wecho_wchar\fP \- 79 wrapping and special-character processing as follows: 88 The newly added spacing character is the base of the active complex character. 89 Subsequent non-spacing characters can be combined with this base 93 If \fIwch\fP refers to a non-spacing character, 94 it is appended to the active complex character, 98 The cursor is not advanced after adding a non-spacing character. [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_labelclear/ |
H A D | zpool_labelclear_exported.ksh | 1 #!/bin/ksh -p 22 # on ACTIVE vdevs of exported pool without -f, and will succeeded with -f. 27 # 3. Check that zpool labelclear returns non-zero when trying to 28 # clear the label on ACTIVE vdevs, and succeeds with -f. 41 log_assert "zpool labelclear will fail on ACTIVE vdevs of exported pool and" \ 42 "succeed with -f" 46 log_must zpool create -O mountpoint=none -f $TESTPOOL $disk1 log $disk2 48 if [[ -n $vdevtype ]]; then 54 # Check that labelclear will fail without -f 56 log_must zdb -lq $disk1 [all …]
|