Searched refs:FORINPUT (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun/sys/
H A Dttymuxuser.h66 typedef enum {FORINPUT = 1, FOROUTPUT = 2, FORIO = 3} io_mode_t; enumerator in enum:__anon9727
79 io_mode_t ttymux_ioflag; /* FORINPUT FOROUTPUT FORIO */
/illumos-gate/usr/src/uts/sun4u/montecarlo/io/ttymux_dacf/
H A Dttymux_dacf.c221 if (cn->sm_mode & FORINPUT)
478 if (mode == FORINPUT)
510 if (mode == FORINPUT)
755 parse(ms, propval, add_aconsole, (void *)FORINPUT);
783 (void) find_obp_consoles(ms, FORINPUT);
819 *mode = FORINPUT;
828 if ((*mode & FORINPUT) == 0) {
867 if (mode & FORINPUT)
922 if (icnt == 0 && (mode & FORINPUT))
/illumos-gate/usr/src/uts/sun/io/ttymux/
H A Dttymux_ioctl.c243 if (flags & (uint_t)FORINPUT)
279 if (plqi->sm_ioflag & (uint_t)FORINPUT)
463 if ((mode & FORINPUT) && ms->sm_ialias != NULL)
623 a->ttymux_udev = cn->sm_mode & FORINPUT ?
661 FORINPUT ? ms->sm_cons_stdin.sm_dev :
H A Dttymux.c1683 if ((lqi->sm_ioflag & (uint_t)FORINPUT) == 0) {

Completed in 145 milliseconds