c_cf             1173 arch/i386/isa/pccom.c 		sc->sc_tba = tp->t_outq.c_cf;
c_cf             1284 arch/i386/isa/pccom.c 				 	(int)(sc->sc_tba - tp->t_outq.c_cf));
c_cf              615 dev/ic/z8530tty.c 		register char *p = tp->t_outq.c_cf;
c_cf             1224 dev/ic/z8530tty.c 				(caddr_t) tp->t_outq.c_cf);
c_cf             1607 dev/pci/cz.c   			    address + put, tp->t_outq.c_cf, move);
c_cf              734 dev/sbus/magma.c 				ndflush(&tp->t_outq, mp->mp_txp - tp->t_outq.c_cf);
c_cf             1138 dev/sbus/magma.c 			mp->mp_txp = tp->t_outq.c_cf;
c_cf              752 dev/sbus/spif.c 			sp->sp_txp = tp->t_outq.c_cf;
c_cf              993 dev/sbus/spif.c 				    sp->sp_txp - tp->t_outq.c_cf);
c_cf              964 dev/usb/ucom.c 	data = tp->t_outq.c_cf;
c_cf             1430 dev/wscons/wsdisplay.c 	buf = tp->t_outq.c_cf;
c_cf             1451 dev/wscons/wsdisplay.c 		buf = tp->t_outq.c_cf;
c_cf             1408 kern/tty.c     	tp->t_rawq.c_cf = tp->t_rawq.c_cl = 0;
c_cf              402 kern/tty_pty.c 		wakeup(&tp->t_outq.c_cf);
c_cf              407 kern/tty_pty.c 		wakeup(&tp->t_rawq.c_cf);
c_cf              496 kern/tty_pty.c 		error = tsleep(&tp->t_outq.c_cf, TTIPRI | PCATCH,
c_cf              596 kern/tty_pty.c 	error = tsleep(&tp->t_rawq.c_cf, TTOPRI | PCATCH,
c_cf               76 kern/tty_subr.c 	clp->c_cf = clp->c_cl = (u_char *)0;
c_cf              111 kern/tty_subr.c 	c = *clp->c_cf & 0xff;
c_cf              113 kern/tty_subr.c 		if (isset(clp->c_cq, clp->c_cf - clp->c_cs) )
c_cf              116 kern/tty_subr.c 	if (++clp->c_cf == clp->c_ce)
c_cf              117 kern/tty_subr.c 		clp->c_cf = clp->c_cs;
c_cf              119 kern/tty_subr.c 		clp->c_cf = clp->c_cl = (u_char *)0;
c_cf              139 kern/tty_subr.c 		cc = clp->c_cl - clp->c_cf;
c_cf              140 kern/tty_subr.c 		if (clp->c_cf >= clp->c_cl)
c_cf              141 kern/tty_subr.c 			cc = clp->c_ce - clp->c_cf;
c_cf              144 kern/tty_subr.c 		bcopy(clp->c_cf, p, cc);
c_cf              148 kern/tty_subr.c 		clp->c_cf += cc;
c_cf              149 kern/tty_subr.c 		if (clp->c_cf == clp->c_ce)
c_cf              150 kern/tty_subr.c 			clp->c_cf = clp->c_cs;
c_cf              153 kern/tty_subr.c 		clp->c_cf = clp->c_cl = (u_char *)0;
c_cf              175 kern/tty_subr.c 		count = clp->c_cl - clp->c_cf;
c_cf              177 kern/tty_subr.c 			count = clp->c_ce - clp->c_cf;
c_cf              181 kern/tty_subr.c 	i = clp->c_cf - clp->c_cs;
c_cf              213 kern/tty_subr.c 		clp->c_cf = clp->c_cl = (u_char *)0;
c_cf              218 kern/tty_subr.c 		cc = clp->c_cl - clp->c_cf;
c_cf              219 kern/tty_subr.c 		if (clp->c_cf >= clp->c_cl)
c_cf              220 kern/tty_subr.c 			cc = clp->c_ce - clp->c_cf;
c_cf              225 kern/tty_subr.c 		clp->c_cf += cc;
c_cf              226 kern/tty_subr.c 		if (clp->c_cf == clp->c_ce)
c_cf              227 kern/tty_subr.c 			clp->c_cf = clp->c_cs;
c_cf              230 kern/tty_subr.c 		clp->c_cf = clp->c_cl = (u_char *)0;
c_cf              259 kern/tty_subr.c 		clp->c_cf = clp->c_cl = clp->c_cs;
c_cf              341 kern/tty_subr.c 		clp->c_cf = clp->c_cl = clp->c_cs;
c_cf              347 kern/tty_subr.c 		if (clp->c_cf > clp->c_cl)
c_cf              348 kern/tty_subr.c 			cc = clp->c_cf - clp->c_cl;
c_cf              381 kern/tty_subr.c 	if (clp->c_cf == cp) {
c_cf              419 kern/tty_subr.c 	cp = clp->c_cf;
c_cf              425 kern/tty_subr.c 	return clp->c_cf;
c_cf              453 kern/tty_subr.c 		clp->c_cf = clp->c_cl = (u_char *)0;
c_cf               88 sys/tty.h      	u_char	*c_cf;		/* points to first character */