Searched refs:rp_port (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/sys/dev/rp/
H A Drpvar.h44 struct rp_port { struct
49 int rp_port; member in struct:rp_port
H A Drp.c568 static struct rp_port *p_rp_addr[4];
569 static struct rp_port *p_rp_table[MAX_RP_PORTS];
585 static void rp_do_receive(struct rp_port *rp, struct tty *tp,
648 static void rp_handle_port(struct rp_port *rp)
674 printf("CTS change (now %s)... on port %d\n", rp->rp_cts ? "on" : "off", rp->rp_port);
682 struct rp_port *rp;
736 struct rp_port *rp = softc;
750 struct rp_port *rp;
760 ctlp->rp = rp = (struct rp_port *)
761 malloc(sizeof(struct rp_port) * num_port
[all...]
H A Drpreg.h374 struct rp_port *rp; /* port */

Completed in 48 milliseconds