Home
last modified time | relevance | path

Searched refs:t_hwiflow (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/sys/sys/
Dtty.h126 int (*t_hwiflow)(struct tty *tp, int flag); member
/openbsd/src/sys/kern/
Dtty.c1341 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()
/openbsd/src/sys/arch/sparc64/dev/
Dvcctty.c326 tp->t_hwiflow = vccttyhwiflow; in vccttyopen()
/openbsd/src/sys/dev/pv/
Dviocon.c289 tp->t_hwiflow = vioconhwiflow; in viocon_port_create()
/openbsd/src/sys/arch/luna88k/dev/
Dsiotty.c173 tp->t_hwiflow = NULL /* XXX siohwiflow XXX */; in siotty_attach()
/openbsd/src/sys/arch/sh/dev/
Dscif.c456 tp->t_hwiflow = NULL; in scif_attach()
/openbsd/src/sys/dev/ic/
Dz8530tty.c330 tp->t_hwiflow = zshwiflow; in zstty_attach()