Home
last modified time | relevance | path

Searched +full:turn +full:- +full:off (Results 1 – 25 of 1083) sorted by relevance

12345678910>>...44

/freebsd/share/man/man4/
H A Dled.447 The hardware driver must supply a function to turn the annunciator on and off
54 argument is passed back to this on/off function and can be used however
66 .Bl -tag -width indent -offset indent -compact
70 The annunciator is off for 1/10th second.
76 It should be noted that there is a non-trivial overhead, so this may
79 .Bl -tag -width indent -offset indent -compact
81 Turn the annunciator off immediately.
83 Turn the annunciator on immediately.
89 .Bl -tag -width indent -offset indent -compact
103 Three high-level commands are available:
[all …]
/freebsd/libexec/rc/
H A Ddebug.sh3 # debug.sh - selectively debug scripts
7 # DebugOn [-eo] "tag" ...
8 # DebugOff [-eo] [rc="rc"] "tag" ...
22 # flexible run-time tracing of complicated shell scripts.
25 # It turns tracing off if "!tag" is found in "DEBUG_SH".
28 # If '-e' option given returns 1 if no "tag" matched.
29 # If the '-o' flag is given, tracing is turned off unless there
38 # off if any "tag" matches "DEBUG_ON". This allows nested
41 # DebugOff accepts but ignores the '-e' and '-o' options.
63 # Debug calls DebugOn and if that does not turn tracing on, it
[all …]
/freebsd/lib/geom/raid3/
H A Dgraid3.81 .\" Copyright (c) 2004-2005 Pawel Jakub Dawidek <pjd@FreeBSD.org>
84 utility uses on-disk metadata (the provider's last sector) to store all needed
90 .Bl -tag -width ".Cm configure"
98 .Bl -tag -width ".Fl h"
105 Turn off autosynchronization of stale components.
107 Use parity component for reading in round-robin fashion.
140 .Bl -tag -width ".Fl a"
142 Turn on autosynchronization of stale components.
153 Turn off autosynchronization of stale components.
155 Turn on round-robin reading.
[all …]
/freebsd/sys/contrib/openzfs/cmd/zed/zed.d/
H A Dstatechange-sync-slot_off.sh4 # Turn off disk's enclosure slot if it becomes FAULTED.
20 # 0: slot successfully powered off
25 # 5: Enclosure slot didn't actually turn off after we told it to
27 [ -f "${ZED_ZEDLET_DIR}/zed.rc" ] && . "${ZED_ZEDLET_DIR}/zed.rc"
28 . "${ZED_ZEDLET_DIR}/zed-functions.sh"
30 if [ ! -d /sys/class/enclosure ] ; then
43 if [ ! -f "$ZEVENT_VDEV_ENC_SYSFS_PATH/power_status" ] ; then
47 # Turn off the slot and wait for sysfs to report that the slot is off.
50 echo "off" | tee "$ZEVENT_VDEV_ENC_SYSFS_PATH/power_status"
53 if [ "$(cat $ZEVENT_VDEV_ENC_SYSFS_PATH/power_status)" == "off" ] ; then
[all …]
H A Ddeadman-sync-slot_off.sh4 # Turn off disk's enclosure slot if an I/O is hung triggering the deadman.
16 # slot will be powered off causing the outstanding I/O to fail. The ZED
27 # 0: slot successfully powered off
32 # 5: Enclosure slot didn't actually turn off after we told it to
34 [ -f "${ZED_ZEDLET_DIR}/zed.rc" ] && . "${ZED_ZEDLET_DIR}/zed.rc"
35 . "${ZED_ZEDLET_DIR}/zed-functions.sh"
37 if [ ! -d /sys/class/enclosure ] ; then
50 if [ ! -f "$ZEVENT_VDEV_ENC_SYSFS_PATH/power_status" ] ; then
54 # Turn off the slot and wait for sysfs to report that the slot is off.
57 echo "off" | tee "$ZEVENT_VDEV_ENC_SYSFS_PATH/power_status"
[all …]
/freebsd/sbin/tunefs/
H A Dtunefs.842 .Op Fl k Ar held-for-metadata-blocks
63 it must be downgraded to read-only or unmounted.
67 .Bl -tag -width indent
69 The file system has several backups of the super-block.
72 primary super-block.
73 This is potentially dangerous - use with caution.
75 Turn o
[all...]
/freebsd/usr.sbin/sesutil/
H A Dsesutil.836 .Cm on Ns | Ns Cm off
40 .Sm off
43 .Cm on Ns | Ns Cm off
48 .Cm on Ns | Ns Cm off
53 .Cm on Ns | Ns Cm off
56 .Op Fl -libxo Ar options
60 .Op Fl -libxo Ar options
64 .Op Fl -libxo Ar options
73 .Bl -tag -width indent
74 .It Cm fault Oo Fl u Ar /dev/sesN Oc Ar disk Ns | Ns Cm all Cm on Ns | Ns Cm off
[all …]
/freebsd/sys/dev/isci/scil/
H A Dscic_sds_sgpio.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0
9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved.
22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved.
73 * @param[in] phy_mask - This field is a bit mask that specifies the phys
75 * @param[in] value - Value for write
157 // Start with all LEDs turned off in scic_sgpio_apply_led_blink_pattern()
216 { //turn off error LED in scic_sgpio_update_led_state()
220 { //turn off locate LED in scic_sgpio_update_led_state()
[all …]
/freebsd/secure/lib/libcrypto/man/man3/
H A DSSL_CTX_set_read_ahead.31 .\" -*- mode: troff; coding: utf-8 -*-
58 .TH SSL_CTX_SET_READ_AHEAD 3ossl 2025-09-30 3.5.4 OpenSSL
59 .\" For nroff, turn off justification. Always turn off hyphenation; it makes
67 \&\- manage whether to read as many input bytes as possible
88 Setting the parameter \fByes\fR to 0 turns reading ahead is off, other values turn
105 Since \fBSSL_read()\fR can return \fBSSL_ERROR_WANT_READ\fR for non-application data
108 \&\fBSSL_MODE_AUTO_RETRY\fR is not turned off using \fBSSL_CTX_clear_mode()\fR.
114 ahead should be turned off.
118 \&\fBSSL_get_read_ahead()\fR and \fBSSL_CTX_get_read_ahead()\fR return 0 if reading ahead is off,
125 Copyright 2015\-2023 The OpenSSL Project Authors. All Rights Reserved.
H A DECPKParameters_print.31 .\" -*- mode: troff; coding: utf-8 -*-
58 .TH ECPKPARAMETERS_PRINT 3ossl 2025-09-30 3.5.4 OpenSSL
59 .\" For nroff, turn off justification. Always turn off hyphenation; it makes
64 ECPKParameters_print, ECPKParameters_print_fp \- Functions for decoding and
77 \& int ECPKParameters_print(BIO *bp, const EC_GROUP *x, int off);
78 \& int ECPKParameters_print_fp(FILE *fp, const EC_GROUP *x, int off);
89 a human-readable output of the public parameters of the EC_GROUP to \fBbp\fR
90 or \fBfp\fR. The output lines are indented by \fBoff\fR spaces.
105 Copyright 2013\-2021 The OpenSSL Project Authors. All Rights Reserved.
H A DSSL_connect.31 .\" -*- mode: troff; coding: utf-8 -*-
58 .TH SSL_CONNECT 3ossl 2025-09-30 3.5.4 OpenSSL
59 .\" For nroff, turn off justification. Always turn off hyphenation; it makes
64 SSL_connect \- initiate the TLS/SSL handshake with an TLS/SSL server
86 to continue the handshake, indicating the problem by the return value \-1.
108 function \fBBIO_set_tcp_ndelay()\fR can be used to turn on or off the \fBTCP_NODELAY\fR
137 Copyright 2000\-2020 The OpenSSL Project Authors. All Rights Reserved.
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Darmada-385-synology-ds116.dts1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
8 /dts-v1/;
9 #include "armada-385.dtsi"
10 #include <dt-bindings/gpio/gpio.h>
14 compatible = "marvell,a385-gp", "marvell,armada385", "marvell,armada380";
17 stdout-path = "serial0:115200n8";
32 internal-regs {
34 pinctrl-name
[all...]
/freebsd/contrib/nvi/cl/
H A DREADME.signal26 key-read routine, so there are no reentrancy issues. This means
31 to permit the user to interrupt long-running operations. Generally, a
50 the place -- I hate to litter the source code with that. For example,
58 on DISCARD and LNEXT. To clarify, what vi WANTS is 8-bit clean, with
68 3) and POSIX 1003.1-1992, so it should be fairly portable.
72 can turn off signals when you get a ^V, but that means that a network
76 packets when it sees them.) Second, you can turn the ^C into a literal
87 3: Run in mostly raw mode; turn signals on when doing an operation the
88 user might want to interrupt, but leave them off most of the time.
92 you can write the code so that you don't have to turn on interrupts
[all …]
/freebsd/secure/lib/libcrypto/man/man7/
H A DEVP_KEYEXCH-DH.71 .\" -*- mode: troff; coding: utf-8 -*-
57 .IX Title "EVP_KEYEXCH-DH 7ossl"
58 .TH EVP_KEYEXCH-DH 7ossl 2025-09-30 3.5.4 OpenSSL
59 .\" For nroff, turn off justification. Always turn off hyphenation; it makes
64 EVP_KEYEXCH\-DH
65 \&\- DH Key Exchange algorithm support
79 Setting a value of 1 will turn padding on.
80 Setting a value of 0 will turn padding off.
81 If padding is off then the derived shared secret may be smaller than the
87 the KDF type is set to "X942KDF\-ASN1" (\fBOSSL_KDF_NAME_X942KDF_ASN1\fR).
[all …]
/freebsd/share/termcap/
H A Dtermcap.531 .\" * ncurses is copyright (C) 1992-1995 *
32 .\" * Zeyd M. Ben-Halim *
77 consist of a number of `:'-separated fields.
98 in 132-column mode would be
99 .Dq vt100-w .
101 .Bl -column indent "With automatic margins (usually default)xx" -offset indent
103 -w Wide mode (more than 80 columns) vt100-w
104 -am With automatic margins (usually default) vt100-am
105 -nam Without automatic margins vt100-nam
106 .Pf \- Ar n Ta No "Number of lines on screen aaa-60"
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_unshare/
H A Dzfs_unshare_003_pos.ksh1 #!/bin/ksh -p
2 # SPDX-License-Identifier: CDDL-1.0
11 # or https://opensource.org/licenses/CDDL-1.0.
37 # Verify that a file system and its dependent are unshared when turn off sharenfs
45 # 5. Turn off the sharenfs property
56 log_must zfs set sharenfs=off $TESTPOOL/$TESTFS
74 if [[ $prop_value == "off" ]]; then
79 log_must zfs set sharenfs=off $filesystem
/freebsd/sys/contrib/device-tree/Bindings/leds/
H A Dcommon.yaml1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jacek Anaszewski <jacek.anaszewski@gmail.com>
11 - Pavel Machek <pavel@ucw.cz>
25 led-sources:
30 $ref: /schemas/types.yaml#/definitions/uint32-array
35 from the header include/dt-bindings/leds/common.h. If there is no
42 the header include/dt-bindings/leds/common.h. If there is no matching
48 function-enumerator:
[all …]
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/
H A Dmvebu-devbus.txt9 - compatible: Armada 370/XP SoC are supported using the
10 "marvell,mvebu-devbus" compatible string.
13 "marvell,orion-devbus" compatible string.
15 - reg: A resource specifier for the register space.
20 - #address-cells: Must be set to 1
21 - #size-cells: Must be set to 1
22 - ranges: Must be set up to reflect the memory layout with four
23 integer values for each chip-select line in use:
28 - devbus,keep-config This property can optionally be used to keep
37 - devbus,turn-off-ps: Defines the time during which the controller does not
[all …]
/freebsd/share/man/man8/
H A Ddebug.sh.81 .\" Copyright (c) 1994-2021 Simon J. Gerraty
3 .\" SPDX-License-Identifier: BSD-2-Clause
12 .\" Please send copies of changes and bug-fixes to:
22 .Bl -item -compact
48 run-time tracing of complicated shell scripts.
49 .Bl -tag -width 4n
57 It turns tracing off if
79 option is present, tracing is turned off unless there
88 or off if any
124 .Bd -literal -offset indent
[all …]
/freebsd/usr.sbin/usbconfig/
H A Dusbconfig.82 .\" Copyright (c) 2008-2019 Hans Petter Selasky. All rights reserved.
41 .Sm off
54 .Bl -tag -width "-u unit"
60 .Sm off
91 .Bl -tag -width indent
167 Turn the device off.
169 Turn the automatic suspend and resume on.
172 Turn the device on and disable automatic suspend and resume.
173 This is the default for non-hub devices.
195 .Dl usbconfig -d ugen1.2 dump_all_desc
[all …]
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_unshare/
H A Dzfs_unshare_003_pos.ksh1 #!/usr/local/bin/ksh93 -p
36 # Verify that a file system and its dependent are unshared when turn off sharenfs
44 # 5. Turn off the sharenfs property
51 # CODING_STATUS: COMPLETED (2005-07-18)
65 log_must $ZFS set sharenfs=off $TESTPOOL/$TESTFS
83 if [[ $prop_value == "off" ]]; then
85 $UNSHARE -F nfs $mntp
89 log_must $ZFS set sharenfs=off $filesystem
/freebsd/usr.sbin/lptcontrol/
H A Dlptcontrol.82 .\" lptcontrol - a utility for manipulating the lpt driver
25 utility is used to set either the interrupt-driven, extended, standard,
38 .Bl -tag -width indent
40 Turn on extended mode.
42 Turn on interrupt-driven mode.
44 Turn on polled mode.
46 Turn on standard mode, i.e., turn off extended mode.
62 .Bl -tag -width /sys/i386/conf/GENERIC -compact
/freebsd/sbin/routed/
H A Dmain.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
52 int mhome; /* 1=want multi-homed host route */
75 int rip_sock = -1; /* RIP socket */
90 int n, mib[4], off; in main() local
114 epoch.tv_sec -= EPOCH; in main()
116 now_stale = EPOCH - STALE_TIME; in main()
117 now_expire = EPOCH - EXPIRE_TIME; in main()
118 now_garbage = EPOCH - GARBAGE_TIME; in main()
121 (void)gethostname(myname, sizeof(myname)-1); in main()
[all …]
/freebsd/crypto/krb5/src/windows/leash/htmlhelp/html/
H A DRenew_Tickets2.html2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "https://www.w3.org/TR/html4/strict.dtd">
3 <html><head><meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"><title>Renew Ti…
6 <li><b> Upper Case Realm Name: </b> Turn this option on to convert the realm name you enter in the …
10 <li><b> Automatic Ticket Renewal:</b> Turn this on to have MIT Kerberos automatically renew your K…
12 <li><b> Expiration Alarm: </b> Turn this on and MIT Kerberos will provide an audible alarm 15, 10,…
14 …ickets on Exit:</b> Turn this on and MIT Kerberos will destroy your tickets when you exit MIT Kerb…
18-align: left; width: 100%;" border="1" cellpadding="2" cellspacing="2"><tbody><tr><td style="text-
22 …tering the realm name. <br></td></tr><tr><td style="font-weight: bold; width: 181px; background-co…
26 …kets are not renewable.<br></td></tr><tr><td style="font-weight: bold; width: 181px; background-co…
29 … visible on a busy desktop.</td></tr><tr><td style="font-weight: bold; width: 181px; background-co…
[all …]
/freebsd/sbin/reboot/
H A Dreboot.873 .Bl -tag -width indent
75 The system will turn off the power and then turn it back on if it can.
86 Unlike power off, the amount of hardware that supports power cycling
126 This is a one-shot option, the
150 The file system cache is not flushed during the initial process clean-up,
155 .Dq best-effort
166 The system will turn off the power if it can.
212 .Bd -literal -offset indent
214 reboot -r
219 .Bd -literal -offset indent
[all …]

12345678910>>...44