Home
last modified time | relevance | path

Searched refs:FORIO (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/sun/sys/
H A Dttymuxuser.h66 typedef enum {FORINPUT = 1, FOROUTPUT = 2, FORIO = 3} io_mode_t; enumerator
/titanic_41/usr/src/uts/sun4u/montecarlo/io/ttymux_dacf/
H A Dttymux_dacf.c225 if (cn->sm_mode == FORIO) in usable_consoles()
455 cn->sm_mode |= (io_mode_t)((uint_t)(uintptr_t)arg & FORIO); in add_aconsole()
767 flags = (uint_t)FORIO | OBPDEV; in find_consoles()
822 if ((*mode & FORIO) == 0) in validate_reservation()
/titanic_41/usr/src/uts/sun/io/ttymux/
H A Dttymux.c489 if ((ioflag & FORIO) == 0) in sm_associate()
490 ioflag = FORIO; in sm_associate()
496 if ((ioflag & (uint_t)FORIO) != 0) in sm_associate()
498 (ioflag & (uint_t)FORIO); in sm_associate()
509 if ((ioflag & (uint_t)FORIO) != 0) in sm_associate()
510 plqi->sm_ioflag = (ioflag & (uint_t)FORIO); in sm_associate()
2587 lqip->sm_ioflag = FORIO; in sm_attach()
/titanic_41/usr/src/cmd/rcm_daemon/common/
H A Dttymux_rcm.c480 if ((ioflags = link->flags & FORIO) == 0) in mux_connect()
481 ioflags = FORIO; in mux_connect()