Searched refs:rp_tty (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/dev/rp/
H A Drpvar.h45 struct tty * rp_tty; /* cross reference */ member in struct:rp_port
H A Drp.c658 tp = rp->rp_tty;
706 tp = rp->rp_tty;
777 rp->rp_tty = tp = tty_alloc(&rp_tty_class, rp);
826 tty_lock(rp->rp_tty);
827 tty_rel_gone(rp->rp_tty);

Completed in 53 milliseconds