Searched refs:t_hwiflow (Results 1 – 7 of 7) sorted by relevance
126 int (*t_hwiflow)(struct tty *tp, int flag); member
1341 if (ISSET(tp->t_cflag, CHWFLOW) && tp->t_hwiflow && in ttyblock()1342 (*tp->t_hwiflow)(tp, 1) != 0) in ttyblock()1678 if (ISSET(tp->t_cflag, CHWFLOW) && tp->t_hwiflow && in ttyunblock()1679 (*tp->t_hwiflow)(tp, 0) != 0) in ttyunblock()
326 tp->t_hwiflow = vccttyhwiflow; in vccttyopen()
289 tp->t_hwiflow = vioconhwiflow; in viocon_port_create()
173 tp->t_hwiflow = NULL /* XXX siohwiflow XXX */; in siotty_attach()
456 tp->t_hwiflow = NULL; in scif_attach()
330 tp->t_hwiflow = zshwiflow; in zstty_attach()