Searched refs:on (Results 101 - 125 of 636) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/arm/at91/
H A Dat91_pmc.c119 /* Used by USB on at91sam9g45 */
121 .name = "upll", /* UTMI PLL, used for USB functions on 9G45 family */
230 at91_pmc_set_pllb_mode(struct at91_pmc_clock *clk, int on) argument
235 value = on ? pllb_init : 0;
244 while (on && (RD4(sc, PMC_SR) & PMC_IER_LOCKB) != PMC_IER_LOCKB)
250 at91_pmc_set_upll_mode(struct at91_pmc_clock *clk, int on) argument
255 if (on) {
256 on = PMC_IER_LOCKU;
262 while ((RD4(sc, PMC_SR) & PMC_IER_LOCKU) != on)
270 at91_pmc_set_sys_mode(struct at91_pmc_clock *clk, int on) argument
284 at91_pmc_set_periph_mode(struct at91_pmc_clock *clk, int on) argument
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dtrim_sgr0.c244 char *on = set_attribute_9(tp, 1); local
250 TR(TRACE_DATABASE, ("checking if we can trim sgr0 based on sgr"));
253 TR(TRACE_DATABASE, ("sgr(9:on) %s", _nc_visbuf(on)));
255 if (!rewrite_sgr(on, enter_alt_charset_mode)
260 && !similar_sgr(off, on)) {
326 FreeIfNeeded(on);
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_led.c180 * Blink the LED according to the specified on/off times.
183 ath_led_blink(struct ath_softc *sc, int on, int off) argument
185 DPRINTF(sc, ATH_DEBUG_LED, "%s: on %u off %u\n", __func__, on, off);
189 callout_reset(&sc->sc_ledtimer, on, ath_led_off, sc);
/freebsd-11-stable/sys/conf/
H A Dkern.opts.mk15 # building on 10.x and earlier work. This should be removed when that's no
56 # Some options are totally broken on some architectures. We disable
57 # them. If you need to enable them on an experimental basis, you
64 # Things that don't work based on the CPU
89 # Things that don't work based on toolchain support.
130 # unsupported/badly broken on this architecture.
/freebsd-11-stable/crypto/heimdal/appl/telnet/libtelnet/
H A Dauth.c257 auth_onoff(char *type, int on) argument
263 printf("auth %s 'type'\n", on ? "enable" : "disable");
280 if (on)
288 auth_togdebug(int on) argument
290 if (on < 0)
293 auth_debug_mode = on;
356 * It should never arrive on the server side (as only the server can
428 * just continue on and look for the
443 * Therefore, exit on client end.
/freebsd-11-stable/sys/crypto/skein/amd64/
H A Dskein_block_asm.s28 .irp _NN_,%_SKEIN_LOOP #only display loop unrolling if default changed on command line
53 # only display rounds if default size is changed on command line
253 # declare allocated space on the stack
266 _PushCnt_ = 0 #save nonvolatile regs on stack
314 # Notes on stack frame setup:
326 movq %rdi, ctxPtr+F_O(%rbp) #save caller's parameters on the stack
366 pushq %\_reg_ #save all volatile regs on tack before the call
377 pushq %rax # (pass on the stack)
379 addq $8*1,%rsp #discard parameters on stack
428 .ifndef ASM_NO_LEA #lea seems to be faster on Cor
[all...]
/freebsd-11-stable/sbin/ggate/shared/
H A Dggate.c281 int bsize, on; local
284 on = 1;
286 if (setsockopt(sfd, IPPROTO_TCP, TCP_NODELAY, &on,
287 sizeof(on)) == -1) {
291 if (setsockopt(sfd, SOL_SOCKET, SO_REUSEADDR, &on, sizeof(on)) == -1)
/freebsd-11-stable/usr.bin/morse/
H A Dmorse.c563 int duration, on, lflags; local
568 on = 1;
572 on = 1;
576 on = 0;
580 on = 0;
583 if (on) {
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_bkgd.c34 * and: Thomas E. Dickey 1996-on *
55 attr_t on = AttrOf(CHDEREF(ch)); local
58 toggle_attr_on(WINDOW_ATTRS(win), on); local
/freebsd-11-stable/contrib/gcc/config/i386/
H A Duwin.asm1 /* stuff needed for libgcc on win32. */
/freebsd-11-stable/share/mk/
H A Dbsd.port.mk26 # Enable CTF conversion on request.
/freebsd-11-stable/sys/dev/sound/isa/
H A Dsb.h101 #define DSP_CMD_SPKR(on) (0xD1 | (on ? 0:2))
115 #define DSP_CMD_OUT16 0x41 /* send parms for dma out on sb16 */
116 #define DSP_CMD_IN16 0x42 /* send parms for dma in on sb16 */
196 * Additional registers on the SG NX Pro
204 #define FILT_ON 0 /* Yes, 0 to turn it on, 1 for off */
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dvarcmd.mk3 # Test behaviour of recursive make and vars set on command line.
H A Descape.mk14 # be replaced, along with any leading white space on the following
164 # on the next line, is replaced by a single space.
170 no space on second line
172 one space on second line
174 two spaces on second line
176 one tab on second line
178 two tabs on second line
180 many spaces and tabs [ ] on second line
/freebsd-11-stable/sbin/hastd/
H A Dtoken.l71 on { DP; return ON; }
/freebsd-11-stable/libexec/getty/
H A Dchat.c81 int on = 1; local
86 ioctl(STDIN_FILENO, FIONBIO, &on);
91 * Turn back on blocking mode reset by chat_alrm()
354 /* See if we can resync on a
430 * 2 - error on an I/O operation or fatal error condition
460 * Rely on caller...
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DThreading.inc97 // Calling "mach_thread_self()" bumps the reference count on the thread
/freebsd-11-stable/contrib/tcsh/
H A Dsh.file.c81 * ringing the terminal bell on incomplete expansions.
86 setup_tty(int on) argument
100 if (on) {
104 on = TCSADRAIN;
106 on = TCSETA;
110 on = TCSAFLUSH;
112 on = TCSETAF;
121 on = TCSADRAIN;
123 on = TCSETA;
127 (void) xtcsetattr(SHIN, on,
[all...]
/freebsd-11-stable/contrib/unbound/services/
H A Dlisten_dnsport.c2 * services/listen_dnsport.c - listen on port 53 for incoming DNS queries.
86 /** lock on the counter of stream buffer memory */
88 /** lock on the counter of HTTP2 query buffer memory */
90 /** lock on the counter of HTTP2 response buffer memory */
205 int on=1; local
260 if(setsockopt(s, SOL_SOCKET, SO_REUSEADDR, (void*)&on,
261 (socklen_t)sizeof(on)) < 0) {
281 /* on FreeBSD 12 we have SO_REUSEPORT_LB that does loadbalance
282 * like SO_REUSEPORT on Linux. This is what the users want
288 setsockopt(s, SOL_SOCKET, SO_REUSEPORT_LB, (void*)&on,
601 int on = 1; local
1026 int on = 1; local
[all...]
/freebsd-11-stable/contrib/ntp/
H A Dflock-build34 *) echo Launching $PARALLEL_BUILDS parallel builds on each machine
75 echo flock-build running on $i? check LIST, skipping
/freebsd-11-stable/bin/stty/
H A Dprint.c90 #define on(f) ((tmp & (f)) != 0) macro
92 if (fmt >= BSD || on(f) != (d)) \
93 bput((n) + on(f));
168 bput("-parenb" + on(PARENB));
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwn_phy_n.c211 bwn_phy_n_rf_onoff(struct bwn_mac *mac, int on) argument
214 bwn_nphy_op_software_rfkill(mac, on);
219 bwn_phy_n_switch_analog(struct bwn_mac *mac, int on) argument
222 bwn_nphy_op_switch_analog(mac, on);
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dbuildvirtuser43 based on the contents of the directory /etc/mail/virtusers/. That
46 usernames on the left and the actual address for that username on the
50 Occurrences of $LHS in the right hand side are replaced by the address on
/freebsd-11-stable/sbin/dump/
H A Ddumprmt.c81 extern int ntrec; /* blocking factor on tape */
115 msg("on %s: %s%s", rmtpeer, buf,
134 int on; local
179 on = 1;
180 if (setsockopt(rmtape, IPPROTO_TCP, TCP_NODELAY, &on, sizeof (on)) < 0)
229 /* rmtcall() properly sets errno for us on errors. */
/freebsd-11-stable/etc/rc.d/
H A Dmoused37 # a moused device has been specified on the commandline, then
69 vidcontrol < ${ttyv} ${mousechar_arg} -m on

Completed in 630 milliseconds

1234567891011>>