Searched refs:FORIO (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.c225 if (cn->sm_mode == FORIO)
455 cn->sm_mode |= (io_mode_t)((uint_t)(uintptr_t)arg & FORIO);
767 flags = (uint_t)FORIO | OBPDEV;
822 if ((*mode & FORIO) == 0)
/illumos-gate/usr/src/uts/sun/io/ttymux/
H A Dttymux.c489 if ((ioflag & FORIO) == 0)
490 ioflag = FORIO;
496 if ((ioflag & (uint_t)FORIO) != 0)
498 (ioflag & (uint_t)FORIO);
509 if ((ioflag & (uint_t)FORIO) != 0)
510 plqi->sm_ioflag = (ioflag & (uint_t)FORIO);
2587 lqip->sm_ioflag = FORIO;
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dttymux_rcm.c480 if ((ioflags = link->flags & FORIO) == 0)
481 ioflags = FORIO;

Completed in 69 milliseconds