Home
last modified time | relevance | path

Searched +full:ot +full:- +full:level +full:- +full:select (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Drichtek,rt6245-regulator.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/regulator/richtek,rt6245-regulator.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - ChiYuan Huang <cy_huang@richtek.com>
13 The RT6245 is a high-performance, synchronous step-down converter
18 - $ref: regulator.yaml#
23 - richtek,rt6245
28 enable-gpios:
31 it will be treat as a default-on power.
[all …]
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzio.c1 // SPDX-License-Identifier: CDDL-1.0
10 * or https://opensource.org/licenses/CDDL-1.0.
91 #define BP_SPANB(indblkshift, level) \ argument
92 (((uint64_t)1) << ((level) * ((indblkshift) - SPA_BLKPTRSHIFT)))
95 * The following actions directly effect the spa's sync-to-convergence logic.
113 * lot of block's size will change and thus we have to re-allocate (not
134 #define IO_IS_ALLOCATING(zio) ((zio)->io_orig_pipeline & ZIO_STAGE_DVA_ALLOCATE)
181 zio_stats_t *zs = ksp->ks_data; in zio_kstats_update()
185 zs->ziostat_total_allocations.value.ui64 = in zio_kstats_update()
187 zs->ziostat_alloc_class_fallbacks.value.ui64 = in zio_kstats_update()
[all …]
H A Ddsl_scan.c1 // SPDX-License-Identifier: CDDL-1.0
10 * or https://opensource.org/licenses/CDDL-1.0.
71 * case with pools given the allocation patterns of copy-on-write filesystems.
73 * way that will most benefit physical disks (LBA-order).
109 * This new algorithm is backwards compatible with the legacy on-disk data
150 * limit before each txg. If finer-grained control of this is needed
173 * fill_weight is non-tunable at runtime, so we copy it at module init from
232 ((scn)->scn_phys.scn_func == POOL_SCAN_SCRUB || \
233 (scn)->scn_phys.scn_func == POOL_SCAN_RESILVER)
236 ((scn)->scn_phys.scn_func == POOL_SCAN_SCRUB)
[all …]
/freebsd/contrib/bmake/
H A Dbmake.cat14 bbmmaakkee - maintain program dependencies
7 …bmmaakkee [--BBeeiikkNNnnqqrrSSssttWWwwXX] [--CC _d_i_r_e_c_t_o_r_y]…
8 …[--ff _m_a_k_e_f_i_l_e] [--II _d_i_r_e_c_t_o_r_y] [--JJ _p_r_i_v_a_t_…
9 …[--mm _d_i_r_e_c_t_o_r_y] [--TT _f_i_l_e] [--VV _v_a_r_i_a_b_l_e] [--v…
15 which programs and other files depend. If no --ff _m_a_k_e_f_i_l_e option is
21 thorough description of bbmmaakkee and makefiles, please refer to _P_M_a_k_e _- _A
29 --BB Try to be backwards compatible by executing a single shell per
33 --CC _d_i_r_e_c_t_o_r_y
35 anything else. If multiple --CC options are specified, each is
36 interpreted relative to the previous one: --CC _/ --CC _e_t_c is
[all …]
/freebsd/contrib/ncurses/man/
H A Dinfocmp.1m3 .\" Copyright 2018-2023,2024 Thomas E. Dickey *
4 .\" Copyright 1998-2017,2018 Free Software Foundation, Inc. *
32 .TH @INFOCMP@ 1M 2024-03-16 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "User commands"
54 \fB@INFOCMP@\fP \-
57 \fB@INFOCMP@\fP [\fB\-\
85 …[\fB\-v\fR \fIn\fR] [\fB\-s d\fR| \fBi\fR| \fBl\fR| \fBc\fR] [\fB\-Q\fR \fIn\fR] [\fB\-R \fBsubset…
86 [\fB\-w\fP\ \fIwidth\fP] [\fB\-A\fP\ \fIdirectory\fP] [\fB\-B\fP\ \fIdirectory\fP]
87 [\fIterminal-type\fP ...]
97 If no options are specified and zero or one \fIterminal-types\fP are
100 \fB\-I\fP option will be assumed.
[all …]
/freebsd/sys/contrib/zstd/lib/dictBuilder/
H A Dcover.c5 * This source code is licensed under both the BSD-style license (found in the
8 * You may select, at your option, one of the above-listed licenses.
15 * Effective Construction of Relative Lempel-Ziv Dictionaries
18 * Adapted from code originally written by @ot (Giuseppe Ottaviano).
21 /*-*************************************
40 /*-*************************************
47 * Most 32bit platforms have 2GB user-mode addressable space and we allocate a large
50 #define COVER_MAX_SAMPLES_SIZE (sizeof(size_t) == 8 ? ((unsigned)-1) : ((unsigned)1 GB))
53 /*-*************************************
80 if ((clock() - g_time > g_refreshRate) || (displayLevel >= 4)) { \
[all …]
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_torus.c3 * DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
5 * Copyright (c) 2009-2011 ZIH, TU Dresden, Federal Republic of Germany. All rights reserved.
6 * Copyright (c) 2010-2012 Mellanox Technologies LTD. All rights reserved.
18 * - Redistributions of source code must retain the above
22 * - Redistributions in binary form must reproduce the above
70 * UNKNOWN - Uninitialized endpoint.
71 * SRCSINK - generates or consumes traffic, and thus has an associated LID;
73 * PASSTHRU - Has no associated LID; i.e. a switch port.
75 * If it is possible to communicate in-band with a switch, it will require
92 * ==> This endpoint is the switch port used for in-band communication
[all …]
/freebsd/contrib/mandoc/
H A DNEWS7 --- MAJOR NEW FEATURES ---
11 * man(1): let -w without argument show the manpath, like in man-db and man-1.6
12 * -T html: wrap text and phrasing elements in paragraphs unless already
17 --- MINOR NEW FEATURES ---
18 * man(1): switch the default pager from "more -s" to "less"
20 mandoc.db(5), accept files "man<one-digit-section>/<name>.<full-section>"
21 in addition to the already supported "man<full-section>/name.[01-9]*"
23 a heads-up on stderr at the end because otherwise, users may easily
25 * man.cgi(8): add a Content-Security-Policy HTTP header
27 * mandoc.css: support prefers-color-scheme: dark
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1 //===--- Options.td - Options for clang -----------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
38 // The option is a "driver"-only option, and should not be forwarded to other
39 // tools via `-Xarch` options.
42 // LinkerInput - The option is a linker input.
45 // NoArgumentUnused - Don't report argument unused warnings for this option; this
46 // is useful for options like -static or -dynamic which a user may always end up
50 // Unsupported - The option is unsupported, and the driver will reject command
[all …]
/freebsd/sys/dev/sound/usb/
H A Duaudio.c3 /*-
4 * SPDX-License-Identifier: BSD-2-Clause
123 if (err != 0 || req->newptr == NULL || val == uaudio_buffer_ms) in uaudio_buffer_ms_sysctl()
144 &uaudio_debug, 0, "uaudio debug level");
149 #define UAUDIO_NFRAMES 64 /* must be factor of 8 due HS-USB */
157 #define BIT_TEST(bm,bno) (((bm)[(bno) / 8] >> (7 - ((bno) % 8))) & 1)
159 #define MIX(sc) ((sc)->sc_mixer_node)
436 {UA_FMT_PCM8, 8, AFMT_U8, "8-bit U-LE PCM"},
437 {UA_FMT_PCM8, 16, AFMT_U16_LE, "16-bit U-LE PCM"},
438 {UA_FMT_PCM8, 24, AFMT_U24_LE, "24-bit U-LE PCM"},
[all …]
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt1 ----------------------------------------
6 Added option to skip the global lock for SMM - Huacai Chen
8 Fixed non-NUL terminated string implementations - Ahmed Salem
10 Fixed CCEL and CDAT templates - Ahmed Salem
12 …ethod parameters (definition) vs arguments (invocation) in different places - Peter Williams, Hans…
14 Define distinct D3 states (D3Hot and D3Cold) that help clarify the device behavior support - Aymeri…
19 ----------------------------------------
26 Add complete support for 3 new ACPI tables - MRRM,ERDT and RIMT (Tony Luck & V L Sunil)
32 A few fixes including local cache allocation, FFixedHW Region, attribute packing, string vs. non-st…
35 ----------------------------------------
[all …]
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES13 - Prevent transaction stuffing by ensuring SMTP clients
19 - Accept only CRLF . CRLF as end of an SMTP message
22 - Do not accept a CR or LF except in the combination
31 are used, i.e., TLSA RR 2-x-y and 3-x-y are supported
76 because the -a. option has been removed (as it only
79 VACATION: Add support for Return-Path header to set sender
81 VACATION: Honor RFC3834 and avoid an auto-reply if
82 'Auto-Submitted: no' is found in the headers to
84 VACATION: Avoid an auto-reply if a 'List-Id:' is found in
119 When EAI is enabled, mailq prints UTF-8 addresses as such
[all …]
/freebsd/contrib/ncurses/misc/
H A Dterminfo.src7 # bug-ncurses@gnu.org
19 # under the ncurses MIT-style license. That was the effect of the agreement
33 # some portions of the data are derivative work under a compatible MIT-style
36 #------------------------------------------------------------------------------
37 # https://invisible-island.net/ncurses/ncurses.faq.html#terminfo_copying
38 # https://invisible-island.net/personal/copyrights.html#removing_notes
39 #------------------------------------------------------------------------------
48 # Please e-mail changes to terminfo@thyrsus.com; the old termcap@berkeley.edu
54 # This file describes the capabilities of various character-cell terminals,
55 # as needed by software such as screen-oriented editors.
[all …]
/freebsd/contrib/ntp/
H A DCommitLog1 ChangeSet@1.4062, 2024-05-25 00:06:49-07:00, ntpreleng@ntp-build.tal1.ntfo.org
5 ChangeLog@1.2103 +1 -0
8 ntpd/invoke-ntp.conf.texi@1.231 +1 -1
11 ntpd/invoke-ntp.keys.texi@1.214 +1 -1
14 ntpd/invoke-ntp
[all...]
/freebsd/share/termcap/
H A Dtermcap38 # << EOH - after reordering, above header lines survive and this line dies >>
50 # Terminal names look like <manufacturer> <model> - <modes/options>
61 # w Wide - in 132 column mode.
63 # na No arrow keys - termcap ignores arrow keys which are
85 # Comments in this file begin with # - they cannot appear in the middle
93 # cap_mkdb -f /usr/share/misc/termcap /etc/termcap
102 # # --------------------------------
110 # It has been tried in a minimal way -- the Agile did not blow up!
113 # Ralph Keirstead (ralph@sri-unix);
122 1620-m8|1640-m8|diablo 1620 w/8 column left margin:\
[all …]