Home
last modified time | relevance | path

Searched full:turn (Results 1 – 25 of 2693) sorted by relevance

12345678910>>...108

/freebsd/usr.sbin/lptcontrol/
H A Dlptcontrol.840 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.
/freebsd/share/man/man4/
H A Dled.447 The hardware driver must supply a function to turn the annunciator on and off
81 Turn the annunciator off immediately.
83 Turn the annunciator on immediately.
117 turn the annunciator on for from 1/10th to one full
123 turn the annunciator off for 1/10th
129 turn the annunciator off and on respectively when the next
/freebsd/lib/geom/raid3/
H A Dgraid3.8105 Turn off autosynchronization of stale components.
142 Turn on autosynchronization of stale components.
153 Turn off autosynchronization of stale components.
155 Turn on round-robin reading.
157 Turn off round-robin reading.
159 Turn on verify reading.
161 Turn off verify reading.
/freebsd/contrib/netbsd-tests/lib/libcurses/tests/
H A Dattributes8 # turn off reverse
11 # turn on standout
14 # turn on blink
17 # turn off bold
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/benchmarks/
H A Dmop.cpp19 static volatile long turn; in thread() local
24 int t = __atomic_load_n(&turn, __ATOMIC_ACQUIRE); in thread()
27 syscall(SYS_futex, &turn, FUTEX_WAIT, t, 0, 0, 0); in thread()
40 __atomic_store_n(&turn, 1 - id, __ATOMIC_RELEASE); in thread()
41 syscall(SYS_futex, &turn, FUTEX_WAKE, 0, 0, 0, 0); in thread()
/freebsd/contrib/sendmail/src/
H A Dhelpfile36 ehlo TURN Turn the operation around [RFC821]
89 turn TURN
90 turn Reverses the direction of the connection. Not currently
91 turn implemented.
/freebsd/sbin/tunefs/
H A Dtunefs.875 Turn on/off the administrative POSIX.1e ACL enable flag.
94 Turn on/off soft updates journaling.
131 Turn on/off gjournal flag.
149 Turn on/off MAC multilabel flag.
171 Turn on/off the administrative NFSv4 ACL enable flag.
173 Turn on/off soft updates.
195 Turn on/off the TRIM enable flag.
/freebsd/libexec/rc/
H A Ddebug.sh65 # Debug calls DebugOn and if that does not turn tracing on, it
66 # calls DebugOff to turn it off.
193 # Actually turn on tracing, set $DEBUG_ON=$match
231 # Actually turn off tracing, set $DEBUG_OFF=$match
309 # Turn on debugging if any $match is found in $DEBUG_SH.
340 # only turn it off if it was on
346 # only turn it on if it was off
356 # only turn it off if it was on
368 # Only turn debugging off if one of our args was the reason it
/freebsd/share/man/man9/
H A Dfdt_pinctrl.9128 return (foo_is_pin_func_gpio(is_gpio));
140 return (0);
152 return (0);
167 return (0);
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dgpio-mmio.yaml57 will turn that line into an output line. Conversely, clearing a bit
58 will turn that line into an input.
61 will turn that line into an input line. Conversely, clearing a bit
62 will turn that line into an output.
/freebsd/share/termcap/
H A Dtermcap.5264 enter_blink_mode mb turn on blinking
265 enter_bold_mode md turn on bold (extra bright) mode
269 enter_dim_mode mh turn on half-bright mode
271 enter_secure_mode mk turn on blank mode (characters invisible)
272 enter_protected_mode mp turn on protected mode
273 enter_reverse_mode mr turn on reverse video mode
278 exit_attribute_mode me turn off all attributes
340 meta_off mo turn off meta mode
341 meta_on mm turn on meta mode (8th-bit on)
360 prtr_off pf turn off printer
[all …]
/freebsd/sys/dev/isci/scil/
H A Dscic_sds_sgpio.c216 { //turn off error LED in scic_sgpio_update_led_state()
220 { //turn off locate LED in scic_sgpio_update_led_state()
224 { //turn off activity LED in scic_sgpio_update_led_state()
257 //turn on hardware control for LED's in scic_sgpio_set_to_hardware_control()
262 else //turn off hardware control in scic_sgpio_set_to_hardware_control()
/freebsd/sys/contrib/openzfs/cmd/zed/zed.d/
H A Dstatechange-slot_off.sh4 # Turn off disk's enclosure slot if it becomes FAULTED.
25 # 5: Enclosure slot didn't actually turn off after we told it to
47 # Turn off the slot and wait for sysfs to report that the slot is off.
H A Ddeadman-slot_off.sh4 # Turn off disk's enclosure slot if an I/O is hung triggering the deadman.
32 # 5: Enclosure slot didn't actually turn off after we told it to
54 # Turn off the slot and wait for sysfs to report that the slot is off.
/freebsd/contrib/nvi/cl/
H A DREADME.signal72 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
92 you can write the code so that you don't have to turn on interrupts
113 The down side is that we have to turn signals off if the user wants
118 since we turn off flow control so that the user can enter literal
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Darmada-385-synology-ds116.dts57 * "4" : turn the power LED ON
59 * "6" : turn the power LED OFF
60 * "7" : turn the status LED OFF
61 * "8" : turn the status LED ON
64 * "B" : turn the motherboard LED OFF
/freebsd/usr.bin/elfctl/
H A Delfctl.160 to turn on the features,
62 to turn off the features,
64 to only turn on the given features.
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf_new_expr.397 return;
103 return;
110 return;
H A Ddwarf_new_die.3123 return;
130 return;
135 return;
/freebsd/share/doc/psd/15.yacc/
H A Dssc306 return( c );
325 return( v );
329 return( hilo( a*v.hi, a*v.lo, b*v.hi, b*v.lo ) );
337 return( 0 );
341 return( hilo( a/v.hi, a/v.lo, b/v.hi, b/v.lo ) );
/freebsd/stand/i386/pxeldr/
H A Dpxeldr.S132 * Turn on the A20 address line
134 callw seta20 # Turn A20 on
147 cli # turn off interrupts
148 movl %cr0, %eax # Turn on
181 movl %cr0, %eax # Turn off
186 pm_end: sti # Turn interrupts back on now
/freebsd/stand/i386/libi386/
H A Damd64_tramp.S77 /* Turn on EFER.LME */
83 /* Turn on PAE */
92 /* Turn on paging (implicitly sets EFER.LMA) */
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/
H A Dmvebu-devbus.txt37 - devbus,turn-off-ps: Defines the time during which the controller does not
78 affect on <turn-off-ps> parameter.
79 Set <rd-hold-ps> to a value smaller than <turn-off-ps>.
141 devbus,turn-off-ps = <60000>;
/freebsd/contrib/sendmail/mail.local/
H A Dmail.local.842 Turn off the attempts to notify the ``biff'' service.
61 Turn on LMTP mode.
64 Turn off the fsync(2) call that forces the mailbox to be committed
/freebsd/crypto/heimdal/lib/gssapi/
H A Dgssapi.3124 To turn on compatibility with older clients and servers, change the
131 To turn off generation of the old (incompatible) mic of the MIC use
153 To turn on compatibility with peers, use option

12345678910>>...108