Home
last modified time | relevance | path

Searched +full:precondition +full:- +full:timeout (Results 1 – 20 of 20) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dact8945a-charger.txt1 Device-Tree bindings for charger of Active-semi ACT8945A Multi-Function Device
4 - compatible: "active-semi,act8945a-charger".
5 - active-semi,chglev-gpios: charge current level phandle with args
7 - active-semi,lbo-gpios: specify the low battery voltage detect phandle
9 - interrupts: <a b> where a is the interrupt number and b is a
14 - active-semi,input-voltage-threshold-microvolt: unit: mV;
15 Specifies the charger's input over-voltage threshold value;
17 - active-semi,precondition-timeout: unit: minutes;
18 Specifies the charger's PRECONDITION safety timer setting value;
21 - active-semi,total-timeout: unit: hours;
[all …]
H A Dactive-semi,act8945a-charger.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/power/supply/active-semi,act8945a-charger.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Active-semi ACT8945A Charger Function
10 - Sebastian Reichel <sre@kernel.org>
13 - $ref: power-supply.yaml#
17 const: active-semi,act8945a-charger
22 active-semi,chglev-gpios:
26 active-semi,lbo-gpios:
[all …]
/freebsd/crypto/openssl/include/internal/
H A Dquic_thread_assist.h2 * Copyright 2023-2025 The OpenSSL Project Authors. All Rights Reserved.
29 * ensure that assorted timeout events which QUIC expects to be handled in a
35 * guarantee that QUIC timeout events will be serviced in a timely fashion.
66 * Precondition: channel mutex must be held (unchecked)
75 * Precondition: channel mutex must be held (unchecked)
84 * Precondition: ossl_quic_thread_assist_wait_stopped() has returned 1
92 * Precondition: channel mutex must be held (unchecked)
H A Dquic_channel.h2 * Copyright 2022-2025 The OpenSSL Project Authors. All Rights Reserved.
29 * various pieces of QUIC into a single top-level object, and handles connection
44 * handling of SSL object mode flags like non-partial write mode, etc.
49 * demuxers). Since we only use server-side functionality for dummy test servers
54 * ---------------
60 * not requiring prior locking. This is an unchecked precondition.
70 * Any function tagged with this has the following precondition:
72 * Precondition: must hold channel mutex (unchecked)
80 * Any function tagged with this has the following precondition and
83 * Precondition: must not hold channel mutex (unchecked)
[all …]
H A Dquic_reactor.h2 * Copyright 2022-2025 The OpenSSL Project Authors. All Rights Reserved.
28 * - There is a pollable FD for both the read and write side respectively.
32 * - The reactor can export these FDs to the user, as well as flags indicating
35 * - The reactor can export a timeout indication to the user, indicating when
44 * - Should it be woken up when network RX is possible?
45 * - Should it be woken up when network TX is possible?
46 * - Should it be woken up no later than some deadline X?
48 * The intention is that ALL I/O-related SSL_* functions with side effects (e.g.
51 * - Optionally mutate the QUIC machine's state.
52 * - Optionally tick the QUIC reactor.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Dactive-semi,act8945a.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/regulator/active-semi,act8945a.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Active-semi ACT8945a regulator
10 - Paul Cercueil <paul@crapouillou.net>
14 const: active-semi,act8945a
19 system-power-controller:
25 active-semi,vsel-high:
42 vp1-supply:
[all …]
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_reactor.c2 * Copyright 2022-2025 The OpenSSL Project Authors. All Rights Reserved.
28 rtor->poll_r.type = BIO_POLL_DESCRIPTOR_TYPE_NONE; in ossl_quic_reactor_init()
29 rtor->poll_w.type = BIO_POLL_DESCRIPTOR_TYPE_NONE; in ossl_quic_reactor_init()
30 rtor->net_read_desired = 0; in ossl_quic_reactor_init()
31 rtor->net_write_desired = 0; in ossl_quic_reactor_init()
32 rtor->can_poll_r = 0; in ossl_quic_reactor_init()
33 rtor->can_poll_w = 0; in ossl_quic_reactor_init()
34 rtor->tick_deadline = initial_tick_deadline; in ossl_quic_reactor_init()
36 rtor->tick_cb = tick_cb; in ossl_quic_reactor_init()
37 rtor->tick_cb_arg = tick_cb_arg; in ossl_quic_reactor_init()
[all …]
H A Dquic_impl.c2 * Copyright 2022-2025 The OpenSSL Project Authors. All Rights Reserved.
53 * - a pointer to the QUIC_CONNECTION (regardless of whether a QCSO or QSSO
55 * - a pointer to any applicable QUIC_XSO (e.g. if a QSSO was passed, or if
57 * - whether a QSSO was passed (xso == NULL must not be used to determine this
58 * because it may be non-NULL when a QCSO is passed if that QCSO has a
60 * - a pointer to a QUIC_LISTENER object, if one is relevant;
61 * - whether we are in "I/O context", meaning that non-normal errors can
81 if (!ctx->in_io) in quic_set_last_error()
84 if (ctx->is_stream && ctx->xso != NULL) in quic_set_last_error()
85 ctx->xso->last_error = last_error; in quic_set_last_error()
[all …]
/freebsd/lib/libfetch/
H A Dhttp.errors9 203 INFO Non-Authoritative Information
29 408 TIMEOUT Request Time-out
33 412 SERVER Precondition Failed
35 414 PROTO Request-URI Too Large
43 504 TIMEOUT Gateway Time-out
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dact8945a.txt1 Device-Tree bindings for Active-semi ACT8945A MFD driver
4 - compatible: "active-semi,act8945a".
5 - reg: the I2C slave address for the ACT8945A chip
8 - a regulators: see ../regulator/act8945a-regulator.txt
9 - a charger: see ../power/act8945a-charger.txt
13 compatible = "active-semi,act8945a";
16 active-semi,vsel-high;
20 regulator-name = "VDD_1V35";
21 regulator-min-microvolt = <1350000>;
22 regulator-max-microvolt = <1350000>;
[all …]
/freebsd/sys/dev/iicbus/
H A Diicbb.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
31 * Generic I2C bit-banging code
42 * (c) 1998 Gerd Knorr <kraxel@cs.tu-berlin.de>
136 device_set_desc(dev, "I2C bit-banging driver"); in iicbb_probe()
146 sc->iicbus = device_add_child(dev, "iicbus", DEVICE_UNIT_ANY); in iicbb_attach()
147 if (!sc->iicbus) in iicbb_attach()
150 sc->scl_low_timeout = DEFAULT_SCL_LOW_TIMEOUT; in iicbb_attach()
154 "delay", CTLFLAG_RD, &sc->udelay, in iicbb_attach()
159 "scl_low_timeout", CTLFLAG_RWTUN, &sc->scl_low_timeout, in iicbb_attach()
[all …]
/freebsd/contrib/wpa/src/wps/
H A Dwps_upnp_web.c2 * UPnP WPS Device - Web connections
3 * Copyright (c) 2000-2003 Intel Corporation
4 * Copyright (c) 2006-2007 Sony Corporation
5 * Copyright (c) 2008-2009 Atheros Communications
34 "urn:schemas-wifialliance-org:service:WFAWLANConfig:1";
47 "<scpd xmlns=\"urn:schemas-upnp-org:service-1-0\">\n"
154 "<root xmlns=\"urn:schemas-upnp-org:device-1-0\">\n"
160 "<deviceType>urn:schemas-wifialliance-org:device:WFADevice:1"
166 "<serviceType>urn:schemas-wifialliance-org:service:WFAWLANConfig:1"
168 "<serviceId>urn:wifialliance-org:serviceId:WFAWLANConfig1</serviceId>"
[all …]
/freebsd/contrib/ntp/libntp/
H A Dwork_thread.c2 * work_thread.c - threads implementation for blocking worker child.
26 #define CHILD_EXIT_REQ ((blocking_pipe_header *)(intptr_t)-1)
29 * The request queue grows a bit faster than the response queue -- the
39 * system-defined minimum stack size, we have to adjust accordingly.
64 # define tickle_sem(sh) ReleaseSemaphore((sh->shnd), 1, NULL)
95 /* ----
786 wait_for_sem(sem_ref sem,struct timespec * timeout) wait_for_sem() argument
[all...]
/freebsd/sys/contrib/device-tree/src/arm/microchip/
H A Dat91-sama5d2_xplained.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * at91-sama5d2_xplained.dts - Device Tree file for SAMA5D2 Xplained board
8 /dts-v1/;
10 #include "sama5d2-pinfunc.h"
11 #include <dt-bindings/mfd/atmel-flexcom.h>
12 #include <dt-bindings/gpio/gpio.h>
13 #include <dt-bindings/input/input.h>
14 #include <dt-bindings/regulator/active-semi,8945a-regulator.h>
18 compatible = "atmel,sama5d2-xplained", "atmel,sama5d2", "atmel,sama5";
28 stdout-path = "serial0:115200n8";
[all …]
/freebsd/contrib/ofed/opensm/opensm/
H A Dmain.c2 * Copyright (c) 2004-2009 Voltaire, Inc. All rights reserved.
3 * Copyright (c) 2002-2011 Mellanox Technologies LTD. All rights reserved.
4 * Copyright (c) 1996-2003 Intel Corporation. All rights reserved.
7 * Copyright (c) 2009-2011 ZIH, TU Dresden, Federal Republic of Germany. All rights reserved.
19 * - Redistributions of source code must retain the above
23 * - Redistributions in binary form must reproduce the above
79 printf("OpenSM: Got signal %d - exiting...\n", signum); in mark_exit_flag()
130 printf("\n------- OpenSM - Usage and options ----------------------\n"); in show_usage()
133 printf("--version\n Prints OpenSM version and exits.\n\n"); in show_usage()
134 printf("--config, -F <file-name>\n" in show_usage()
[all …]
/freebsd/contrib/ofed/opensm/man/
H A Dopensm.84 opensm \- InfiniBand subnet manager and administration (SM/SA)
8 [\-\-version]]
9 [\-F | \-\-config <file_name>]
10 [\-c(reate-config) <file_name>]
11 [\-g(uid) <GUID in hex>]
12 [\-l(mc) <LMC>]
13 [\-p(riority) <PRIORITY>]
14 [\-\-smkey <SM_Key>]
15 [\-\-sm_sl <SL number>]
16 [\-r(eassign_lids)]
[all …]
/freebsd/contrib/ntp/sntp/libevent/
H A Dhttp.c2 * Copyright (c) 2002-2007 Niels Provos <provos@citi.umich.edu>
3 * Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
28 #include "event2/event-config.h"
29 #include "evconfig-private.h"
100 #include "strlcpy-internal.h"
109 #include "log-internal.h"
110 #include "util-internal.h"
111 #include "http-internal.h"
112 #include "mm-internal.h"
113 #include "bufferevent-internal.h"
[all …]
/freebsd/contrib/libevent/
H A Dhttp.c2 * Copyright (c) 2002-2007 Niels Provos <provos@citi.umich.edu>
3 * Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
28 #include "event2/event-config.h"
29 #include "evconfig-private.h"
100 #include "strlcpy-internal.h"
109 #include "log-internal.h"
110 #include "util-internal.h"
111 #include "http-internal.h"
112 #include "mm-internal.h"
113 #include "bufferevent-internal.h"
[all …]
/freebsd/contrib/wpa/src/common/
H A Dqca-vendor.h3 * Copyright (c) 2014-2017, Qualcomm Atheros, Inc.
4 * Copyright (c) 2018-2020, The Linux Foundation
5 * Copyright (c) 2021-2023, Qualcomm Innovation Center, Inc.
28 * enum qca_radiotap_vendor_ids - QCA radiotap vendor namespace IDs
41 * Global NSS configuration - Applies to all bands (2.4 GHz and 5/6 GHz)
62 * Per band NSS configuration - Applies to the 2.4 GHz or 5/6 GHz band
79 * Global chain configuration - Applies to all bands (2.4 GHz and 5/6 GHz)
96 * Per band chain configuration - Applies to the 2.4 GHz or 5/6 GHz band
117 * Case 1: CONFIG_NSS + CONFIG_TX_NSS/RX_NSS - Only CONFIG_NSS is applied
120 * Case 2: CONFIG_NSS + CONFIG_TX_NSS + CONFIG_RX_NSS - Same NSS values are
[all …]
/freebsd/contrib/sqlite3/
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
185 ** large file support, or if the OS is windows, these should be no-ops.
191 ** Large file support can be disabled using the -DSQLITE_DISABLE_LFS switch
[all …]