/freebsd/sys/contrib/device-tree/Bindings/power/supply/ |
H A D | gpio-charger.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 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 | 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 …]
|
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
H A D | imx6dl-b1x5pv2.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 OR MIT 6 // Copyright 2018-2021 General Electric Company 7 // Copyright 2018-2021 Collabora 9 #include <dt-bindings/input/input.h> 10 #include "imx6dl-qmx6.dtsi" 14 stdout-path = &uart3; 20 operating-points = < 25 fsl,soc-operatin [all...] |
/freebsd/sys/dev/xen/balloon/ |
H A D | balloon.c | 4 * Xen balloon driver - enables returning/claiming memory to/from Xen. 7 * Copyright (c) 2003-2004, M Williamson, K Fraser 13 * Permission is hereby granted, free of charge, to any person obtaining a copy 44 #include <xen/xen-os.h> 52 #define KB_TO_PAGE_SHIFT (PAGE_SHIFT - 10) 60 /* We aim for 'current allocation' == 'target allocation'. */ 63 /* We may hit the hard limit in Xen. If we do then we remember it. */ 67 * must inform the balloon driver so we avoid hitting the hard limit. 70 /* Number of pages in high- and low-memory balloons. */ 82 SYSCTL_ULONG(_dev_xen_balloon, OID_AUTO, current, CTLFLAG_RD, [all …]
|
/freebsd/sys/vm/ |
H A D | vm_map.c | 1 /*- 2 * SPDX-License-Identifier: (BSD-3-Clause AND MIT-CMU) 8 * The Mach Operating System project at Carnegie-Mellon University. 35 * Copyright (c) 1987, 1990 Carnegie-Mellon University. 55 * Pittsburgh PA 15213-3890 62 * Virtual memory mapping module. 100 * Virtual memory maps provide for the mapping, protection, 107 * Maps consist of an ordered doubly-linked list of simple 108 * entries; a self-adjusting binary search tree of these 121 * another, and then marking both regions as copy-on-write. [all …]
|
H A D | vm_object.c | 1 /*- 2 * SPDX-License-Identifier: (BSD-3-Clause AND MIT-CMU) 8 * The Mach Operating System project at Carnegie-Mellon University. 35 * Copyright (c) 1987, 1990 Carnegie-Mellon University. 55 * Pittsburgh PA 15213-3890 137 * objects from which they were virtual-copied. 182 KASSERT(object->ref_count == 0, in vm_object_zdtor() 183 ("object %p ref_count = %d", object, object->ref_count)); in vm_object_zdtor() 184 KASSERT(TAILQ_EMPTY(&object->memq), in vm_object_zdtor() 186 KASSERT(vm_radix_is_empty(&object->rtree), in vm_object_zdtor() [all …]
|
H A D | swap_pager.c | 1 /*- 2 * SPDX-License-Identifier: BSD-4-Clause 47 * - The new swapper uses the new radix bitmap code. This should scale 53 * - on the fly reallocation of swap during putpages. The new system 57 * - on the fly deallocation of swap 59 * - No more garbage collection required. Unnecessarily allocated swap 61 * cycled (in a high-load system) by the pager. We also do on-the-fly 123 * The 64-page limit is due to the radix code (kern/subr_blist.c). 137 * SWAP_META_PAGES-aligned and sized range to the address of an 138 * on-disk swap block (or SWAPBLK_NONE). The collection of these [all …]
|
/freebsd/contrib/ncurses/progs/ |
H A D | dump_entry.c | 2 * Copyright 2018-2022,2023 Thomas E. Dickey * 3 * Copyright 1998-2016,2017 Free Software Foundation, Inc. * 5 * Permission is hereby granted, free of charge, to any person obtaining a * 31 * Author: Zeyd M. Ben-Halim <zmbenhal@netcom.com> 1992,1995 * 63 static int column; /* current column, limited by 'width' */ 65 static bool pretty; /* true if we format if-then-else strings */ 66 static bool wrapped; /* true if we wrap too-long strings */ 88 #define V_HPUX 2 /* HP-UX */ 120 size_t want = need + dst->used + 1; in strncpy_DYN() 121 if (want > dst->size) { in strncpy_DYN() [all …]
|
/freebsd/sys/dev/random/fenestrasX/ |
H A D | fx_pool.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 56 * Timer-based reseed interval growth factor and limit in seconds. (§ 3.2) 74 * normal round-robin allocation after each timer reseed. (§ 3.4) 82 * sources are assumed to provide high-quality random bytes. Pull sources are 86 * design, low-quality sources push into some global ring buffer and then get 124 * This table is a mapping of randomdev's current source abstractions to the 208 /* Useful for single-bit-per-source state. */ 211 /* XXX Borrowed from not-yet-committed D22702. */ 215 &(p)->__bits[__bitset_word((_s), (n))], (n)) != 0) [all …]
|
/freebsd/contrib/ncurses/man/ |
H A D | terminfo.tail | 2 .\" Copyright 2018-2023,2024 Thomas E. Dickey * 3 .\" Copyright 1998-2016,2017 Free Software Foundation, Inc. * 5 .\" Permission is hereby granted, free of charge, to any person obtaining a * 32 .SS "User-Defined Capabilities" 41 \fI\%ncurses\fP addresses this limitation by allowing user-defined 44 the \fB\-x\fP option for this purpose. 45 When \fB\-x\fP is set, 46 \fB@TIC@\fP treats unknown capabilities as user-defined. 56 User-defined capability strings whose name begins 70 user-defined capabilities intended for use by termcap applications should [all …]
|
/freebsd/sys/contrib/xen/io/ |
H A D | netif.h | 4 * Unified network-device I/O interface for Xen guest OSes. 6 * Permission is hereby granted, free of charge, to any person obtaining a copy 24 * Copyright (c) 2003-2004, Keir Fraser 55 * feature 'feature-rx-notify' via xenbus. Otherwise the backend will assume 60 * "feature-split-event-channels" is introduced to separate guest TX 66 * "event-channel-tx" and "event-channel-rx" respectively. If frontend 67 * doesn't want to use this feature, it just writes "event-channel" 73 * If supported, the backend will write the key "multi-queue-max-queues" to 77 * key "multi-queue-num-queues", set to the number they wish to use, which 79 * in "multi-queue-max-queues". [all …]
|
/freebsd/contrib/ncurses/include/ |
H A D | Caps-ncurses | 2 # Copyright 2019-2022,2023 Thomas E. Dickey # 4 # Permission is hereby granted, free of charge, to any person obtaining a # 31 # $Id: Caps-ncurses,v 1.15 2023/10/28 21:55:47 tom Exp $ 49 #memory_lock meml str ml - - ----K lock memory above cursor 50 #memory_unlock memu str mu - - ----K unlock memory 51 #plab_norm pln str pn - - ----- program label #1 to show string #2 52 #label_on smln str LO - - ----- turn on soft labels 53 #label_off rmln str LF - - ----- turn off soft labels 54 #key_f11 kf11 str F1 - - ----- F11 function key 55 #key_f12 kf12 str F2 - - ----- F12 function key [all …]
|
H A D | Caps.aix4 | 2 # Copyright 2019-2023,2024 Thomas E. Dickey # 3 # Copyright 2001-2015,2016 Free Software Foundation, Inc. # 5 # Permission is hereby granted, free of charge, to any person obtaining a # 43 # This file has three major sections; a standard-capabilities table, two 44 # extension-capability tables, and a section of aliases declarations. 53 # Column 5: KEY_xxx name, if any, `-' otherwise 54 # Column 6: value for KEY_xxx name, if any, `-' otherwise 56 # translations, `-' otherwise 59 # The codes following [Y-] in column 7 describe the versions of termcap which 63 # lot of old termcap-using programs). The codes read as follows: [all …]
|
/freebsd/contrib/ncurses/ |
H A D | announce.html.in | 1 <!-- 4 * Copyright 2018-2023,2024 Thomas E. Dickey * 6 * Permission is hereby granted, free of charge, to any person obtaining a * 30 --> 31 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> 37 <link rel="author" href="mailto:bug-ncurses@gnu.org"> 38 <meta http-equiv="Content-Type" content= 39 "text/html; charset=us-ascii"> 41 p,li { max-width:700px; } 42 dd { max-width:630px; } [all …]
|
H A D | NEWS | 1 ------------------------------------------------------------------------------- 2 -- Copyright 2018-2023,2024 Thomas E. Dickey -- 3 -- Copyright 1998-2017,2018 Free Software Foundation, Inc. -- 4 -- -- 5 -- Permission is hereby granted, free of charge, to any person obtaining a -- 6 -- copy of this software and associated documentation files (the -- 7 -- "Software"), to deal in the Software without restriction, including -- 8 -- without limitation the rights to use, copy, modify, merge, publish, -- 9 -- distribute, distribute with modifications, sublicense, and/or sell copies -- 10 -- of the Software, and to permit persons to whom the Software is furnished -- [all …]
|
H A D | INSTALL | 1 ------------------------------------------------------------------------------- 2 -- Copyright 2018-2023,2024 Thomas E. Dickey -- 3 -- Copyright 1998-2017,2018 Free Software Foundation, Inc. -- 4 -- -- 5 -- Permission is hereby granted, free of charge, to any person obtaining a -- 6 -- copy of this software and associated documentation files (the -- 7 -- "Software"), to deal in the Software without restriction, including -- 8 -- without limitation the rights to use, copy, modify, merge, publish, -- 9 -- distribute, distribute with modifications, sublicense, and/or sell copies -- 10 -- of the Software, and to permit persons to whom the Software is furnished -- [all …]
|
H A D | aclocal.m4 | 2 dnl Copyright 2018-2023,2024 Thomas E. Dickey * 3 dnl Copyright 1998-2017,2018 Free Software Foundation, Inc. * 5 dnl Permission is hereby granted, free of charge, to any person obtaining a * 30 dnl Author: Thomas E. Dickey 1995-on 33 dnl Macros used in NCURSES auto-configuration script. 40 dnl https://invisible-island.net/autoconf/ 41 dnl https://invisible-island.net/autoconf/my-autoconf.html 43 dnl --------------------------------------------------------------------------- 44 dnl --------------------------------------------------------------------------- 46 dnl ------------------- [all …]
|
/freebsd/sys/kern/ |
H A D | uipc_shm.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2006, 2011, 2016-2017 Robert N. M. Watson 10 * contract FA8650-15-C-7558 ("CADETS"), as part of the DARPA Transparent 39 * Support for shared swap-backed anonymous memory objects via 42 * mapping logic changes. 45 * objects. Per-uid swap resource limit controls total amount of 188 rangelock_unlock(&(shmfd)->shm_rl, (cookie)) 190 rangelock_rlock(&(shmfd)->shm_rl, (start), (end)) 192 rangelock_tryrlock(&(shmfd)->shm_rl, (start), (end)) [all …]
|
/freebsd/contrib/ncurses/doc/html/ |
H A D | ncurses-intro.html | 1 <!-- 2 $Id: ncurses-intro.html,v 1.57 2022/11/26 19:33:46 tom Exp $ 4 * Copyright 2019-2020,2022 Thomas E. Dickey * 5 * Copyright 2000-2013,2017 Free Software Foundation, Inc. * 7 * Permission is hereby granted, free of charge, to any person obtaining a * 31 --> 32 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> 38 <link rel="author" href="mailto:bugs-ncurses@gnu.org"> 39 <meta http-equiv="Content-Type" content= 40 "text/html; charset=us-ascii"> [all …]
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_reset.c | 121 ahp->ah_hwp = HAL_TRUE_CHIP; in ar9300_attach_hw_platform() 196 * Mask used to construct AAD for CCMP-AES in ar9300_init_mfp() 197 * Cisco spec defined bits 0-3 as mask in ar9300_init_mfp() 226 centers->ctl_center = centers->ext_center = in ar9300_get_channel_centers() 227 centers->synth_center = ichan->channel; in ar9300_get_channel_centers() 238 centers->synth_center = ichan->channel + HT40_CHANNEL_CENTER_SHIFT; in ar9300_get_channel_centers() 241 centers->synth_center = ichan->channel - HT40_CHANNEL_CENTER_SHIFT; in ar9300_get_channel_centers() 242 extoff = -1; in ar9300_get_channel_centers() 245 centers->ctl_center = in ar9300_get_channel_centers() 246 centers->synth_center - (extoff * HT40_CHANNEL_CENTER_SHIFT); in ar9300_get_channel_centers() [all …]
|
/freebsd/contrib/bearssl/inc/ |
H A D | bearssl_ssl.h | 4 * Permission is hereby granted, free of charge, to any person obtaining 51 * registry](http://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-4). 93 * Implementation note: SSL-level error codes should be in the 1..31 101 /** \brief SSL status: caller-provided parameter is incorrect. */ 105 with the current context state (e.g. reading data while outgoing data 135 regards to the current engine state. */ 182 /** \brief SSL status: internal limit exceeded (e.g. server's public key 267 * `*len` is set to 0 and a non-`NULL` pointer is returned. 306 * preceded by a 5-byte space which will receive the record 310 * both `*start` and `*end` to make room for any record-specific [all …]
|
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | hsi_struct_def.h | 1 /*- 34 * Copyright(c) 2001-2025, Broadcom. All rights reserved. The 71 * * 0x0-0xFFF8 - The function ID 72 * * 0xFFF8-0xFFFC, 0xFFFE - Reserved for internal processors 73 * * 0xFFFD - Reserved for user-space HWRM interface 74 * * 0xFFFF - HWRM 122 /* Engine CKV - The Alias key EC curve and ECC public key information. */ 124 /* Engine CKV - Initialization vector. */ 126 /* Engine CKV - Authentication tag. */ 128 /* Engine CKV - The encrypted data. */ [all …]
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | reg_addr.h | 2 * Copyright (c) 2017-2018 Cavium, Inc. 78 …- For ending "endless completion". 0 - When receiving a completion timeout while receiving a compl… 79 … DataWidth:0x4 // 0 - TXCPL sync fifo pop underflow 1 - TXR sync fifo pop underflow 2 - TXW hea… 80 …s:R DataWidth:0x6 // 0 - RX target read and config sync fifo push overflow 1 - RX header syn… 81 …ataWidth:0x14 // 4:0 - TXCPL sync fifo pop status 9:5 - TXR sync fifo pop status 14:10 - TXW hea… 88 …ffff<<0) // Vendor ID. PCI-SIG assigned Manufacturer Identifier. Note: The access attributes of … 90 …ce Identifier. Note: The access attributes of this field are as follows: - Dbi: if (DBI_RO_WR_E… 116 … (0x1<<9) // Fast back-to-back transaction ena… 128 … (0x1<<23) // Fast back-to-back capable. Not ap… 145 …l has_io_bar=0. Note: The access attributes of this field are as follows: - Dbi: if (DBI_RO_WR_E… [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Process.cpp | 1 //===-- Process.cpp -------------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 83 // setting target.process.disable-memory-cache 101 // always try and grab the setting from the current process if there is in GetPropertyAtIndex() 104 Process *process = exe_ctx->GetProcessPtr(); in GetPropertyAtIndex() 108 process->GetValueProperties().get()); in GetPropertyAtIndex() 110 return instance_properties->ProtectedGetPropertyAtIndex(idx); in GetPropertyAtIndex() 185 m_collection_sp->Initialize(g_process_experimental_properties); in ProcessExperimentalProperties() 195 m_collection_sp->Initialize(g_process_properties); in ProcessProperties() [all …]
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.in | 2 %%% BibTeX-file{ 23 %%% (incompletely) 1970 -- 1979. 50 %%% covering 1958--1996 became too large (about 65 %%% Algorithms 1--492. For Algorithms 493--686, 72 %%% cross-referenced in both directions, so 75 %%% Corrigenda. Cross-referenced entries are 77 %%% that each is completely self-contained. 83 %%% ftp://netlib.bell-labs.com/netlib/toms. 88 %%% http://ciir.cs.umass.edu/cgi-bin/web_query_form/public/cacm2.1. 90 %%% The initial draft of entries for 1981 -- [all …]
|