Home
last modified time | relevance | path

Searched refs:CSIZE (Results 1 – 25 of 28) sorted by relevance

12

/illumos-gate/usr/src/ucbcmd/stty/
H A Dsttytable.c80 "-parity", CS8, PARENB|CSIZE,
81 "-evenp", CS8, PARENB|CSIZE,
82 "-even", CS8, PARENB|CSIZE,
94 "cs8", CS8, CSIZE,
95 "cs7", CS7, CSIZE,
96 "cs6", CS6, CSIZE,
97 "cs5", CS5, CSIZE,
110 "litout", CS8, (CSIZE|PARENB),
112 "pass8", CS8, (CSIZE|PARENB),
114 "raw", CS8, (CSIZE|PARENB),
[all …]
H A Dstty.c244 (void) fprintf(output, "cs%c ", '5' + (m & CSIZE)/CS6); in prmodes()
518 (void) fprintf(output, "cs%c ", '5'+ (m & CSIZE)/CS6); in pramodes()
/illumos-gate/usr/src/cmd/ttymon/
H A Dsttytable.c88 "-parity", CS8, PARENB|CSIZE,
89 "-evenp", CS8, PARENB|CSIZE,
90 "-oddp", CS8, PARENB|PARODD|CSIZE,
93 "oddp", PARENB|PARODD|CS7, CSIZE,
98 "cs8", CS8, CSIZE,
99 "cs7", CS7, CSIZE,
100 "cs6", CS6, CSIZE,
101 "cs5", CS5, CSIZE,
118 "raw", CS8, (CSIZE|PARENB),
119 "-raw", (CS7|PARENB), CSIZE,
[all …]
H A Dtmautobaud.c87 termio.c_cflag &= ~(CBAUD|CSIZE|PARENB); in auto_termio()
88 termio.c_cflag |= CREAD|HUPCL|(CS8&CSIZE)|(B2400&CBAUD); in auto_termio()
102 termios.c_cflag &= ~(CSIZE|PARENB); in auto_termio()
103 termios.c_cflag |= CREAD|HUPCL|(CS8&CSIZE); in auto_termio()
H A Dstty.c294 (void) printf("cs%c ", '5'+(m&CSIZE)/CS6); in prmodes()
574 (void) printf("cs%c ", '5'+(m&CSIZE)/CS6); in pramodes()
/illumos-gate/usr/src/cmd/bnu/
H A Dsetmode.c42 "-parity", CS8, PARENB|CSIZE,
43 "-evenp", CS8, PARENB|CSIZE,
52 "cs8", CS8, CSIZE,
53 "cs7", CS7, CSIZE,
54 "cs6", CS6, CSIZE,
55 "cs5", CS5, CSIZE,
84 "litout", CS8, (CSIZE|PARENB),
86 "pass8", CS8, (CSIZE|PARENB),
87 "-pass8", (CS7|PARENB), CSIZE,
88 "raw", CS8, (CSIZE|PARENB),
[all …]
/illumos-gate/usr/src/cmd/acct/
H A Dacctdef.h40 #define CSIZE 10001 macro
46 #define CSIZE 5001 macro
H A Dacctcms.c57 int csize = CSIZE;
180 if( (tcm = (struct tcms *)calloc(CSIZE, sizeof(struct tcms))) == NULL) { in main()
197 if( (pcm = (struct pcms *)calloc(CSIZE, sizeof(struct pcms))) == NULL) { in main()
457 (csize + CSIZE - 1) * sizeof (struct tcms))) == NULL) { in tenter()
462 memset(&ntcm[csize], 0, CSIZE - 1); in tenter()
466 csize = csize + CSIZE - 1; in tenter()
493 (csize + CSIZE - 1) * sizeof (struct pcms))) == NULL) { in enter()
498 memset(&npcm[csize], 0, CSIZE - 1); in enter()
502 csize = csize + CSIZE - 1; in enter()
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dstty.c211 { "cs5", SIZE, C_FLAG, 0, CSIZE, CS5 , C("Char size 5") },
212 { "cs6", SIZE, C_FLAG, 0, CSIZE, CS6 , C("Char size 6") },
213 { "cs7", SIZE, C_FLAG, 0, CSIZE, CS7 , C("Char size 7") },
214 { "cs8", SIZE, C_FLAG, 0, CSIZE, CS8 , C("Char size 8") },
555 if((sp->c_cflag&CSIZE)!=tp->mask) in output()
557 if(flags || (sp->c_cflag&CSIZE) != (tty.c_cflag&CSIZE)) in output()
763 sp->c_cflag &= ~CSIZE; in set()
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dmeta.c57 PTERMIOS(_prog)->c_cflag &= ~CSIZE; in meta()
H A Dwgetch.c199 if (((PTERMIOS(_prog)->c_cflag & CSIZE) != CS8) && (*pChar != EOF)) in __m_read_input_char()
220 if ((PTERMIOS(_prog)->c_cflag & CSIZE) != CS8) { in __m_typeahead_read_input_char()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dmeta.c54 cur_term->_prog.c_cflag &= ~CSIZE; in meta()
/illumos-gate/usr/src/cmd/bhyve/
H A Dbhyve_sol_glue.c36 t->c_cflag &= ~(CSIZE|PARENB); in cfmakeraw()
/illumos-gate/usr/src/uts/common/os/
H A Ddumpsubr.c1959 const int CSIZE = sizeof (dumpcsize_t); in dumpsys_bzrun() local
1983 ps->avail_out = hp->cpout->size - CSIZE; in dumpsys_bzrun()
1984 ps->next_out = hp->cpout->buf + CSIZE; in dumpsys_bzrun()
2005 (void) memcpy(hp->cpout->buf, &cs, CSIZE); in dumpsys_bzrun()
2006 dumpsys_swrite(hp, hp->cpout, csize + CSIZE); in dumpsys_bzrun()
2092 const int CSIZE = sizeof (dumpcsize_t); in dumpsys_lzjbrun() local
2094 size_t osize = csize > 0 ? CSIZE + size : size; in dumpsys_lzjbrun()
2105 cs = DUMP_SET_TAG(hp->out - CSIZE, hp->tag); in dumpsys_lzjbrun()
2106 (void) memcpy(hp->cpout->buf, &cs, CSIZE); in dumpsys_lzjbrun()
2124 hp->out = CSIZE; in dumpsys_lzjbrun()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c464 tmp_tc.c_cflag &= ~(CSIZE|PARENB);
468 tmp_tc.c_cflag &= ~(CSIZE|PARENB);
469 tmp_tc.c_cflag |= old_tc.c_cflag & (CSIZE|PARENB);
/illumos-gate/usr/src/uts/sun/io/
H A Dzs_async.c1999 switch (za->za_ttycommon.t_cflag & CSIZE) { in zsa_srint()
2504 if ((za->za_ttycommon.t_cflag & CSIZE) == CS5) { in zsa_start()
3029 switch (za->za_ttycommon.t_cflag & CSIZE) { in zsa_program()
3177 switch (za->za_ttycommon.t_cflag & CSIZE) { in zsa_set_za_rcv_flags_mask()
3371 if (za->za_ttycommon.t_cflag & CSIZE == CS5) printf(" t_cfl:CS5"); in zsa_print_info()
3372 if (za->za_ttycommon.t_cflag & CSIZE == CS6) printf(" t_cfl:CS6"); in zsa_print_info()
3373 if (za->za_ttycommon.t_cflag & CSIZE == CS7) printf(" t_cfl:CS7"); in zsa_print_info()
3374 if (za->za_ttycommon.t_cflag & CSIZE == CS8) printf(" t_cfl:CS8"); in zsa_print_info()
/illumos-gate/usr/src/cmd/tip/aculib/
H A Dv831.c188 cntrl.c_cflag &= ~(CSIZE|PARENB|PARODD); in dialit()
/illumos-gate/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c1145 termios.c_cflag &= ~(CSIZE|PARENB); in serial_hw_init()
1160 termios.c_cflag &= ~CSIZE; in serial_hw_init()
/illumos-gate/usr/src/uts/common/sys/
H A Dtermios.h260 #define CSIZE 0000060 macro
/illumos-gate/usr/src/uts/common/io/
H A Dttcompat.c1246 (termiosp->c_cflag & (CSIZE|PARENB)) == CS8 && in to_compat()
1254 if ((termiosp->c_cflag & (CSIZE|PARENB)) == CS8 && in to_compat()
1259 if ((termiosp->c_cflag & (CSIZE|PARENB)) == CS8) { in to_compat()
H A Dasy.c2059 (CLOCAL|CREAD|CSTOPB|CSIZE|PARENB|PARODD|CBAUD|CBAUDEXT); in asy_program()
2128 switch (c_flag & CSIZE) { in asy_program()
3205 if ((async->async_ttycommon.t_cflag & CSIZE) == CS5) { in async_nstart()
/illumos-gate/usr/src/cmd/find/
H A Dfind.c88 ACL, AMIN, AND, ATIME, CMIN, CPIO, CSIZE, CTIME, DEPTH, EXEC, F_GROUP, enumerator
557 np->action = CSIZE; in compile()
981 case CSIZE: in execute()
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_promif.c476 tip->c_cflag = (tip->c_cflag & ~CSIZE) | bitsmap[*w - '5']; in kmdb_parse_mode()
/illumos-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c1406 (CLOCAL | CREAD | CSTOPB | CSIZE | PARENB | PARODD | CBAUD | in asy_program()
1438 switch (c_flag & CSIZE) { in asy_program()
2699 if ((async->async_ttycommon.t_cflag & CSIZE) == CS5) { in async_nstart()
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c2198 ((tp->t_cflag & CSIZE) == CS8) && in usbser_rx_massage_data()
3162 pe[3].val.ui = c_flag & CSIZE; in usbser_port_program()

12