/freebsd/sys/contrib/device-tree/Bindings/power/supply/ |
H A D | bq24257.yaml | 1 # SPDX-License-Identifier: GPL-2.0 4 --- 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.yaml | 1 # SPDX-License-Identifier: GPL-2.0 4 --- 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 Charger 4 - 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 | bq25890.yaml | 1 # SPDX-License-Identifier: GPL-2.0 4 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 title: Bq25890, bq25892, bq25895 and bq25896 Li-Ion Charger 11 - Sebastian Reichel <sre@kernel.org> 14 - $ref: power-supply.yaml# 19 - enum: 20 - ti,bq25890 21 - items: 22 - enum: [all …]
|
H A D | bq2415x.txt | 1 Binding for TI bq2415x Li-Ion Charger 4 - 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 …]
|
H A D | bq25890.txt | 1 Binding for TI bq25890 Li-Ion Charger 7 - compatible: Should contain one of the following: 12 - reg: integer, i2c address of the device. 13 - interrupts: interrupt line; 14 - ti,battery-regulation-voltage: integer, maximum charging voltage (in uV); 15 - ti,charge-current: integer, maximum charging current (in uA); 16 - ti,termination-current: integer, charge will be terminated when current in 17 constant-voltage phase drops below this value (in uA); 18 - ti,precharge-current: integer, maximum charge current during precharge 20 - ti,minimum-sys-voltage: integer, when battery is charging and it is below [all …]
|
H A D | sc2731_charger.txt | 4 - compatible: Should be "sprd,sc2731-charger". 5 - reg: Address offset of charger register. 6 - phys: Contains a phandle to the USB phy. 9 - monitored-battery: phandle of battery characteristics devicetree node. 11 - charge-term-current-microamp: current for charge termination phase. 12 - constant-charge-voltage-max-microvolt: maximum constant input voltage. 18 compatible = "simple-battery"; 19 charge-term-current-microamp = <120000>; 20 constant-charge-voltage-max-microvolt = <4350000>; 27 spi-max-frequency = <26000000>; [all …]
|
H A D | sc2731-charger.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/power/supply/sc2731-charger.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Sebastian Reichel <sre@kernel.org> 13 - $ref: power-supply.yaml# 17 const: sprd,sc2731-charger 26 monitored-battery: 29 - charge-term-current-microamp: current for charge termination phase. 30 - constant-charge-voltage-max-microvolt: maximum constant input voltage. [all …]
|
/freebsd/contrib/kyua/utils/process/ |
H A D | operations.cpp | 61 /// process to construct the arguments list, which would have side-effects in 69 /// Exception-based, type-improved version of wait(2). 71 /// \return The PID of the terminated process and its termination status. 80 if (pid == -1) { in safe_wait() 89 /// Exception-based, type-improved version of waitpid(2). 93 /// \return The termination status of the process. 101 if (process::detail::syscall_waitpid(pid, &stat_loc, 0) == -1) { in safe_waitpid() 113 /// Executes an external binary and replaces the current process. 118 /// This function must also not affect the global state of the current process 136 /// Executes an external binary and replaces the current process. [all …]
|
/freebsd/share/doc/psd/05.sysman/ |
H A D | 1.3.t | 36 the current process context is saved, and a new one 46 the current memory image of the process for use in post-mortem debugging. 72 Other, more cpu-specific hardware signals exist, 73 such as those for the various customer-reserved instructions on 80 process termination, either because a user has ``hung up'', or 81 by user or program request; and SIGKILL, a more powerful termination 90 on a descriptor, or when a \fInon-blocking\fP operation completes. 130 or that a default action (usually process termination) is to occur 143 whether the handler should operate on the normal run-time 145 is non-zero, the previous signal vector is returned. [all …]
|
H A D | 1.1.t | 32 Each UNIX host has associated with it a 32-bit host id, and a host 57 in the range 1-30000 65 in a multi-host environment, the (hostid, process id) pairs are 68 Process creation and termination 79 The parent-child relationship induces a hierarchical structure on 92 event which caused termination of the child process. A 93 second call provides a non-blocking interface and may also be used 119 Each process in the system has associated with it two user-id's: 171 The \fIsetreuid\fP call sets both the real and effective user-id's, 174 Unless the caller is the super-user, \fIruid\fP [all …]
|
/freebsd/share/doc/usd/04.csh/ |
H A D | csh.g | 1 .\"- 40 is in the \s-2UNIX\s0 User Reference manual in section 1. 49 Your current directory has the name `.' as well as the name printed 54 The current directory `.' is usually the first 83 The current directory is printed by 100 of the entire directory system \- called the 114 specifies a shorter or different name for a \s-2UNIX\s0 121 and can print their current values. 128 Commands in \s-2UNIX\s0 receive a list of 163 \- the part after [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/ |
H A D | MinidumpFileBuilder.h | 1 //===-- MinidumpFileBuilder.h ---------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 14 //===----------------------------------------------------------------------===// 30 #include "lldb/lldb-forward.h" 31 #include "lldb/lldb-types.h" 36 // Write std::string to minidump in the UTF16 format(with null termination char) 37 // with the size(without null termination char) preceding the UTF16 string. 38 // Empty strings are also printed with zero length and just null termination 47 /// snapshot the current process state. [all …]
|
/freebsd/lib/libsys/ |
H A D | _exit.2 | 45 .Bl -bullet 57 it is notified of the calling process's termination and 63 The parent process-ID of all of the calling process's existing child 64 processes are set to the process-ID of the calling process's reaper; 75 If the termination of the process causes any process group 86 signal are sent to all members of the newly-orphaned process group. 93 and all current access to the controlling terminal is revoked. 117 .St -p1003.1-90 .
|
H A D | ptrace.2 | 36 .Dq re-parented , 101 .Sh DETACH AND TERMINATION 109 termination, the destiny of the traced children processes is determined 117 Traced processes are un-stopped if needed, and then continue the execution 141 For single-threaded processes there is no difference between specifying 150 .Bl -tag -width security.bsd.unprivileged_proc_debug 203 The current set of tracing event flags include: 204 .Bl -tag -width "Dv PTRACE_SYSCALL" 272 set before completing their termination. 276 and exiting processes do not report an event for the termination of the [all …]
|
H A D | _umtx_op.2 | 49 .St -p1003.1-2001 57 All objects require ABI-mandated alignment, but this is not currently 61 .Bl -tag -width indent 63 Allow selection of the process-shared sleep queue for the thread sleep 66 The process-shared or process-private sleep queue is selected based on 70 Otherwise, if the flag is not specified, the process-private sleep queue 77 .Bl -hang -offset indent 79 .Bd -literal 95 .Bl -tag -width indent 104 The robust mutex is in a non-recoverable state. [all …]
|
/freebsd/lib/libc/compat-43/ |
H A D | sigvec.2 | 38 .Bd -literal 48 .Bf -symbolic 55 the signal is blocked from further occurrence, the current process 65 Normally, signal handlers execute on the current stack 67 This may be changed, on a per-handler basis, 97 is delivered, the current state of the process is saved, 114 This mask is formed by taking the current signal mask, 125 is non-zero, it 138 is non-zero, the previous handling information for the signal 144 .Bl -column SIGVTALARMXX "create core imagexxx" [all …]
|
/freebsd/lib/libc/gen/ |
H A D | signal.3 | 62 those that cause termination of a process and those that do not. 63 Signals which cause termination of a program might result from 73 Most signals result in the termination of the process receiving them 88 .Bl -column No ".Dv SIGVTALRM" "create core image" 99 .It 8 Ta Dv SIGFPE Ta "create core image" Ta "floating-point exception" 103 .It 12 Ta Dv SIGSYS Ta "create core image" Ta "non-existent system call invoked" 105 .It 14 Ta Dv SIGALRM Ta "terminate process" Ta "real-time timer expired" 106 .It 15 Ta Dv SIGTERM Ta "terminate process" Ta "software termination signal" 132 .It 33 Ta Dv SIGLIBRT Ta "terminate process" Ta "real-time library interrupt" 165 .Bf -symbolic [all …]
|
/freebsd/sys/arm/ti/am335x/ |
H A D | am335x_pmic.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 96 rv = am335x_pmic_read(sc->sc_dev, TPS65217_INT_REG, (uint8_t *)&int_reg, 1); in am335x_pmic_intr() 98 device_printf(sc->sc_dev, "Cannot read interrupt register\n"); in am335x_pmic_intr() 102 rv = am335x_pmic_read(sc->sc_dev, TPS65217_STATUS_REG, (uint8_t *)&status_reg, 1); in am335x_pmic_intr() 104 device_printf(sc->sc_dev, "Cannot read status register\n"); in am335x_pmic_intr() 128 sc->sc_dev = dev; in am335x_pmic_probe() 129 /* Convert to 8-bit addressing */ in am335x_pmic_probe() 130 sc->sc_addr = iicbus_get_addr(dev); in am335x_pmic_probe() 151 const char *trange_c[] = {"0-45 C", "0-60 C"}; in am335x_pmic_dump_chgconfig() [all …]
|
/freebsd/share/doc/smm/06.nfs/ |
H A D | 2.t | 38 This section borrows heavily from work done on Spritely-NFS [Srinivasan89], 60 There are three types of leases: read caching, write caching and non-caching. 93 the lease and then waits for lease termination. 94 Lease termination occurs when a \fBvacated the premises\fR message has been 98 correspond to a Sprite server\(->client callback, but are not implemented as an 129 Generating this value is easier said than done. The current implementation 143 0 \(<= Current\(miDisk \(<= 5. 152 The server must maintain the state of all the current leases held by clients. 154 after the server stops issuing leases, there are no current leases left. 190 server as soon as the network connection has been re-established. [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
H A D | MainLoopBase.h | 1 //===-- MainLoopBase.h ------------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 22 // different sources without resorting to multi-threading. Clients can register 31 // Since this class is primarily intended to be used for single-threaded 53 // events are processed. The callback will be executed even if termination 58 // all callbacks deregister themselves or when someone requests termination. 67 return ReadHandleUP(new ReadHandle(*this, object_sp->GetWaitableHandle())); in CreateReadHandle() 73 // the current pending callbacks immediately.
|
/freebsd/contrib/ncurses/man/ |
H A D | form_page.3x | 2 .\" Copyright 2018-2023,2024 Thomas E. Dickey * 3 .\" Copyright 1998-2010,2016 Free Software Foundation, Inc. * 31 .TH form_page 3X 2024-03-16 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls" 33 \fBform_page\fP \- 50 The function \fBset_current_field\fP sets the current field of the given 51 form; \fBcurrent_field\fP returns the current field of the given form. 53 The function \fBunfocus_current_field\fP removes the focus from the current 60 The function \fBform_page\fP returns the form's current page number. 73 Routine detected an incorrect or out-of-range argument. 76 Routine was called from an initialization or termination function.
|
H A D | mitem_current.3x | 2 .\" Copyright 2018-2023,2024 Thomas E. Dickey * 3 .\" Copyright 1998-2006,2010 Free Software Foundation, Inc. * 31 .TH mitem_current 3X 2024-03-16 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls" 33 \fBmitem_current\fP \- 48 The function \fBset_current_item\fP sets the current item (the item on which 51 current item in the given menu. 57 becomes current. 61 The function \fBitem_index\fP returns the (zero-origin) index of \fIitem\fP in 76 Routine detected an incorrect or out-of-range argument. 79 Routine was called from an initialization or termination function. [all …]
|
/freebsd/sys/contrib/device-tree/include/dt-bindings/usb/ |
H A D | pd.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 64 #define PDO_APDO_TYPE_SHIFT 28 /* Only valid value currently is 0x0 - PPS */ 89 * Based on "Table 6-14 Fixed Supply PDO - Sink" of "USB Power Delivery Specification Revision 3.0, 91 * Initial current capability of the new source when vSafe5V is applied. 99 * -------------------- 107 * <15:0> :: USB-IF assigned VID for this cable vendor 139 * ------------- 140 * <31:0> : USB-IF assigned XID for this cable 146 * ----------- 154 * -------- [all …]
|
/freebsd/crypto/openssh/ |
H A D | loginrec.h | 29 ** loginrec.h: platform-independent login recording and lastlog retrieval 53 /* types - different to utmp.h 'type' macros */ 58 /* string lengths - set very long */ 75 int termination; /* process termination status */ member 95 /* fill out a pre-allocated structure with useful information */ 98 /* place the current time in a logininfo struct */
|