Searched refs:FORIO (Results 1 – 4 of 4) sorted by relevance
66 typedef enum {FORINPUT = 1, FOROUTPUT = 2, FORIO = 3} io_mode_t; enumerator
225 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()
489 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()
480 if ((ioflags = link->flags & FORIO) == 0) in mux_connect()481 ioflags = FORIO; in mux_connect()