| /freebsd-src/sys/contrib/device-tree/Bindings/power/supply/ | 
| H A D | gpio-charger.yaml | 1 # SPDX-License-Identifier: GPL-2.03 ---
 4 $id: http://devicetree.org/schemas/power/supply/gpio-charger.yaml#
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 10   - Sebastian Reichel <sre@kernel.org>
 19     const: gpio-charger
 21   charger-type:
 23       - unknown
 24       - battery
 25       - ups
 [all …]
 
 | 
| H A D | rohm,bd99954.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 10   - Matti Vaittinen <mazziesaccount@gmail.com>
 11   - Markus Laine <markus.laine@fi.rohmeurope.com>
 12   - Mikko Mutanen <mikko.mutanen@fi.rohmeurope.com>
 15   The ROHM BD99954 is a Battery Management LSI for 1-4 cell Lithium-Ion
 16   secondary battery intended to be used in space-constraint equipment such
 18   provides a Dual-source Battery Charger, two port BC1.2 detection and a
 21 $ref: power-supply.yaml#
 [all …]
 
 | 
| H A D | qcom,pm8941-charger.yaml | 1 # SPDX-License-Identifier: GPL-2.03 ---
 4 $id: http://devicetree.org/schemas/power/supply/qcom,pm8941-charger.yaml#
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 7 title: Qualcomm Switch-Mode Battery Charger and Boost
 10   - Sebastian Reichel <sre@kernel.org>
 15       - qcom,pm8226-charger
 16       - qcom,pm8941-charger
 23       - description: charge done
 24       - description: charge fast mode
 [all …]
 
 | 
| H A D | summit,smb347-charger.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---
 4 $id: http://devicetree.org/schemas/power/supply/summit,smb347-charger.yaml#
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 10   - David Heidelberg <david@ixit.cz>
 11   - Dmitry Osipenko <digetx@gmail.com>
 16       - summit,smb345
 17       - summit,smb347
 18       - summit,smb358
 26   monitored-battery:
 [all …]
 
 | 
| H A D | qcom_smbb.txt | 1 Qualcomm Switch-Mode Battery Charger and Boost4 - compatible:
 8                - "qcom,pm8941-charger"
 10 - reg:
 12   Value type: <prop-encoded-array>
 15 - interrupts:
 17   Value type: <prop-encoded-array>
 21                - charge done
 22                - charge fast mode
 23                - charge trickle mode
 [all …]
 
 | 
| H A D | bq25980.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)4 ---
 6 $schema: http://devicetree.org/meta-schemas/core.yaml#
 11   - Andrew Davis <afd@ti.com>
 15   for use in high-power density portable electronics. These inductorless
 20   - $ref: power-supply.yaml#
 25       - ti,bq25980
 26       - ti,bq25975
 27       - ti,bq25960
 32   ti,watchdog-timeout-ms:
 [all …]
 
 | 
| H A D | bq256xx.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)4 ---
 6 $schema: http://devicetree.org/meta-schemas/core.yaml#
 11   - Andrew Davis <afd@ti.com>
 14   The bq256xx devices are a family of highly-integrated battery charge
 15   management and system power management ICs for single cell Li-ion and Li-
 19     - https://www.ti.com/lit/ds/symlink/bq25600.pdf
 20     - https://www.ti.com/lit/ds/symlink/bq25601.pdf
 21     - https://www.ti.com/lit/ds/symlink/bq25600d.pdf
 22     - https://www.ti.com/lit/ds/symlink/bq25601d.pdf
 [all …]
 
 | 
| H A D | battery.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 10   - Sebastian Reichel <sre@kernel.org>
 14   In smart batteries, these are typically stored in non-volatile memory
 16   no appropriate non-volatile memory, or it is unprogrammed/incorrect.
 27   Batteries must be referenced by chargers and/or fuel-gauges using a phandle.
 28   The phandle's property should be named "monitored-battery".
 32     const: simple-battery
 34   device-chemistry:
 [all …]
 
 | 
| H A D | bq2415x.yaml | 1 # SPDX-License-Identifier: GPL-2.04 ---
 6 $schema: http://devicetree.org/meta-schemas/core.yaml#
 8 title: TI bq2415x Li-Ion Charger
 11   - Sebastian Reichel <sre@kernel.org>
 14   - $ref: power-supply.yaml#
 19       - ti,bq24150
 20       - ti,bq24150a
 21       - ti,bq24151
 22       - ti,bq24151a
 [all …]
 
 | 
| H A D | bq24257.txt | 1 Binding for TI bq24250/bq24251/bq24257 Li-Ion Charger4 - compatible: Should contain one of the following:
 8 - reg: integer, i2c address of the device.
 9 - interrupts: Interrupt mapping for GPIO IRQ (configure for both edges). Use in
 10     conjunction with "interrupt-parent".
 11 - ti,battery-regulation-voltage: integer, maximum charging voltage in uV.
 12 - ti,charge-current: integer, maximum charging current in uA.
 13 - ti,termination-current: integer, charge will be terminated when current in
 14     constant-voltage phase drops below this value (in uA).
 17 - pg-gpios: GPIO used for connecting the bq2425x device PG (Power Good) pin.
 [all …]
 
 | 
| H A D | bq24257.yaml | 1 # SPDX-License-Identifier: GPL-2.04 ---
 6 $schema: http://devicetree.org/meta-schemas/core.yaml#
 8 title: Bq24250, bq24251 and bq24257 Li-Ion Charger
 11   - Sebastian Reichel <sre@kernel.org>
 14   - $ref: power-supply.yaml#
 19       - ti,bq24250
 20       - ti,bq24251
 21       - ti,bq24257
 29   ti,battery-regulation-voltage:
 [all …]
 
 | 
| H A D | bq2415x.txt | 1 Binding for TI bq2415x Li-Ion Charger4 - compatible: Should contain one of the following:
 17 - reg:			   integer, i2c address of the device.
 18 - ti,current-limit:	   integer, initial maximum current charger can pull
 20 - ti,weak-battery-voltage: integer, weak battery voltage threshold in mV.
 23 - ti,battery-regulation-voltage: integer, maximum charging voltage in mV.
 24 - ti,charge-current:	   integer, maximum charging current in mA.
 25 - ti,termination-current:  integer, charge will be terminated when current in
 26 			   constant-voltage phase drops below this value (in mA).
 27 - ti,resistor-sense:	   integer, value of sensing resistor in milliohm.
 [all …]
 
 | 
| /freebsd-src/sys/contrib/device-tree/Bindings/regulator/ | 
| H A D | regulator.yaml | 1 # SPDX-License-Identifier: GPL-2.03 ---
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 7 title: Voltage/Current Regulators
 10   - Liam Girdwood <lgirdwood@gmail.com>
 11   - Mark Brown <broonie@kernel.org>
 14   regulator-name:
 18   regulator-min-microvolt:
 21   regulator-max-microvolt:
 24   regulator-microvolt-offset:
 [all …]
 
 | 
| /freebsd-src/usr.bin/limits/ | 
| H A D | limits.1 | 51 .Bl -tag -width indent69 By default, this will output the current kernel resource settings
 75 options, you may also display the current resource settings modified
 76 by the appropriate login class resource limit entries from
 94 .Ic limit
 107 resource limit settings, and provides the benefit of allowing
 115 .Dl "eval `limits -e -C daemon`"
 119 to be evaluated and set by the current shel
 [all...]
 | 
| /freebsd-src/sys/contrib/device-tree/Bindings/leds/backlight/ | 
| H A D | qcom-wled.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---
 4 $id: http://devicetree.org/schemas/leds/backlight/qcom-wled.yaml#
 5 $schema: http://devicetree.org/meta-schema
 [all...]
 | 
| /freebsd-src/contrib/ldns/ldns/ | 
| H A D | buffer.h | 2  * buffer.h -- generic memory buffer.4  * Copyright (c) 2005-2008, NLnet Labs. All rights reserved.
 45  * to the current end of a buffer, read from the current position, and
 52 	/** The current position used for reading/writing */
 55 	/** The read/write limit */
 67 	/** The current state of the buffer. If writing to the buffer fails
 85 	assert(buffer->_position <= buffer->_limit);  in ldns_buffer_invariant()
 86 	assert(buffer->_limit <= buffer->_capacity);  in ldns_buffer_invariant()
 87 	assert(buffer->_data != NULL);  in ldns_buffer_invariant()
 111  * clears the buffer and make it ready for writing.  The buffer's limit
 [all …]
 
 | 
| H A D | parse.h | 6  * (c) NLnet Labs, 2005-200630  * Contains some low-level parsing functions, mostly used in the _frm_str
 54  * \param[in] *limit how much to read. If 0 the builtin maximum is used
 57 ssize_t ldns_fget_token(FILE *f, char *token, const char *delim, size_t limit);
 66  * \param[in] *limit how much to read. If 0 use builtin maximum
 67 …* \param[in] line_nr pointer to an integer containing the current line number (for debugging purpo…
 70 ssize_t ldns_fget_token_l(FILE *f, char *token, const char *delim, size_t limit, int *line_nr);
 81  *                     double the size (of limit).
 83  *                     and limit must be set to the buffer size. In that case
 85  * \param[in,out] *limit reference to the size of the token buffer. Will be
 [all …]
 
 | 
| /freebsd-src/contrib/unbound/sldns/ | 
| H A D | sbuffer.h | 2  * buffer.h -- generic memory buffer.4  * Copyright (c) 2005-2008, NLnet Labs. All rights reserved.
 113  * to the current end of a buffer, read from the current position, and
 118 	/** The current position used for reading/writing */
 121 	/** The read/write limit */
 133 	/** The current state of the buffer. If writing to the buffer fails
 150 	assert(buffer->_position <= buffer->_limit);  in sldns_buffer_invariant()
 151 	assert(buffer->_limit <= buffer->_capacity);  in sldns_buffer_invariant()
 152 	assert(buffer->_data != NULL);  in sldns_buffer_invariant()
 185  * clears the buffer and make it ready for writing.  The buffer's limit
 [all …]
 
 | 
| /freebsd-src/share/doc/smm/04.quotas/ | 
| H A D | quotas.ms | 28 .EH 'SMM:4-%''Disc Quotas in a \s-2UNIX\s+2 Environment'29 .OH 'Disc Quotas in a \s-2UNIX\s+2 Environment''SMM:4-%'
 32 Disc Quotas in a \s-2UNIX\s+2\s-3\u*\d\s0 Environment
 56 exceed their allotted limit, but allow some
 57 extra space for current work.
 62 \s-2VMUNIX\s0 that may be included when the
 77 A limit can be set on the amount of space a user
 78 can occupy, and there may be a limit on the number
 84 of these areas, and current usage.
 86 There are four numbers for each limit, the current
 [all …]
 
 | 
| /freebsd-src/share/man/man5/ | 
| H A D | quota.user.5 | 50 .Bl -bullet -offset indent -compact52 Current block usage
 54 Current number of files
 56 Soft block limit
 58 Soft file limit
 60 Hard block limit
 62 Hard file limit
 64 Block grace time remaining if over the soft limit
 66 File grace time remaining if over the soft limit
 88 Data is only maintained for ids that have either non-zero usage or
 [all …]
 
 | 
| /freebsd-src/sys/ufs/ufs/ | 
| H A D | quota.h | 1 /*-2  * SPDX-License-Identifier: BSD-3-Clause
 44  * failure). The timer is started when the user crosses their soft limit, it
 45  * is reset when they go below their soft limit.
 83 #define	Q_GETQUOTA32	0x0300	/* get limits and usage (32-bit version) */
 84 #define	Q_SETQUOTA32	0x0400	/* set limits and usage (32-bit version) */
 85 #define	Q_SETUSE32	0x0500	/* set usage (32-bit version) */
 87 #define	Q_GETQUOTA	0x0700	/* get limits and usage (64-bit version) */
 88 #define	Q_SETQUOTA	0x0800	/* set limits and usage (64-bit version) */
 89 #define	Q_SETUSE	0x0900	/* set usage (64-bit version) */
 [all …]
 
 | 
| /freebsd-src/contrib/llvm-project/clang/lib/Format/ | 
| H A D | ContinuationIndenter.h | 1 //===--- ContinuationIndenter.h - Format C++ code ------[all...]
 | 
| /freebsd-src/contrib/llvm-project/lldb/source/Commands/ | 
| H A D | CommandObjectDisassemble.cpp | 1 //===-- CommandObjectDisassemble.cpp --------------------------------------===//5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 7 //===----------------------------------------------------------------------===//
 98     // Disassemble the current source line kind of implies showing mixed source  in SetOptionValue()
 110         execution_context ? execution_context->GetTargetSP() : TargetSP();  in SetOptionValue()
 111     if (target_sp && (target_sp->GetArchitecture().GetTriple().getArch() ==  in SetOptionValue()
 113                       target_sp->GetArchitecture().GetTriple().getArch() ==  in SetOptionValue()
 133       const auto &target_sp = execution_context->GetTargetSP();  in SetOptionValue()
 134       auto platform_ptr = target_sp ? target_sp->GetPlatform().get() : nullptr;  in SetOptionValue()
 176       execution_context ? execution_context->GetTargetPtr() : nullptr;  in OptionParsingStarting()
 [all …]
 
 | 
| /freebsd-src/share/man/man4/ | 
| H A D | auditpipe.4 | 30 .Nd "pseudo-device for live audit event tracking"39 provide a reliable long-term store for audit log information, current log
 41 unwieldy for live monitoring applications such as host-based intrusion
 47 direct access to live BSM audit data for the purposes of real-time
 64 Audit pipe devices are blocking by default, but support non-blocking I/O,
 77 .Bl -tag -width ".Dv AUDITPIPE_GET_MAXAUDITDATA"
 79 Query the current number of records available for reading on the pipe.
 81 Retrieve the current maximum number of records that may be queued for reading
 84 Set the current maximum number of records that may be queued for reading on
 86 The new limit must fall between the queue limit minimum and queue limit
 [all …]
 
 | 
| /freebsd-src/lib/libsys/ | 
| H A D | getrlimit.2 | 46 Limits on the consumption of system resources by the current process56 .Bl -tag -width RLIMIT_FSIZEAA
 86 The maximum number of pseudo-terminals this user id is allowed to create.
 88 The maximum total size of in-kernel buffers for bi-directional pipes/fifos
 105 The limit is merely a hint to the VM daemon to prefer to deactivate pages from
 119 This limit is enforced only if bit 1 of the
 126 The limit of the number of process-share
 [all...]
 |