Home
last modified time | relevance | path

Searched refs:_TTY_BUFSIZ (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dpts.c146 _TTY_BUFSIZ,
147 _TTY_BUFSIZ,
417 sop->so_hiwat = _TTY_BUFSIZ; in ptsopen()
H A Dzcons.c223 _TTY_BUFSIZ,
510 sop->so_hiwat = _TTY_BUFSIZ; in zc_manager_open()
584 sop->so_hiwat = _TTY_BUFSIZ; in zc_subsidiary_open()
H A Dptem.c108 _TTY_BUFSIZ,
109 _TTY_BUFSIZ,
203 sop->so_hiwat = _TTY_BUFSIZ; in ptemopen()
H A Dptm.c388 sop->so_hiwat = _TTY_BUFSIZ; in ptmopen()
H A Dldterm.c570 _TTY_BUFSIZ,
571 _TTY_BUFSIZ,
738 if ((tp->t_eucp_mp = allocb(_TTY_BUFSIZ, BPRI_HI)) != NULL) { in ldtermopen()
811 strop->so_hiwat = _TTY_BUFSIZ; in ldtermopen()
1915 if ((tp->t_msglen > ((_TTY_BUFSIZ + 1) - (int)tp->t_maxeuc)) && in ldterm_docanon()
4408 if ((tp->t_eucp_mp = allocb(_TTY_BUFSIZ, in ldterm_do_ioctl()
4636 if (!(tp->t_eucp_mp = allocb(_TTY_BUFSIZ, in ldterm_do_ioctl()
/illumos-gate/usr/src/uts/common/sys/
H A Dparam.h75 #define _TTY_BUFSIZ 2048 macro