Home
last modified time | relevance | path

Searched +full:stop +full:- +full:mode (Results 1 – 25 of 1012) sorted by relevance

12345678910>>...41

/freebsd/sys/contrib/device-tree/Bindings/net/can/
H A Dfsl,flexcan.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 Flexcan CAN controller on Freescale's ARM and PowerPC system-on-a-chip (SOC).
11 - Marc Kleine-Budde <mkl@pengutronix.de>
14 - $ref: can-controller.yaml#
19 - enum:
20 - fsl,imx95-flexcan
21 - fsl,imx93-flexcan
22 - fsl,imx8qm-flexcan
[all …]
H A Dfsl-flexcan.txt1 Flexcan CAN controller on Freescale's ARM and PowerPC system-on-a-chip (SOC).
5 - compatible : Should be "fsl,<processor>-flexcan"
10 - fsl,p1010-flexcan
12 - reg : Offset and length of the register set for this device
13 - interrupts : Interrupt tuple for this device
17 - clock-frequency : The oscillator frequency driving the flexcan device
19 - xceiver-supply: Regulator that powers the CAN transceiver
21 - big-endian: This means the registers of FlexCAN controller are big endian.
27 - fsl,stop-mode: register bits of stop mode control, the format is
30 req_gpr is the gpr register offset of CAN stop request.
[all …]
/freebsd/share/doc/psd/05.sysman/
H A D2.4.t47 In raw mode all input is passed through to the
49 In cbreak mode, the handler interprets input only by looking
51 all other characters are made available as in raw mode.
52 In cooked mode, input
53 is processed to provide standard line-oriented local editing functions,
54 and input is presented on a line-by-line basis.
64 and to stop a process group
66 all input up to the stop character has been read.
70 When the terminal is in cooked mode, editing of an input line
77 in cooked mode. The \fIend of line\fP character determines
[all …]
/freebsd/usr.sbin/cdcontrol/
H A Dcdcontrol.125 enters an interactive mode, reading commands from the standard input.
28 .Bl -tag -width indent
30 Silent mode.
33 Verbose mode.
66 .Ic -
72 .Bl -tag -width indent
99 Minutes are in the range 0-99.
100 Seconds are in the range 0-59.
101 Frame numbers are in the range 0-74.
113 Stop playing.
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/Arm/
H A DArchitectureArm.cpp1 //===-- ArchitectureArm.cpp --------
[all...]
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dethernet-phy.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/net/ethernet-phy.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Andrew Lunn <andrew@lunn.ch>
11 - Florian Fainelli <f.fainelli@gmail.com>
12 - Heiner Kallweit <hkallweit1@gmail.com>
14 # The dt-schema tools will generate a select statement first by using
21 pattern: "^ethernet-phy(@[a-f0-9]+)?$"
24 - $nodename
[all …]
H A Dfsl-fec.txt4 - compatible : Should be "fsl,<soc>-fec"
5 - reg : Address and length of the register set for the device
6 - interrupts : Should contain fec interrupt
7 - phy-mode : See ethernet.txt file in the same directory
10 - phy-supply : regulator that powers the Ethernet PHY.
11 - phy-handle : phandle to the PHY device connected to this device.
12 - fixed-link : Assume a fixed link. See fixed-link.txt in the same directory.
13 Use instead of phy-handle.
14 - fsl,num-tx-queues : The property is valid for enet-avb IP, which supports
17 - fsl,num-rx-queues : The property is valid for enet-avb IP, which supports
[all …]
H A Dfsl,fec.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Shawn Guo <shawnguo@kernel.org>
11 - Wei Fang <wei.fang@nxp.com>
12 - NXP Linux Team <linux-imx@nxp.com>
15 - $ref: ethernet-controller.yaml#
20 - enum:
21 - fsl,imx25-fec
22 - fsl,imx27-fec
[all …]
/freebsd/share/man/man4/
H A Dtermios.471 stop or restart
75 of signals that stop or start the group as a whole, along with
119 which generates the terminal stop signal
134 Orphaned process groups are immune to keyboard generated stop
190 returns -1 with
198 signal is to stop the
224 returns -1 with
238 full-duplex mode, so that data may arrive even while output is occurring.
260 whether the terminal device file is in canonical mode or noncanonical
261 mode.
[all …]
/freebsd/crypto/openssh/regress/
H A Dmultiplex.sh5 CTL=${SSH_REGRESS_TMP}/ctl-sock
19 ${SSH} -F $OBJ/ssh_config -S $CTL -Ocheck otherhost \
32 ${SSH} -Nn2 -MS$CTL -F $OBJ/ssh_config -oSendEnv="_XXX_TEST" somehost \
33 -E $TEST_REGRESS_LOGFILE 2>&1 &
34 # NB. $SSH_PID will be killed by test-exec.sh:cleanup on fatal errors.
43 _XXX_TEST=blah ${SSH} -F $OBJ/ssh_config -oSendEnv="_XXX_TEST" -S$CTL otherhost sh << 'EOF'
46 if [ $? -ne 0 ]; then
52 ${SSH} -F $OBJ/ssh_config -oSetEnv="_XXX_TEST=foo" -S$CTL otherhost sh << 'EOF'
55 if [ $? -ne 0 ]; then
59 for mode in "" "-Oproxy"; do
[all …]
/freebsd/lib/geom/stripe/
H A Dgstripe.81 .\" Copyright (c) 2004-2005 Pawel Jakub Dawidek <pjd@FreeBSD.org>
49 .Cm stop
81 method uses on-disk metadata to detect devices.
88 .Bl -tag -width ".Cm destroy"
109 .It Cm stop
112 This command does not touch on-disk metadata!
115 .Cm stop .
135 .Bl -tag -width ".Fl s Ar stripesize"
155 .Bl -tag -width indent
164 If set to a non-zero value enable
[all …]
/freebsd/sys/dev/aic7xxx/aicasm/
H A Daicasm_gram.y2 /*-
5 * SPDX-License-Identifier: BSD-3-Clause
22 * 3. Neither the names of the above-listed copyright holders nor the names
214 %left '+' '-'
270 stop("Prefix multiply defined",
274 stop("Unable to record prefix", EX_SOFTWARE);
282 stop("Patch argument list multiply defined",
286 stop("Unable to record patch arg list", EX_SOFTWARE);
302 if ($1->type != UNINITIALIZED) {
303 stop("Register multiply defined", EX_DATAERR);
[all …]
/freebsd/sys/dev/clk/rockchip/
H A Drk_clk_pll.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
79 if ((sc->flags & RK_CLK_PLL_HAVE_GATE) == 0) in rk_clk_pll_set_gate()
84 val |= 1 << sc->gate_shift; in rk_clk_pll_set_gate()
85 dprintf("sc->gate_shift: %x\n", sc->gate_shift); in rk_clk_pll_set_gate()
86 val |= (1 << sc->gate_shift) << RK_CLK_PLL_MASK_SHIFT; in rk_clk_pll_set_gate()
87 dprintf("Write: gate_offset=%x, val=%x\n", sc->gate_offset, val); in rk_clk_pll_set_gate()
89 WRITE4(clk, sc->gate_offset, val); in rk_clk_pll_set_gate()
128 READ4(clk, sc->mode_reg, &reg); in rk3066_clk_pll_init()
131 reg = (reg >> sc->mode_shift) & RK3066_CLK_PLL_MODE_MASK; in rk3066_clk_pll_init()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Ddlg,da7280.txt4 - compatible: Should be "dlg,da7280".
5 - reg: Specifies the I2C slave address.
7 - interrupt-parent : Specifies the phandle of the interrupt controller to
10 - dlg,actuator-type: Set Actuator type. it should be one of:
11 "LRA" - Linear Resonance Actuator type.
12 "ERM-bar" - Bar type Eccentric Rotating Mass.
13 "ERM-coin" - Coin type Eccentric Rotating Mass.
15 - dlg,const-op-mode: Haptic operation mode for FF_CONSTANT.
17 1 - Direct register override(DRO) mode triggered by i2c(default),
18 2 - PWM data source mode controlled by PWM duty,
[all …]
/freebsd/share/man/man9/
H A Deventtimers.92 .\" Copyright (c) 2011-2013 Alexander Motin <mav@FreeBSD.org>
33 .Bd -literal
87 or periodically, to run different time-based events.
89 .Bl -tag -width "Consumers"
110 .Bl -tag -width Va
115 .Bl -tag -width "ET_FLAGS_PERIODIC" -compact
117 Periodic mode supported.
119 One-shot mode supported.
121 Timer is per-CPU.
123 Timer may stop in CPU sleep state.
[all …]
/freebsd/usr.sbin/mfiutil/
H A Dmfiutil.869 .Op Ar start Op Ar stop
133 .Cm drive clear Ar drive Brq "start | stop"
202 .Cm stop patrol
270 .Bl -tag -width indent
294 .Bl -tag -width indent
347 The fifth group of commands are used to manage controller-wide operations.
350 .Bl -tag -width indent
370 .Op Ar start Op Ar stop
382 .Bl -tag -width indent
386 Periodic progress updates for long-running operations such as background
[all …]
/freebsd/contrib/telnet/telnet/
H A Dtelnet.166 argument, it enters command mode,
69 In this mode, it accepts and executes the commands listed below.
75 .Bl -tag -width indent
85 Specifies an 8-bit data path.
104 Specifies an 8-bit data path on output.
112 Quiet mode.
117 Sets the IP type-of-service (TOS) option for the telnet
209 mode, the escape character is set to the tilde (~) character,
249 When in rlogin mode, a line of the form ~.\& disconnects from the
283 In \*(Lqcharacter at a time\*(Rq mode, most
[all …]
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.166 argument, it enters command mode,
69 In this mode, it accepts and executes the commands listed below.
75 .Bl -tag -width indent
77 Specifies an 8-bit data path. This causes an attempt to
96 Specifies an 8-bit data path on output. This causes the
99 Sets the IP type-of-service (TOS) option for the telnet
177 mode, the escape character is set to the tilde (~) character,
178 unless modified by the -e option.
194 When in rlogin mode, a line of the form ~. disconnects from the
220 In \*(Lqcharacter at a time\*(Rq mode, most
[all …]
/freebsd/bin/stty/
H A Dstty.11 .\"-
57 .Bl -tag -width indent
61 .St -p1003.2 .
84 .St -p1003.2 .
90 Control mode flags affect hardware characteristics associated with the
93 .Bl -tag -width Fl
131 Stop asserting modem control
132 (do not stop asserting modem control) on last close.
137 Use two (one) stop bits per character.
150 .Bl -tag -width Fl
[all …]
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-op-mode.h1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
3 * Copyright (C) 2005-2014, 2018-2021, 2024 Intel Corporation
4 * Copyright (C) 2013-2014 Intel Mobile Communications GmbH
12 #include "iwl-dbg-tl
94 void (*stop)(struct iwl_op_mode *op_mode); global() member
[all...]
/freebsd/sys/dev/ichiic/
H A Dig4_reg.h40 * https://www.intel.com/content/dam/www/public/us/en/documents/datasheets/4th-gen-core-family-mobile-i-o-datasheet.pdf
42 * This is a from-scratch driver under the BSD license using the Intel data
50 * and fast mode plus (1MB/s) is supported. High speed mode (3.
[all...]
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_encoder.c2 * Copyright (c) 2014-2019, Intel Corporation
42 return -pte_invalid; in pt_encoder_init()
46 errcode = pt_config_from_user(&encoder->config, config); in pt_encoder_init()
50 encoder->pos = encoder->config.begin; in pt_encoder_init()
91 return -pte_invalid; in pt_enc_sync_set()
93 begin = encoder->config.begin; in pt_enc_sync_set()
94 end = encoder->config.end; in pt_enc_sync_set()
98 return -pte_eos; in pt_enc_sync_set()
100 encoder->pos = pos; in pt_enc_sync_set()
109 return -pte_invalid; in pt_enc_get_offset()
[all …]
/freebsd/sys/sys/
H A Dioctl_compat.h1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
48 char t_stopc; /* stop output */
49 char t_eofc; /* end-of-file */
54 char t_suspc; /* stop process signal */
55 char t_dsuspc; /* delayed stop process signal */
70 short sg_flags; /* mode flags */
82 #define CBREAK 0x00000002 /* half-cooked mode */
116 #define MDMBUF 0x00100000 /*start/stop output on carrier*/
120 #define NOHANG 0x01000000 /* (no-op) was no SIGHUP on carrier drop */
[all …]
/freebsd/sys/dev/ic/
H A Dcd180.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
126 #define COR1_ParMMASK 0x60 /* Parity Mode mask */
131 #define COR1_StopMASK 0x0C /* Stop Bits mode mask */
132 #define COR1_1SB 0x00 /* 1 Stop Bit */
133 #define COR1_15SB 0x04 /* 1.5 Stop Bits */
134 #define COR1_2SB 0x08 /* 2 Stop Bits */
142 #define COR2_IXM 0x80 /* Implied XON mode */
143 #define COR2_TxIBE 0x40 /* Enable In-Band XON/XOFF Flow Control */
145 #define COR2_LLM 0x10 /* Local Loopback Mode */
[all …]
/freebsd/lib/msun/man/
H A Dfenv.343 .Nd floating-point environment control
80 routines manipulate the floating-point environment,
82 .St -ieee754 .
84 Exception flags are set as side-effects of floating-point arithmetic
89 representing the five standard floating-point exceptions.
90 .Bl -tag -width ".Dv FE_DIVBYZERO"
92 A divide-by-zero exception occurs when the
95 For example, dividing a finite non-zero number by zero or computing
97 raises a divide-by-zero exception.
105 For instance, subtraction of like-signed infinities, division of zero by zero,
[all …]

12345678910>>...41