Searched refs:cflag (Results 51 - 75 of 141) sorted by relevance

123456

/netbsd-current/sys/arch/sun2/dev/
H A Dzs.c438 zs_set_modes(struct zs_chanstate *cs, int cflag /* bits per second */)
450 if ((cflag & (CLOCAL | MDMBUF)) != 0) {
452 if ((cflag & MDMBUF) == 0)
456 if ((cflag & CRTSCTS) != 0) {
460 } else if ((cflag & CDTRCTS) != 0) {
464 } else if ((cflag & MDMBUF) != 0) {
/netbsd-current/bin/df/
H A Ddf.c79 static int aflag, cflag, fflag, gflag, hflag, iflag, lflag; variable
113 cflag = 1;
237 if (cflag) {
255 if (cflag)
259 if (cflag == 0 || fflag == 0)
264 if (cflag)
/netbsd-current/external/bsd/pdisk/dist/
H A Dcvt_pt.c51 int cflag = CFLAG_DEFAULT; /* compute device size */ variable
H A Dpdisk.c118 int cflag = CFLAG_DEFAULT; /* compute device size */ variable
365 if (cflag) {
366 cflag = 0;
368 cflag = 1;
370 printf("Now in %s device size mode.\n", (cflag)?"always compute":"use existing");
432 cflag = CFLAG_DEFAULT;
474 cflag = (CFLAG_DEFAULT)?0:1;
/netbsd-current/sys/fs/cd9660/
H A Dcd9660_rrip.h70 u_char cflag [ISODCL ( 1, 1)]; member in struct:__anon12350
/netbsd-current/usr.sbin/acpitools/acpidump/
H A Dacpidump.h145 extern int cflag;
/netbsd-current/games/backgammon/common_source/
H A Dback.h91 extern int cflag; /* case conversion flag */
/netbsd-current/sys/arch/hpcmips/dev/
H A Dcom_hpcio.c213 int frequency, tcflag_t cflag, int kgdb)
234 frequency, COM_TYPE_NORMAL, cflag));
238 frequency, COM_TYPE_NORMAL, cflag));
212 com_hpcio_cndb_attach(bus_space_tag_t iot, int iobase, int rate, int frequency, tcflag_t cflag, int kgdb) argument
/netbsd-current/sys/arch/arm/ep93xx/
H A Depcom.c747 cflag2lcrhi(tcflag_t cflag) argument
751 switch (cflag & CSIZE) {
763 lcrhi |= (cflag & PARENB) ? LinCtrlHigh_PEN : 0;
764 lcrhi |= (cflag & PARODD) ? 0 : LinCtrlHigh_EPS;
765 lcrhi |= (cflag & CSTOPB) ? LinCtrlHigh_STP2 : 0;
816 int ospeed, tcflag_t cflag)
822 epcominit(&epcomcn_sc, iot, iobase, ioh, ospeed, cflag);
1159 tcflag_t cflag)
1175 epcominit(&kgdb_sc, iot, iobase, ioh, rate, cflag);
1202 bus_addr_t iobase, bus_space_handle_t ioh, int rate, tcflag_t cflag)
815 epcomcnattach(bus_space_tag_t iot, bus_addr_t iobase, bus_space_handle_t ioh, int ospeed, tcflag_t cflag) argument
1158 epcom_kgdb_attach(bus_space_tag_t iot, bus_addr_t iobase, int rate, tcflag_t cflag) argument
1201 epcominit(struct epcom_cons_softc *sc, bus_space_tag_t iot, bus_addr_t iobase, bus_space_handle_t ioh, int rate, tcflag_t cflag) argument
[all...]
/netbsd-current/sys/arch/sun3/dev/
H A Dzs.c444 zs_set_modes(struct zs_chanstate *cs, int cflag /* bits per second */)
456 if ((cflag & (CLOCAL | MDMBUF)) != 0) {
458 if ((cflag & MDMBUF) == 0)
462 if ((cflag & CRTSCTS) != 0) {
466 } else if ((cflag & MDMBUF) != 0) {
/netbsd-current/sys/arch/mipsco/obio/
H A Dzs.c437 zs_set_modes(struct zs_chanstate *cs, int cflag) argument
450 if ((cflag & (CLOCAL | MDMBUF)) != 0) {
452 if ((cflag & MDMBUF) == 0)
456 if ((cflag & CRTSCTS) != 0) {
460 } else if ((cflag & MDMBUF) != 0) {
/netbsd-current/sys/arch/x68k/dev/
H A Dzs.c393 zs_set_modes(struct zs_chanstate *cs, int cflag /* bits per second */)
406 if ((cflag & (CLOCAL | MDMBUF)) != 0) {
408 if ((cflag & MDMBUF) == 0)
412 if ((cflag & CRTSCTS) != 0) {
416 } else if ((cflag & MDMBUF) != 0) {
/netbsd-current/usr.bin/touch/
H A Dtouch.c94 int aflag, cflag, Dflag, hflag, mflag, ch, fd, len, rval, timeset; local
101 aflag = cflag = Dflag = hflag = mflag = timeset = 0;
112 cflag = 1;
154 cflag = 1; /* Don't create new file */
185 if (!cflag) {
/netbsd-current/usr.sbin/lockstat/
H A Dmain.c143 static bool cflag; variable
214 cflag = true;
697 if (cflag) {
719 if (cflag) {
761 if (cflag)
777 if (cflag)
795 if (cflag)
/netbsd-current/sys/arch/arm/at91/
H A Dat91dbgu.c747 cflag2lcrhi(tcflag_t cflag)
751 switch (cflag & CSIZE) {
757 mr |= (cflag & PARENB) ? LinCtrlHigh_PEN : 0;
758 mr |= (cflag & PARODD) ? 0 : LinCtrlHigh_EPS;
759 mr |= (cflag & CSTOPB) ? LinCtrlHigh_STP2 : 0;
809 int ospeed, tcflag_t cflag);
812 int ospeed, tcflag_t cflag)
822 dbgu_cn_sc.sc_cflag = cflag;
827 void at91dbgu_attach_cn(bus_space_tag_t iot, int ospeed, int cflag) argument
831 at91dbgu_cn_attach(iot, AT91DBGU_BASE, ioh, ospeed, cflag);
811 at91dbgu_cn_attach(bus_space_tag_t iot, bus_addr_t iobase, bus_space_handle_t ioh, int ospeed, tcflag_t cflag) argument
[all...]
/netbsd-current/sys/arch/macppc/dev/
H A Dzs.c704 zs_set_modes(struct zs_chanstate *cs, int cflag) argument
721 if ((cflag & CDTRCTS) && (cflag & (CRTSCTS | MDMBUF)))
724 if (cflag & MDMBUF)
726 cflag |= CLOCAL;
728 if ((xcs->cs_hwflags & ZS_HWFLAG_NO_CTS) && (cflag & (CRTSCTS | CDTRCTS)))
739 if ((cflag & (CLOCAL | MDMBUF)) != 0)
756 if ((cflag & CRTSCTS) != 0) {
760 } else if ((cflag & CDTRCTS) != 0) {
764 } else if ((cflag
[all...]
/netbsd-current/sys/arch/mips/sibyte/dev/
H A Dsbjcn.c161 int sbjcn_init(u_long addr, int chan, int rate, tcflag_t cflag);
855 cflag2modes(tcflag_t cflag, u_char *mode1p, u_char *mode2p) argument
863 switch (ISSET(cflag, CSIZE)) {
874 if (!ISSET(cflag, PARENB))
878 if (ISSET(cflag, PARODD))
882 if (ISSET(cflag, CSTOPB))
885 if (ISSET(cflag, CRTSCTS)) {
1482 sbjcn_init(u_long addr, int chan, int rate, tcflag_t cflag) argument
1492 sbjcn_cnattach(u_long addr, int chan, int rate, tcflag_t cflag) argument
1501 res = sbjcn_init(addr, chan, rate, cflag);
1568 sbjcn_kgdb_attach(u_long addr, int chan, int rate, tcflag_t cflag) argument
[all...]
/netbsd-current/sys/dev/ic/
H A Dz8530tty.c632 * Note: zsparam has done: cflag, ispeed, ospeed
972 tcflag_t cflag; local
979 cflag = t->c_cflag;
993 SET(cflag, CLOCAL);
994 CLR(cflag, HUPCL);
1003 tp->t_cflag == cflag)
1014 error = zs_set_modes(cs, cflag);
1039 switch (ISSET(cflag, CSIZE)) {
1067 if (ISSET(cflag, CSTOPB))
1071 if (!ISSET(cflag, PAROD
[all...]
/netbsd-current/sys/arch/emips/ebus/
H A Ddz_ebus.c390 int cflag = t->c_cflag; local
410 tp->t_cflag = cflag;
427 switch (cflag & CSIZE) {
441 if (cflag & CSTOPB)
444 if (cflag & PARENB) {
445 if (cflag & PARODD)
/netbsd-current/sys/arch/sparc/dev/
H A Dzs.c684 zs_set_modes(struct zs_chanstate *cs, int cflag) argument
696 if ((cflag & (CLOCAL | MDMBUF)) != 0) {
698 if ((cflag & MDMBUF) == 0)
702 if ((cflag & CRTSCTS) != 0) {
706 } else if ((cflag & CDTRCTS) != 0) {
710 } else if ((cflag & MDMBUF) != 0) {
/netbsd-current/sys/arch/sparc64/dev/
H A Dzs.c599 zs_set_modes(struct zs_chanstate *cs, int cflag) argument
611 if ((cflag & (CLOCAL | MDMBUF)) != 0) {
613 if ((cflag & MDMBUF) == 0)
617 if ((cflag & CRTSCTS) != 0) {
621 } else if ((cflag & CDTRCTS) != 0) {
625 } else if ((cflag & MDMBUF) != 0) {
/netbsd-current/sys/dev/dec/
H A Ddz.c578 int cflag = t->c_cflag; local
590 tp->t_cflag = cflag;
604 switch (cflag & CSIZE)
619 if (cflag & PARENB)
621 if (cflag & PARODD)
623 if (cflag & CSTOPB)
/netbsd-current/sys/arch/cesfic/dev/
H A Dzs.c294 zs_set_modes(struct zs_chanstate *cs, int cflag) argument
307 if (cflag & CLOCAL) {
316 if (cflag & CRTSCTS) {
/netbsd-current/usr.bin/grep/
H A Dgrep.h118 bflag, cflag, hflag, iflag, lflag, mflag, nflag, oflag,
/netbsd-current/usr.sbin/ypserv/ypxfr/
H A Dypxfr.c80 int need_usage = 0, cflag = 0, fflag = 0, Cflag = 0; local
105 cflag = 1;
160 syslog(LOG_DEBUG, "YP clear to local: %s", (cflag) ? "no" : "yes");
253 if (!cflag) {

Completed in 229 milliseconds

123456