Searched refs:on (Results 151 - 175 of 527) sorted by relevance

1234567891011>>

/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dvmstat.d95 sched::resume:on-cpu { cs++; }
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Mem/
H A Dvmstat.d95 sched::resume:on-cpu { cs++; }
/freebsd-9.3-release/crypto/heimdal/appl/telnet/libtelnet/
H A Dkerberos5.c87 int forward_flags = 0; /* Flags get set in telnet/main.c on -f and -F */
872 kerberos5_set_forward(int on) argument
874 if(on == 0)
876 if(on == 1)
878 if(on == -1)
884 kerberos5_set_forwardable(int on) argument
886 if(on == 0)
888 if(on == 1)
890 if(on == -1)
/freebsd-9.3-release/sys/boot/i386/loader/
H A Dhelp.i38623 When booting from a SCSI disk on a system with one or more IDE disks,
/freebsd-9.3-release/sys/boot/pc98/loader/
H A Dhelp.pc9823 When booting from a SCSI disk on a system with one or more IDE disks,
/freebsd-9.3-release/sys/compat/ndis/
H A Dwinx64_wrap.S54 * Further arguments are passed on the stack (the 7th argument is
97 subq $96,%rsp # allocate space on stack
118 leave # delete space on stack
/freebsd-9.3-release/sys/dev/fb/
H A Dsplash.c210 splash(video_adapter_t *adp, int on) argument
213 return (*splash_decoder->splash)(adp, on);
/freebsd-9.3-release/sys/dev/isp/
H A DHardware.txt39 2100 boards (not on this list) have a bug in the ROM that causes a
116 The reason to use copper instead of optical is that if step on one of
118 dies quickly if you step on it.
161 Approx Cost: The last I saw for a price list item on this was 22K$
169 interface and a LIP on the FC interface will cause it to think you
178 runs on Sparc/Solaris in target mode for frontend
199 on the JBOD you put them to carry this dual port to the outside
301 and I'll work on some tools that would allow you some policy choices
/freebsd-9.3-release/sys/ofed/include/linux/
H A Dfs.h82 #define fasync_helper(fd, filp, on, queue) \
84 if ((on)) \
/freebsd-9.3-release/tools/tools/sysdoc/
H A Dsysdoc.sh19 # creates a manual page dynamicly based on the kernel. This
46 For information on the
142 .Nd "list of available syctls based on kernel configuration"
145 supports kernel alterations on the fly or at
212 # The nm(1) utility must only be used on the architecture which
214 # with this is that this will not work properly on cross-builds.
/freebsd-9.3-release/usr.sbin/pc-sysinstall/backend-query/
H A Denable-net.sh112 ON|on|yes|YES) fetch -o /tmp/mirrors-list.txt ${MIRRORLIST} >/dev/null 2>/dev/null;;
/freebsd-9.3-release/contrib/file/
H A DREADME69 INSTALL - read on how to install
74 src/ascmagic.c - third & last set of tests, based on hardwired assumptions.
87 src/fsmagic.c - first set of tests the program runs, based on filesystem info
99 src/softmagic.c - 2nd set of tests, based on /etc/magic
108 Install as magic.4 on USG and magic.5 on V7 or Berkeley; cf Makefile.
/freebsd-9.3-release/contrib/libreadline/
H A Dterminal.c143 /* The sequences to write to turn on and off the meta key, if this
436 /* I've separated this out for later work on not calling tgetent at all
697 _rl_control_keypad (on)
698 int on;
701 if (on && _rl_term_ks)
703 else if (!on && _rl_term_ke)
714 /* Set the cursor appropriately depending on IM, which is one of the
/freebsd-9.3-release/contrib/ncurses/include/
H A DCaps.keys36 # control-modifiers applied to function and normal keys, as done on IBM pc's.
106 # do this, the capability will be ignored on input (though the user will
126 # Notes on specific elisions made to fit translations within 1023 bytes:
141 # to be older types that don't use up a lot of string space on function keys.
155 # on that hit list: rc, sc, uc.
230 status_line_esc_ok eslok bool es - - YB-G- escape can be used on the status line
236 prtr_silent mc5i bool 5i - - ----- printer won't echo on screen
266 lines lines num li - - YBCGE number of lines on screen or page
272 num_labels nlab num Nl - - ----- number of labels on screen
278 max_colors colors num Co - - ----- maximum number of colors on scree
[all...]
/freebsd-9.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_check51 # This script performs some simple conformance checks on the
85 print "ERROR: You must specify the files on which to operate, such as '*.c'\n";
100 print "Verbose mode on, level = $verbose.\n";
106 print "ERROR: You must specify the files on which to operate, such as '*.c'\n";
164 # Function names must start on the beginning of the line.
187 # Log statements must not start the log string on the same line
231 print "\tPrevious use on line $err_base.\n";
236 # The data stored in the line number on which it is used.
/freebsd-9.3-release/contrib/pf/tftp-proxy/
H A Dtftp-proxy.c73 int c, fd = 0, on = 1, out_fd = 0, peer, reqsize = 0; local
131 if (ioctl(fd, FIONBIO, &on) < 0) {
136 if (setsockopt(fd, IPPROTO_IP, IP_RECVDSTADDR, &on, sizeof(on)) == -1) {
278 /* rdr from server to us on our random port -> client on its port */
/freebsd-9.3-release/sys/dev/ctau/
H A Dctddk.c129 * must be called on the exit
273 int ct_set_higain (ct_chan_t *c, int on) argument
277 c->gopt.higain = on ? 1 : 0;
311 * buffers will begin on this boundary
389 * Turn receiver on/off
391 void ct_enable_receive (ct_chan_t *c, int on) argument
397 if (on && ! (st3 & ST3_RX_ENABLED)) {
408 } else if (! on && (st3 & ST3_RX_ENABLED)) {
426 * Turn transmitter on/off
428 void ct_enable_transmit (ct_chan_t *c, int on) argument
486 ct_set_dpll(ct_chan_t *c, int on) argument
503 ct_set_nrzi(ct_chan_t *c, int on) argument
512 ct_set_invtxc(ct_chan_t *c, int on) argument
527 ct_set_invrxc(ct_chan_t *c, int on) argument
[all...]
/freebsd-9.3-release/sys/libkern/
H A Diconv_xlat16.c119 size_t in, on, ir, or, inlen; local
127 or = on = *outbytesleft;
288 *outbuf += on - or;
290 *outbytesleft -= on - or;
/freebsd-9.3-release/usr.sbin/bsdinstall/scripts/
H A Ddocsinstall102 en) f_getvar DIST_DOC_$upper:-on status ;;
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_leapsec.h62 extern int/*BOOL*/ leapsec_electric(int/*BOOL*/ on);
163 * Update the leap signature data on the fly.
183 * '*sb' for the next cycle. Returns TRUE on successful load, FALSE
/freebsd-9.3-release/bin/sh/
H A Dtrap.c65 * S_HARD_IGN indicates that the signal was ignored on entry to the shell,
215 * Clear traps on a fork.
478 setinteractive(int on) argument
482 if (on == is_interactive)
490 is_interactive = on;
531 * Reset evalskip, or the trap on EXIT could be
/freebsd-9.3-release/contrib/bsnmp/snmpd/
H A Dtrans_udp.c106 const int on = 1; local
120 setsockopt(p->input.fd, IPPROTO_IP, IP_RECVDSTADDR, &on,
121 sizeof(on)) == -1) {
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dsol2-gc1.asm41 ! information obtained by single stepping executables on other i386 SVR4
45 ! to allow program profiling, by calling monstartup on entry and _mcleanup
46 ! on exit
86 ! now conveniently saved on the stack as the argument to pass to
111 ! Compute the address of the environment vector on the stack and load
124 ! and the argument count on to the stack to set up the arguments
/freebsd-9.3-release/contrib/nvi/ip/
H A Dip_funcs.c67 * Toggle a screen attribute on/off.
72 ip_attr(sp, attribute, on)
75 int on;
81 ipb.val2 = on;
/freebsd-9.3-release/sys/dev/cx/
H A Dcxddk.c193 * Turn the receiver on/off.
195 void cx_enable_receive (cx_chan_t *c, int on) argument
199 if (cx_receive_enabled(c) && ! on) {
206 } else if (! cx_receive_enabled(c) && on) {
218 * Turn the transmiter on/off.
220 void cx_enable_transmit (cx_chan_t *c, int on) argument
222 if (cx_transmit_enabled(c) && ! on) {
227 } else if (! cx_transmit_enabled(c) && on) {
317 void cx_set_loop (cx_chan_t *c, int on) argument
322 c->opt.tcor.llm = on
326 cx_set_dpll(cx_chan_t *c, int on) argument
672 cx_xflow_ctl(cx_chan_t *c, int on) argument
[all...]

Completed in 182 milliseconds

1234567891011>>