t_lowat          1153 arch/i386/isa/pccom.c 	if (tp->t_outq.c_cc <= tp->t_lowat) {
t_lowat           892 dev/ic/com.c   	if (tp->t_outq.c_cc <= tp->t_lowat) {
t_lowat           625 dev/ic/cy.c    		if (tp->t_outq.c_cc <= tp->t_lowat) {
t_lowat          1346 dev/ic/cy.c    			if (tp->t_outq.c_cc <= tp->t_lowat) {
t_lowat           603 dev/ic/z8530tty.c 	if (tp->t_outq.c_cc <= tp->t_lowat) {
t_lowat          1485 dev/pci/cz.c   	if (tp->t_outq.c_cc <= tp->t_lowat) {
t_lowat          1125 dev/sbus/magma.c 		if (tp->t_outq.c_cc <= tp->t_lowat) {
t_lowat           743 dev/sbus/spif.c 		if (tp->t_outq.c_cc <= tp->t_lowat) {
t_lowat           953 dev/usb/ucom.c 	if (tp->t_outq.c_cc <= tp->t_lowat) {
t_lowat          1470 dev/wscons/wsdisplay.c 	if (tp->t_outq.c_cc <= tp->t_lowat) {
t_lowat          1059 kern/tty.c     		if (tp->t_outq.c_cc <= tp->t_lowat)
t_lowat          1152 kern/tty.c     	return (kn->kn_data <= tp->t_lowat);
t_lowat          2034 kern/tty.c     	tp->t_lowat = x = CLAMP(cps / 2, TTMAXLOWAT, TTMINLOWAT);
t_lowat          2291 kern/tty.c     		itp->t_lowat = tp->t_lowat;
t_lowat           509 kern/tty_pty.c 	if (tp->t_outq.c_cc <= tp->t_lowat) {
t_lowat           130 sys/tty.h      	short	t_lowat;		/* Low water mark. */
t_lowat           145 sys/tty.h      	short t_lowat;