LINESW            517 dev/usb/ucom.c 	error = (*LINESW(tp, l_open))(dev, tp);
LINESW            564 dev/usb/ucom.c 	(*LINESW(tp, l_close))(tp, flag);
LINESW            591 dev/usb/ucom.c 	error = (*LINESW(tp, l_read))(tp, uio, flag);
LINESW            608 dev/usb/ucom.c 	error = (*LINESW(tp, l_write))(tp, uio, flag);
LINESW            649 dev/usb/ucom.c 	error = (*LINESW(tp, l_ioctl))(tp, cmd, data, flag, p);
LINESW            831 dev/usb/ucom.c 			(*LINESW(tp, l_modem))(tp,
LINESW            892 dev/usb/ucom.c 	(void) (*LINESW(tp, l_modem))(tp, 1 /* XXX carrier */ );
LINESW           1066 dev/usb/ucom.c 	(*LINESW(tp, l_start))(tp);
LINESW           1110 dev/usb/ucom.c 	int (*rint)(int c, struct tty *tp) = LINESW(tp, l_rint);