Searched refs:on (Results 276 - 300 of 527) sorted by relevance

<<11121314151617181920>>

/freebsd-9.3-release/crypto/openssl/
H A Dopenssl.spec27 OpenSSL is based on the excellent SSLeay library developed from Eric A.
48 OpenSSL is based on the excellent SSLeay library developed from Eric A.
69 OpenSSL is based on the excellent SSLeay library developed from Eric A.
195 - putting all changelog together on SPEC file
/freebsd-9.3-release/contrib/sendmail/src/
H A Ddaemon.c78 ** This entire file is highly dependent on the 4.2 BSD
96 ** Make a connection to the named host on the given
97 ** port. Returns zero on success, else an exit status
501 ** force accept() to fail on affected systems.
677 /* turn on profiling */
1048 int on = 1; local
1124 /* turn on network debugging? */
1127 SO_DEBUG, (char *)&on,
1128 sizeof(on));
1131 SO_REUSEADDR, (char *)&on, sizeo
2596 int on = 1; local
2607 int on = 1; local
[all...]
/freebsd-9.3-release/contrib/less/
H A Dscreen.c248 * 1. An outstanding read will complete on receipt of a single keystroke.
257 raw_mode(on)
258 int on;
262 if (on == curr_on)
271 if (on)
279 * Save modes and set certain variables dependent on modes.
439 if (!on)
458 if (on)
466 * Save modes and set certain variables dependent on modes.
508 if (on)
[all...]
H A Dsearch.c214 * Repaint the hilites currently displayed on the screen.
216 * If on==0, force all hilites off.
219 repaint_hilite(on)
220 int on;
231 if (!on)
556 * {{ This technique, of calling match_pattern on subsequent
604 * Find matching text which is currently on screen and highlight it.
625 * Erase any highlights currently on screen.
654 * for example, "+/xyz" on the command line.
982 * Erase the highlights currently on scree
[all...]
/freebsd-9.3-release/sys/fs/msdosfs/
H A Dmsdosfs_vnops.c43 * The author supplies this software to be publicly redistributed on the
126 * the pathname buffer pointed at by cnp->cn_pnbuf, always on error, or
127 * only if the SAVESTART bit in cn_flags is clear on success.
549 u_long on; local
584 on = uio->uio_offset & pmp->pm_crbomask;
586 * If we are operating on a directory file then be sure to
603 NOCRED, on + uio->uio_resid, seqcount, &bp);
615 diff = pmp->pm_bpcluster - on;
623 error = uiomove(bp->b_data + on, (int) n, uio);
789 * Should these vnode_pager_* functions be done on di
1551 long on; local
[all...]
/freebsd-9.3-release/sys/dev/ctau/
H A Dctau.c307 * irq>0 - activate the interrupt from the adapter (irq=on)
1126 * to avoid two transmitters on the same line.
1193 * Turn local loopback on
1218 /* to avoid two transmitters on the same line. */
1275 * Turn local loopback on/off
1277 void ct_set_loop (ct_chan_t *c, int on) argument
1279 if (on)
1300 void ct_set_phony (ct_chan_t *c, int on) argument
1306 c->gopt.phony = (on != 0);
1448 * Turn it on/of
1450 ct_set_dtr(ct_chan_t *c, int on) argument
1466 ct_set_rts(ct_chan_t *c, int on) argument
1479 ct_set_brk(ct_chan_t *c, int on) argument
1550 ct_led(ct_board_t *b, int on) argument
[all...]
/freebsd-9.3-release/sys/arm/mv/
H A Dmv_sata.c148 static int sata_edma_ctrl(device_t dev, int on);
396 * Simply invoke ISRs on all channels.
802 sata_edma_ctrl(device_t dev, int on) argument
811 bit = on ? SATA_EDMA_CMD_ENABLE : SATA_EDMA_CMD_DISABLE;
822 if (on && (reg & SATA_EDMA_CMD_ENABLE))
826 if (!on && !(reg & SATA_EDMA_CMD_DISABLE))
/freebsd-9.3-release/sys/dev/usb/wlan/
H A Dif_zyd.c610 /* turn link LED on */
977 zyd_rfmd_switch_radio(struct zyd_rf *rf, int on) argument
982 zyd_write16_m(sc, ZYD_CR10, on ? 0x89 : 0x15);
983 zyd_write16_m(sc, ZYD_CR11, on ? 0x00 : 0x81);
1161 zyd_al2230_switch_radio(struct zyd_rf *rf, int on) argument
1166 zyd_write16_m(sc, ZYD_CR11, on ? 0x00 : 0x04);
1167 zyd_write16_m(sc, ZYD_CR251, on ? on251 : 0x2f);
1302 zyd_al7230B_switch_radio(struct zyd_rf *rf, int on) argument
1307 zyd_write16_m(sc, ZYD_CR11, on ? 0x00 : 0x04);
1308 zyd_write16_m(sc, ZYD_CR251, on
1394 zyd_al2210_switch_radio(struct zyd_rf *rf, int on) argument
1531 zyd_gct_switch_radio(struct zyd_rf *rf, int on) argument
1631 zyd_maxim2_switch_radio(struct zyd_rf *rf, int on) argument
1970 zyd_switch_radio(struct zyd_softc *sc, int on) argument
1987 zyd_set_led(struct zyd_softc *sc, int which, int on) argument
[all...]
/freebsd-9.3-release/contrib/binutils/gas/
H A Dlisting.c43 will affect the page they are on, as well as any subsequent page
62 time it sees a newline, and -l is on the command line.
85 LISTING_LHS_WIDTH_SECOND Number of words for the data on the lhs
90 on a line. */
519 static unsigned int on_page; /* Number of lines printed on current page */
643 /* Print the stuff on the first line. */
761 /* @@ Note that this is dependent on the compilation options,
762 not solely on the target characteristics. */
1125 /* Turn listing on or off. An argument of 0 means to turn off
1126 listing. An argument of 1 means to turn on listin
1131 listing_list(int on) argument
1273 listing_list(int on) argument
[all...]
/freebsd-9.3-release/contrib/bsnmp/snmpd/
H A Dtrans_lsock.c237 * Input on a local socket (either datagram or stream)
346 const int on = 1; local
355 if (setsockopt(peer->input.fd, 0, LOCAL_CREDS, &on,
356 sizeof(on)) == -1) {
/freebsd-9.3-release/contrib/openpam/misc/
H A Dgendoc.pl504 function returns 0 on success and -1 on failure.
512 on failure.
/freebsd-9.3-release/contrib/wpa/src/wps/
H A Dwps_upnp_ssdp.c8 * See wps_upnp.c for more details on licensing and code history.
344 * Returns: 0 on success, -1 on failure
416 * Send it on the multicast socket to avoid having to set up another
482 /* Wait time depending on MX value */
737 int on = 1; local
747 if (setsockopt(sd, SOL_SOCKET, SO_REUSEADDR, &on, sizeof(on)))
777 * Returns: 0 on success, -1 on failur
[all...]
/freebsd-9.3-release/sys/dev/uart/
H A Duart_kbd_sun.c111 static int sunkbd_poll_mode(keyboard_t *kbd, int on);
796 sunkbd_poll_mode(keyboard_t *kbd, int on) argument
801 if (on)
/freebsd-9.3-release/usr.bin/m4/
H A Deval.c209 * alternatives based on the existence of
671 * dotrace - mark some macros as traced/untraced depending upon on.
674 dotrace(const char *argv[], int argc, int on) argument
680 mark_traced(argv[n], on);
682 mark_traced(NULL, on);
933 * expand character ranges on the fly
976 * on the way.
/freebsd-9.3-release/usr.sbin/rpcbind/
H A Drpcbind.c6 * unrestricted use provided that this legend is included on all tape
16 * Sun RPC is provided with no support and without any obligation on the
80 int debugging = 0; /* Tell me what's going on */
81 int doabort = 0; /* When debugging, do an abort on errors */
98 int on = 1; variable
209 printf(" Will abort on errors!\n");
316 /* Get rpcbind's address on this transport */
393 IPV6_V6ONLY, &on, sizeof on) < 0) {
423 syslog(LOG_ERR, "cannot bind %s on
[all...]
/freebsd-9.3-release/usr.sbin/rwhod/
H A Drwhod.c80 * broadcast or unicast) on all interfaces that have
91 * transmission on one interface only.
96 * on which reports are sent (which may be controlled via the host's routing
173 int on = 1; local
239 if (setsockopt(s, SOL_SOCKET, SO_BROADCAST, &on, sizeof(on)) < 0) {
630 /* Fall back to broadcast on this if. */
/freebsd-9.3-release/crypto/openssl/crypto/bio/
H A Db_sock.c728 int BIO_set_tcp_ndelay(int s, int on) argument
742 ret = setsockopt(s, opt, TCP_NODELAY, (char *)&on, sizeof(on));
/freebsd-9.3-release/crypto/heimdal/tests/kdc/
H A Dcheck-kdc.in266 echo deleting all but aes enctypes on krbtgt
269 echo deleting all but des enctypes on server-des3
297 echo deleting all enctypes on krbtgt
300 echo "try initial ticket w/o and keys on krbtgt"
306 echo "try initial ticket with random aes key on krbtgt"
/freebsd-9.3-release/sys/boot/pc98/cdboot/
H A Dcdboot.S100 .set ERROR_TIMEOUT,0x90 # BIOS timeout on read
145 mov $0x40,%ah # graph on
151 mov $0x0c,%ah # text on
156 mov $0x11,%ah # cursor on
444 # Turn on the A20 address line
446 xor %ax,%ax # Turn A20 on
464 mov %cr0,%eax # Turn on
502 pm_end: sti # Turn interrupts back on now
526 # Save the entry point so the client can get to it later on
743 cld # In case anyone depends on thi
[all...]
/freebsd-9.3-release/contrib/bind9/lib/isc/unix/
H A Dentropy.c170 * later) is a major issue on HP-UX.
462 int on = 1; local
464 ret = ioctl(fd, FIONBIO, (char *)&on);
475 "ioctl(%d, FIONBIO, &on): %s", fd,
/freebsd-9.3-release/contrib/binutils/ld/scripttempl/
H A Dnw.sc107 we can shorten the on-disk segment size. */
/freebsd-9.3-release/contrib/bmake/
H A Dbsd.after-import.mk15 # we rely on bmake
/freebsd-9.3-release/contrib/bmake/mk/
H A Dman.mk12 # sadly we cannot rely on a shell that supports ${foo#...} and ${foo%...}
/freebsd-9.3-release/sys/cam/ctl/
H A DREADME.ctl.txt56 on your target system.
62 the isp(4) driver can run in target or initiator mode, but not both on
73 ctladm port -o on
77 scbus6 on ctl2cam0 bus 0:
100 ctladm port -o on
237 (Adaptive Replacement Cache), running the block/file backend on top of a
/freebsd-9.3-release/tools/tools/nanobsd/rescue/Files/etc/
H A Dttys5 # This file specifies various information about terminals on the system.
11 # getty The program to start running on the terminal. Typically a
21 # Other common values include network for network connections on
25 # status Must be on or off. If on, init will run the getty program on
35 ttyv0 "/usr/libexec/getty Pc" xterm on secure
37 ttyv1 "/usr/libexec/getty Pc" xterm on secure
38 ttyv2 "/usr/libexec/getty Pc" xterm on secure
47 ttyu0 "/usr/libexec/getty std.115200" xterm-color on secur
[all...]

Completed in 377 milliseconds

<<11121314151617181920>>