Home
last modified time | relevance | path

Searched +full:step +full:- +full:up (Results 1 – 25 of 1024) sorted by relevance

12345678910>>...41

/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dti-tsc-adc.txt1 * TI - TSC ADC (Touschscreen and analog digital converter)
5 - mfd
7 "ti,am3359-tscadc" for AM335x/AM437x SoCs
8 "ti,am654-tscadc", "ti,am3359-tscadc" for AM654 SoCs
9 - child "tsc"
10 compatible: Should be "ti,am3359-tsc".
13 ti,x-plate-resistance: X plate resistance
14 ti,coordinate-readouts: The sequencer supports a total of 16
15 programmable steps each step is used to
23 ti,wire-config: Different boards could have a different order for
[all …]
H A Dti,am3359-tsc.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/input/touchscreen/ti,am3359-tsc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Miquel Raynal <miquel.raynal@bootlin.com>
14 const: ti,am3359-tsc
22 ti,x-plate-resistance:
26 ti,coordinate-readouts:
28 step is used to read a single coordinate. A single readout is enough but
36 ti,wire-config:
[all …]
/freebsd/tools/tools/git/
H A DHOWTO12 try to make each commit as self-contained as possible. The series of commits
31 $ arcgit -r C1~..C2 -R reviewer -T testplan
35 specifying the -R option multiple times. You can CC (AKA subscribe) people
36 to a review with the -C option. Note that if you subscribe a mailing list
52 $ git commit --fixup HEAD
57 $ arc diff --update D1234 review_D1234_base
59 When you run arc, it will pull up your editor and give you a chance to
64 directly because we will be using git's autosquash feature in the next step,
68 Any changes that are made will show up in your reviews, and that will create
72 new review with the change once you hit step 5.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dcs35l33.txt5 - compatible : "cirrus,cs35l33"
7 - reg : the I2C address of the device for I2C
9 - VA-supply, VP-supply : power supplies for the device,
15 - reset-gpios : gpio used to reset the amplifier
17 - interrupts : IRQ line info CS35L33.
18 (See Documentation/devicetree/bindings/interrupt-controller/interrupts.txt
21 - cirrus,boost-ctl : Booster voltage use to supply the amp. If the value is
23 a value of 1 and will increase at a step size of 100mV until a maximum of
26 - cirrus,ramp-rate : On power up, it affects the time from when the power
27 up sequence begins to the time the audio reaches a full-scale output.
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp1 //===-- AppleThreadPlanStepThroughObjCTrampoline.cpp--------
[all...]
H A DAppleObjCTrampolineHandler.cpp1 //===-- AppleObjCTrampolineHandler.cpp --------
[all...]
/freebsd/sys/contrib/device-tree/Bindings/mtd/
H A Dmtk-nand.txt15 - compatible: Should be one of
16 "mediatek,mt2701-nfc",
17 "mediatek,mt2712-nfc",
18 "mediatek,mt7622-nfc".
19 - reg: Base physical address and size of NFI.
20 - interrupts: Interrupts of NFI.
21 - clocks: NFI required clocks.
22 - clock-names: NFI clocks internal name.
23 - ecc-engine: Required ECC Engine node.
24 - #address-cells: NAND chip index, should be 1.
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlan.h1 //===-- ThreadPlan.h --------------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
21 #include "lldb/lldb-private.h"
70 // doesn't want that sub-plan to be the one that sets the StopInfo, then call
71 // SetPrivate on the sub-plan when you create it, and the Thread will pass
82 // Cleaning up after your plans:
88 // correctly fill the StopInfo, however. N.B. Don't wait to do clean up
99 // calculate breakpoint condition expression - on Linux it is performed by
138 // query up the plan stack for a plan that does explain the stop. The plan
[all …]
H A DThread.h1 //===-- Thread.h ------------------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
28 #include "lldb/lldb-private.h"
44 /// thread won't stop in during "step-in" operations.
192 /// this thread is going to do for any particular step, however if this thread
294 /// libdispatch queue (e.g. on a non-Darwin system where GCD aka
314 /// process. Often starting at 1 for the initial system-created
340 /// retrieve the Queue kind - either eQueueKindSerial or
403 return GetStackFrameList()->GetNumFrames(); in GetStackFrameCount()
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Djobs-empty-commands.mk1 # $NetBSD: jobs-empty-commands.mk,v 1.2 2021/01/30 12:46:38 rillig Exp $
5 # dependencies, these files would end up empty. Since job.c 1.399 from
6 # 2021-01-29, these empty files are no longer created.
8 # https://mail-index.netbsd.org/current-users/2021/01/26/msg040215.html
10 .MAKEFLAGS: -j1
11 #.MAKEFLAGS: -dn # to see the created temporary files
13 all: .PHONY step-1
15 step-$i: .PHONY step-${i_plus_1}
17 step-100: .PHONY
/freebsd/share/examples/ipfilter/rules/
H A Dfirewall4 Step 1 - Block out "bad" IP packets.
5 ------------------------------------
14 Step 2 - Convert Network Security Policy to filter rules.
15 ---------------------------------------------------------
17 Draw up a list of which services you want to allow users to use on the
18 Internet (e.g. WWW, ftp, etc). Draw up a separate list for what you
22 Step 3 - Create TCP "keep state" rules.
23 ---------------------------------------
27 pass in on <int-a> proto tcp from <int-net> to any port <ext-service> flags S/SA keep state
30 * "int-a" is the internal interface of the firewall. That is, it is the
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h1 //===-- lldb-private-enumerations.h -----------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 #include "lldb/lldb-enumerations.h"
20 // Thread Step Types
23 eStepTypeTrace, ///< Single step one instruction.
24 eStepTypeTraceOver, ///< Single step one instruction, stepping over.
25 eStepTypeInto, ///< Single step into a specified context.
26 eStepTypeOver, ///< Single step over a specified context.
27 eStepTypeOut, ///< Single step out a specified context.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/leds/
H A Dmaxim,max77693.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Krzysztof Kozlowski <krzk@kernel.org>
16 There are two LED outputs available - FLED1 and FLED2. Each of them can
26 const: maxim,max77693-led
28 maxim,boost-mode:
30 In boost mode the device can produce up to 1.2A of total current on both
34 See LEDS_BOOST_* in include/dt-bindings/leds/common.h.
38 maxim,boost-mvout:
[all …]
/freebsd/contrib/kyua/utils/process/
H A Dexecutor_pid_test.cpp1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
34 2. Fork a lot, nearly wrapping the PID number space, so step 3 will re-use
35 a PID from step 1. Running the entire FreeBSD test suite is a more
36 realistic scenario for this step.
39 Without debugging, the tests in step 3 will reuse the context from step 1,
41 with stuff from step 1. When I found this bug, step 3 was
44 4. You can clean up with: chflags -R nouunlink /tmp/kyua.*; rm -rf /tmp/kyua.*
46 $ cc -o pid_wrap -latf-c pid_wrap.c
48 pid_wrap:leak_0 -> passed [0.001s]
[all …]
/freebsd/share/man/man9/
H A Dsysctl_ctx_init.996 .Bd -literal -offset indent
124 If there are no errors during this step,
126 proceeds to the next step.
127 If the first step fails,
138 If the first step of context deletion fails,
139 re-registration of the OID does not change the already assigned OID number
141 This ensures that re-registered entries
144 The second step actually performs the deletion of the dynamic OIDs.
180 The following is an example of how to create a new top-level category
181 and how to hook up another subtree to an existing static node.
[all …]
/freebsd/contrib/kyua/store/
H A Dmigrate.cpp84 /// Performs a single migration step.
90 /// \param file Database on which to apply the migration step.
139 /// Given a historical database, chunks it up into results files.
142 /// split up into various different files.
148 PRE(get_schema_version(old_file) == first_chunked_schema_version - 1); in chunk_database()
150 LI(F("Need to split %s into per-action files") % old_file); in chunk_database()
168 while (actions_stmt.step()) { in chunk_database()
176 if (!start_time_stmt.step()) { in chunk_database()
200 first_chunked_schema_version - 1, in chunk_database()
231 /// Backs up a database for schema migration purposes.
[all …]
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_double_fast.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.
18 const ZSTD_compressionParameters* const cParams = &ms->cParams; in ZSTD_fillDoubleHashTable()
19 U32* const hashLarge = ms->hashTable; in ZSTD_fillDoubleHashTable()
20 U32 const hBitsL = cParams->hashLog; in ZSTD_fillDoubleHashTable()
21 U32 const mls = cParams->minMatch; in ZSTD_fillDoubleHashTable()
22 U32* const hashSmall = ms->chainTable; in ZSTD_fillDoubleHashTable()
23 U32 const hBitsS = cParams->chainLog; in ZSTD_fillDoubleHashTable()
24 const BYTE* const base = ms->window.base; in ZSTD_fillDoubleHashTable()
25 const BYTE* ip = base + ms->nextToUpdate; in ZSTD_fillDoubleHashTable()
[all …]
/freebsd/share/doc/psd/21.ipc/
H A D4.t70 the server process ``wakes up'' and services the client,
78 ``internet super-server.'' \fIInetd\fP listens at a variety
79 of ports, determined at start-up by reading a configuration file.
129 sin.sin_port = sp->s_port; /* Restricted port -- see section 5 */
160 The first step taken by the server is look up its service
181 Step two is to disassociate the server from the controlling
198 This step is important as the server will
211 with a user-id of root.
264 the first step is to locate the service definition for a remote
273 Next the destination host is looked up with a
[all …]
/freebsd/contrib/ldns/
H A DREADME-Travis.md5 …n builds LDNS. The testing is tailored for Android NDK-r19 and above, and includes NDK-r20 and NDK
9 The LDNS Travis configuration file `.travis.yml` does not use top-level keys like `os:` and `compil…
13 …des AMD64, Aarch64, PowerPC and s390x. PowerPC is a little-endian platform, and s390x is a big-end…
16 - os: linux
21 - os: linux
37 - os: linux
43 - os: linux
55 export CFLAGS="-DNDEBUG -g2 -O3 -fsanitize=undefined -fno-sanitize-recover"
58 export CFLAGS="-DNDEBUG -g2 -O3 -fsanitize=address"
65 …the Android NDK and SDK, it requires a cross-compile, and requires OpenSSL prerequisites. The Andr…
[all …]
/freebsd/contrib/unbound/
H A DREADME-Travis.md5 …uilds Unbound. The testing is tailored for Android NDK-r19 and above, and includes NDK-r20 and NDK
9 The Unbound Travis configuration file `.travis.yml` does not use top-level keys like `os:` and `com…
13 …des AMD64, Aarch64, PowerPC and s390x. PowerPC is a little-endian platform, and s390x is a big-end…
16 - os: linux
21 - os: linux
37 - os: linux
43 - os: linux
55 export CFLAGS="-DNDEBUG -g2 -O3 -fsanitize=undefined -fno-sanitize-recover"
57 make -j 2
60 export CFLAGS="-DNDEBUG -g2 -O3 -fsanitize=address"
[all …]
/freebsd/share/doc/smm/01.setup/
H A D2.t49 Intel 386/486-based machines (ISA/AT or EISA bus only)
51 Sony News MIPS-based workstations
53 Omron Luna 68000-based workstations
129 The details of the first step vary between architectures.
150 HP-IB/CS80 (7912, 7914, 7933, 7936, 7945, 7957, 7958, 7959, 2200, 2203)
151 and SCSI-I (including magneto-optical).
155 Low-density CS80 cartridge (7914, 7946, 9144),
156 high-density CS80 cartridge (9145),
162 98644 built-in single-port, 98642 4-port and 98638 8-port interfaces.
185 Battery-backed real time clock,
[all …]
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCWin64EH.cpp1 //===- lib/MC/MCWin64EH.cpp - MCWin64EH implementation --------
1861 int Step = 0; tryARMPackedUnwind() local
[all...]
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dmax77693.txt1 Maxim MAX77693 multi-function device
4 - PMIC,
5 - CHARGER,
6 - LED,
7 - MUIC,
8 - HAPTIC
14 - compatible : Must be "maxim,max77693".
15 - reg : Specifies the i2c slave address of PMIC block.
16 - interrupts : This i2c device has an IRQ line connected to the main SoC.
19 - regulators : The regulators of max77693 have to be instantiated under subnode
[all …]
/freebsd/contrib/wpa/wpa_supplicant/
H A Dtodo.txt2 - add support for WPA with ap_scan=0 (update selected cipher etc. based on
4 - consider closing smart card / PCSC connection when EAP-SIM/EAP-AKA
8 - if driver/hw is not WPA2 capable, must remove WPA_PROTO_RSN flag from
9 ssid->proto fields to avoid detecting downgrade attacks when the driver
11 - Cisco AP and non-zero keyidx for unicast -> map to broadcast
13 driver_*.c to do the mapping for drivers that cannot handle non-zero keyidx
15 - IEEE 802.1X and key update with driver_ndis?? wpa_supplicant did not seem
16 to see unencrypted EAPOL-Key frames at all..
17 - EAP-PAX with PAX_SEC
18 - EAP (RFC 3748)
[all …]
/freebsd/usr.bin/ctags/
H A Dctags.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
63 int dflag; /* -d: non-macro defines */
64 int tflag; /* -t: create tags for typedefs */
65 int vflag; /* -v: vgrind style index output */
66 int wflag; /* -
84 int step; /* step through args */ main() local
[all...]

12345678910>>...41