t_hwiflow         512 arch/i386/isa/pccom.c 	tp->t_hwiflow = comhwiflow;
t_hwiflow         261 dev/ic/z8530tty.c 	tp->t_hwiflow = zshwiflow;
t_hwiflow        1279 kern/tty.c     		if (ISSET(tp->t_cflag, CHWFLOW) && tp->t_hwiflow &&
t_hwiflow        1280 kern/tty.c     		    (*tp->t_hwiflow)(tp, 1) != 0)
t_hwiflow        1626 kern/tty.c     		if (ISSET(tp->t_cflag, CHWFLOW) && tp->t_hwiflow &&
t_hwiflow        1627 kern/tty.c     		    (*tp->t_hwiflow)(tp, 0) != 0)
t_hwiflow         125 sys/tty.h      	int	(*t_hwiflow)(struct tty *tp, int flag);