l_open            685 arch/i386/isa/pccom.c 	return (*linesw[tp->t_line].l_open)(dev, tp);
l_open            472 dev/ic/com.c   	return (*linesw[tp->t_line].l_open)(dev, tp);
l_open            403 dev/ic/cy.c    	return (*linesw[tp->t_line].l_open)(dev, tp);
l_open            419 dev/ic/z8530tty.c 		error = linesw[tp->t_line].l_open(dev, tp);
l_open           1046 dev/pci/cz.c   	error = (*linesw[tp->t_line].l_open)(dev, tp);
l_open            924 dev/sbus/magma.c 	return ((*linesw[tp->t_line].l_open)(dev, tp));
l_open            417 dev/sbus/spif.c 	return ((*linesw[tp->t_line].l_open)(dev, tp));
l_open            517 dev/usb/ucom.c 	error = (*LINESW(tp, l_open))(dev, tp);
l_open            856 dev/wscons/wsdisplay.c 		error = ((*linesw[tp->t_line].l_open)(dev, tp));
l_open            942 kern/tty.c     			error = (*linesw[t].l_open)(device, tp);
l_open            944 kern/tty.c     				(void)(*linesw[tp->t_line].l_open)(device, tp);
l_open            101 kern/tty_nmea.c 	error = linesw[TTYDISC].l_open(dev, tp);
l_open            273 kern/tty_pty.c 	error = (*linesw[tp->t_line].l_open)(dev, tp);
l_open            499 sys/conf.h     	int	(*l_open)(dev_t dev, struct tty *tp);