Home
last modified time | relevance | path

Searched +full:trim +full:- +full:config (Results 1 – 25 of 195) sorted by relevance

12345678

/freebsd/sys/tools/syscalls/core/
H A Dscarg.lua1 --
2 -- SPDX-License-Identifier: BSD-2-Clause
3 --
4 -- Copyright (c) 2021-2024 SRI International
5 -- Copyright (c) 2024 Tyler Baxter <agge@FreeBSD.org>
6 -- Copyright (c) 2023 Warner Losh <imp@bsdimp.com>
7 -- Copyright (c) 2019 Kyle Evans <kevans@FreeBSD.org>
8 --
10 local config = require("config")
17 -- Check this argument against config for ABI changes from native. Return TRUE
[all …]
/freebsd/sys/tools/syscalls/
H A Dconfig.lua1 --
2 -- SPDX-License-Identifier: BSD-2-Clause
3 --
4 -- Copyright (c) 2021-2024 SRI International
5 -- Copyright (c) 2024 Tyler Baxter <agge@FreeBSD.org>
6 -- Copyright (c) 2023 Warner Losh <imp@bsdimp.com>
7 -- Copyright (c) 2019 Kyle Evans <kevans@FreeBSD.org>
8 --
10 --
11 -- Code to read in the config file that drives this. Since we inherit from the
[all …]
/freebsd/sys/contrib/device-tree/src/mips/cavium-octeon/
H A Docteon_68xx.dts1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
7 * use. Because of this, it contains a super-set of the available
11 compatible = "cavium,octeon-6880";
12 #address-cells = <2>;
13 #size-cells = <2>;
14 interrupt-parent = <&ciu2>;
17 compatible = "simple-bus";
18 #address-cells = <2>;
19 #size-cells = <2>;
[all …]
/freebsd/sys/contrib/device-tree/Bindings/leds/backlight/
H A Darcxcnn_bl.txt4 - compatible: should be "arc,arc2c0608"
5 - reg: slave address
8 - default-brightness: brightness value on boot, value from: 0-4095
9 - label: The name of the backlight device
11 - led-sources: List of enabled channels from 0 to 5.
14 - arc,led-config-0: setting for register ILED_CONFIG_0
15 - arc,led-config-1: setting for register ILED_CONFIG_1
16 - arc,dim-freq: PWM mode frequence setting (bits [3:0] used)
17 - arc,comp-config: setting for register CONFIG_COMP
18 - arc,filter-config: setting for register FILTER_CONFIG
[all …]
/freebsd/sys/contrib/openzfs/cmd/zpool_influxdb/
H A DREADME.md6 stdout. In many ways, this is a metrics-friendly output of
18 |---|---|---|
19 | --execd | -e | For use with telegraf's `execd` plugin. When [enter] is pressed, the pools are sam…
20 | --no-histogram | -n | Do not print histogram information |
21 | --signed-int | -i | Use signed integer data type (default=unsigned) |
22 | --sum-histogram-buckets | -s | Sum histogram bucket values |
23 | --tags key=value[,key=value...] | -t | Add tags to data points. No tag sanity checking is perform…
24 | --help | -h | Print a short usage message |
28 This works well out-of-the-box with an influxdb data source and grafana's
35 Another method for storing histogram data sums the values for lower-value
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Dvdev_impl.h1 // SPDX-License-Identifier: CDDL-1.0
10 * or https://opensource.org/licenses/CDDL-1.0.
150 uint32_t vq_nia_credit; /* Non-interactive I/Os credit. */
167 * On-disk indirect vdev state.
169 * An indirect vdev is described exclusively in the MOS config of a pool.
170 * The config for an indirect vdev includes several fields, which are
233 * requests may be inflated or incur device level read-modify-write
243 void *vdev_tsd; /* type-specific data */
244 vdev_t *vdev_top; /* top-level vdev */
258 uint64_t vdev_crtxg; /* txg when top-level was added */
[all …]
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dqcom,qusb2-phy.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/phy/qcom,qusb2-phy.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Wesley Cheng <quic_wcheng@quicinc.com>
19 - items:
20 - enum:
21 - qcom,ipq5424-qusb2-phy
22 - qcom,ipq6018-qusb2-phy
23 - qcom,ipq8074-qusb2-phy
[all …]
/freebsd/contrib/ntp/util/
H A Dtimetrim.c6 * trim parameter on Silicon Graphics machines. The trim value native
7 * units are nanoseconds per second (10**-9), so a trim value of 1 makes
9 * of zero. Xntpd currently uses units of 2**-20 secs for its frequency
15 * The "-i" flag causes the supplied value to be added to the kernel value.
16 * The "-n" option causes all input and output to be in xntpd units rather
19 * Note that there is a limit of +-3000000 (0.3%) on the timetrim value
25 #include <config.h>
38 #define abs(X) (((X) < 0) ? -(X) : (X))
39 #define USAGE "usage: timetrim [-n] [[-i] value]\n"
54 while (--argc && **++argv == '-' && isalpha((int)argv[0][1])) { in main()
/freebsd/usr.bin/man/
H A Dman.sh3 # SPDX-License-Identifier: BSD-2-Clause
34 ulimit -t 20
40 set -o pipefail
50 *) if [ -d "$1" ]; then
65 if [ -n "$MANLOCALES" ]; then
71 # Trim leading colon
81 if [ -n "$MANSECT" ]; then
87 # Trim leading colon
90 if [ -z "$MANSECT" ]; then
102 if [ -n "$MANPATH" ]; then
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dnvidia,tegra20-sdhci.txt7 by mmc.txt and the properties used by the sdhci-tegra driver.
10 - compatible : should be one of:
11 - "nvidia,tegra20-sdhci": for Tegra20
12 - "nvidia,tegra30-sdhci": for Tegra30
13 - "nvidia,tegra114-sdhci": for Tegra114
14 - "nvidia,tegra124-sdhci": for Tegra124 and Tegra132
15 - "nvidia,tegra210-sdhci": for Tegra210
16 - "nvidia,tegra186-sdhci": for Tegra186
17 - "nvidia,tegra194-sdhci": for Tegra194
18 - clocks: For Tegra210, Tegra186 and Tegra194 must contain two entries.
[all …]
/freebsd/contrib/sqlite3/tea/
H A Dteaish.tcl4 # State for disparate config-time pieces.
6 array set sqlite__Config [proj-strip-hash-comments {
8 # The list of feature --flags which the --all flag implies. This
11 all-flag-enables {fts3 fts4 fts5 rtree geopoly}
13 # >0 if building in the canonical tree. -1=undetermined
14 is-canonical -1
25 set version [proj-file-content -trim $dir/../VERSION]
26 set ::sqlite__Config(is-canonical) 1
27 set distname sqlite-tcl
31 set ::sqlite__Config(is-canonical) 0
[all …]
/freebsd/sys/contrib/openzfs/man/man8/
H A Dzpool.81 .\" SPDX-License-Identifier: CDDL-1.0
10 .\" or https://opensource.org/licenses/CDDL-1.0.
28 .\" Copyright (c) 2017 Open-E, Inc. All Rights Reserved.
71 .Bl -tag -width Ds
79 .Fl V , -version
95 .Bl -tag -width Ds
96 .It Xr zpool-create 8
99 .It Xr zpool-initialize 8
106 .Bl -tag -width Ds
107 .It Xr zpool-destroy 8
[all …]
H A Dzpool-events.81 .\" SPDX-License-Identifier: CDDL-1.0
10 .\" or https://opensource.org/licenses/CDDL-1.0.
28 .\" Copyright (c) 2017 Open-E, Inc. All Rights Reserved.
36 .Nm zpool-events
59 .Bl -tag -compact -width Ds
78 .Bl -tag -compact -width "vdev.bad_guid_sum"
157 vdev where it have been used to replace a failed drive - only works if
158 the original drive have been re-added).
215 Issued when a trim is started on a pool.
219 Issued when a trim is canceled on a pool.
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h1 //===-- secondary.h ---------------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
51 template <typename Config> static uptr addHeaderTag(uptr Ptr) { in addHeaderTag()
52 if (allocatorSupportsMemoryTagging<Config>()) in addHeaderTag()
57 template <typename Config> static Header *getHeader(uptr Ptr) { in getHeader()
58 return reinterpret_cast<Header *>(addHeaderTag<Config>(Ptr)) - 1; in getHeader()
61 template <typename Config> static Header *getHeader(const void *Ptr) { in getHeader()
62 return getHeader<Config>(reinterpret_cast<uptr>(Ptr)); in getHeader()
68 // Note that the `H->MapMap` is stored on the pages managed by itself. Take in unmap()
[all …]
/freebsd/usr.sbin/newsyslog/
H A Dnewsyslog.850 period's logs in it, and so on, up to a user-specified number of
61 .Bl -enum -offset indent
81 .Bl -tag -width indent
125 not to trim the logs, but to print out what it would do if this option
182 flag specified in their config file entry.
186 If log files are given on the command-line, then the
194 to trim the logs, even if the trim conditions have not been met.
212 should rotate a given list of files, even if trim conditions are not
237 and then it should re-open the files after
268 .Bl -tag -width /usr/local/etc/newsyslog.conf.d -compact
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_trim.c1 // SPDX-License-Identifier: CDDL-1.0
10 * or https://opensource.org/licenses/CDDL-1.0.
42 * TRIM is a feature which is used to notify a SSD that some previously
48 * There are two supported TRIM methods; manual and automatic.
50 * Manual TRIM:
52 * A manual TRIM is initiated by running the 'zpool trim' command. A single
54 * managing that vdev TRIM process. This involves iterating over all the
56 * required TRIM I/Os.
61 * the TRIM are regularly written to the pool. This allows the TRIM to be
64 * Automatic TRIM:
[all …]
/freebsd/sys/contrib/device-tree/Bindings/nvmem/
H A Dqcom,qfprom.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
13 - $ref: nvmem.yaml#
14 - $ref: nvmem-deprecated-cells.yaml#
19 - enum:
20 - qcom,apq8064-qfprom
21 - qcom,apq8084-qfprom
22 - qcom,ipq5018-qfprom
[all …]
/freebsd/share/man/man4/
H A Dnvme.42 .\" Copyright (c) 2012-2016 Intel Corporation
43 .Bd -ragged -offset indent
49 .Bd -literal -offset indent
65 .Bl -bullet
69 Per-CPU IO queue pairs
93 will create an I/O queue pair for each CPU, provided enough MSI-X vectors
102 .Bd -literal -offset indent
107 of MSI-X vectors consumed by the device, set the following tunable value in
109 .Bd -literal -offset indent
117 .Bd -literal -offset indent
[all …]
/freebsd/contrib/sqlite3/autosetup/
H A Dautosetup2 # Copyright (c) 2006-2011 WorkWare Systems http://www.workware.net.au/
6 dir=`dirname "$0"`; exec "`$dir/autosetup-find-tclsh`" "$0" "$@"
11 # Can be set to 1 to debug early-init problems
12 set autosetup(debug) [expr {"--autosetup-debug" in $argv}]
65 set autosetup(srcdir) [file-normalize [file dirname $autosetup(exe)]]
67 set autosetup(autodef) [relative-path $autosetup(srcdir)/auto.def]
80 # options-defaults is a dictionary of overrides for default values for options
81 set autosetup(options-defaults) {}
95 options-add {
96 help:=all => "display help and options. Optional: module name, such as --help=system"
[all …]
/freebsd/crypto/openssl/
H A Dconfig.com1 $ ! OpenSSL config: determine the architecture and run Configure
2 $ ! Copyright 2016-2020 The OpenSSL Project Authors. All Rights Reserved.
11 $ ! -32 or 32 sets /POINTER_SIZE=32
12 $ ! -64 or 64 sets /POINTER_SIZE=64
13 $ ! -d sets debugging
14 $ ! -h prints a usage and exits
15 $ ! -t test mode, doesn't run Configure
21 $ here = F$PARSE("A.;",F$ENVIRONMENT("PROCEDURE"),,,"SYNTAX_ONLY") - "A.;"
28 $ P = F$EDIT(P1,"TRIM,LOWERCASE")
29 $ IF P .EQS. "-h"
[all …]
/freebsd/tests/sys/geom/class/nop/
H A Dnop_test.sh1 # SPDX-License-Identifier: BSD-2-Clause
42 md_secsize=$(diskinfo ${us} | cut -wf 2)
43 md_mediasize=$(diskinfo ${us} | cut -wf 3)
44 md_stripesize=$(diskinfo ${us} | cut -wf 5)
45 nop_secsize=$(diskinfo ${us}.nop | cut -wf 2)
46 nop_mediasize=$(diskinfo ${us}.nop | cut -wf 3)
47 nop_stripesize=$(diskinfo ${us}.nop | cut -wf 5)
62 atf_set "require.config" "disks"
70 if [ -z "$disk" ]; then
75 disk_ident=$(diskinfo -s ${disk})
[all …]
/freebsd/contrib/ntp/ntpd/
H A Drc_cmdlength.c1 #include <config.h>
24 /* trim whitespace & garbage from the right */ in remoteconfig_cmdlength()
26 ch = src_end[-1]; in remoteconfig_cmdlength()
29 --src_end; in remoteconfig_cmdlength()
37 return (size_t)(scan - src_buf); in remoteconfig_cmdlength()
/freebsd/sys/tools/syscalls/scripts/
H A Dsystrace_args.lua2 --
3 -- SPDX-License-Identifier: BSD-2-Clause
4 --
5 -- Copyright (c) 2024 Tyler Baxter <agge@FreeBSD.org>
6 -- Copyright (c) 2023 Warner Losh <imp@bsdimp.com>
7 -- Copyright (c) 2019 Kyle Evans <kevans@FreeBSD.org>
8 --
10 -- Setup to be a module, or ran as its own script.
12 local script = not pcall(debug.getlocal, 4, 1) -- TRUE if script.
14 -- Add library root to the package path.
[all …]
/freebsd/contrib/ntp/sntp/libopts/
H A Dparse-duration.c2 Copyright (C) 2008-2018 Free Software Foundation, Inc.
18 #include <config.h>
21 #include "parse-duration.h"
93 if (base > MAX_DURATION - val) in scale_n_add()
165 /* Parses the syntax YEAR-MONTH-DAY.
166 PS points into the string, after "YEAR", before "-MONTH-DAY". */
174 pz++; /* over the first '-' */ in parse_year_month_day()
175 ps = strchr (pz, '-'); in parse_year_month_day()
183 pz++; /* over the second '-' */ in parse_year_month_day()
388 trim (char * pz) in trim() function
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp1 //===- ObjcopyOptions.cpp -------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
45 std::size(NAME##_init) - 1);
77 std::size(NAME##_init) - 1);
108 std::size(NAME##_init) - 1);
137 std::size(NAME##_init) - 1);
197 "bad format for --rename-section: missing '='"); in parseRenameSectionValue()
242 "bad format for --set-section-flags: missing '='"); in parseSetSectionFlagValue()
286 {"elf32-i386", {ELF::EM_386, false, true}},
[all …]

12345678