Searched refs:sm_ioflag (Results 1 – 4 of 4) sorted by relevance
194 (a)->ttymux_ioflag = (l)->sm_ioflag; \204 (a)->ttymux32_ioflag = (l)->sm_ioflag; \
358 (lqi->sm_ioflag & ioflag) == 0) in sm_qs_without()497 plqi->sm_ioflag = in sm_associate()510 plqi->sm_ioflag = (ioflag & (uint_t)FORIO); in sm_associate()631 plqi->sm_ioflag = 0u; in sm_disassociate()713 if ((lqi->sm_ioflag & (uint_t)FOROUTPUT) == 0) { in sm_dupmsg()1683 if ((lqi->sm_ioflag & (uint_t)FORINPUT) == 0) { in sm_lrmsg_check()2587 lqip->sm_ioflag = FORIO; in sm_attach()
254 plqi->sm_ioflag = flags; in device_init_impl()279 if (plqi->sm_ioflag & (uint_t)FORINPUT) in device_fini_impl()282 if (plqi->sm_ioflag & (uint_t)FOROUTPUT) in device_fini_impl()288 plqi->sm_ioflag = 0; in device_fini_impl()
109 io_mode_t sm_ioflag; /* input and/or output stream */ member