Home
last modified time | relevance | path

Searched refs:l_open (Results 1 – 25 of 84) sorted by relevance

1234

/netbsd-src/sys/kern/
H A Dtty_conf.c85 .l_open = ttylopen,
103 .l_open = ttylopen,
294 KASSERT(disc->l_open != NULL); in ttyldisc_attach()
/netbsd-src/sys/dev/sun/
H A Dsunms.c101 .l_open = ttylopen,
H A Dsunkbd.c103 .l_open = ttylopen,
/netbsd-src/sys/dev/hpc/
H A Dbiconsdev.c193 status = (*tp->t_linesw->l_open)(dev, tp); in biconsdevopen()
H A Dhpf1275a_tty.c99 .l_open = hpf1275a_open,
/netbsd-src/sys/dev/arcbios/
H A Darcbios_tty.c128 error = (*tp->t_linesw->l_open)(dev, tp); in arcbios_ttyopen()
/netbsd-src/sys/arch/alpha/alpha/
H A Dpromcons.c144 error = (*tp->t_linesw->l_open)(dev, tp); in promopen()
/netbsd-src/sys/sys/
H A Dconf.h233 int (*l_open) (dev_t, struct tty *); member
/netbsd-src/sys/arch/sun2/dev/
H A Dpcons.c163 return (*tp->t_linesw->l_open)(dev, tp); in pconsopen()
H A Dkd.c261 return ((*tp->t_linesw->l_open)(dev, tp)); in kdopen()
/netbsd-src/sys/arch/sparc64/dev/
H A Dpcons.c165 return (*tp->t_linesw->l_open)(dev, tp); in pconsopen()
H A Dkd.c218 return ((*tp->t_linesw->l_open)(dev, tp)); in kdopen()
/netbsd-src/sys/dev/ofw/
H A Dofcons.c157 return (*tp->t_linesw->l_open)(dev, tp); in ofcons_open()
/netbsd-src/sys/arch/mips/adm5120/dev/
H A Duart.c226 error = (*tp->t_linesw->l_open)(dev, tp); in uart_open()
/netbsd-src/sys/arch/vax/vax/
H A Dgencons.c137 return ((*tp->t_linesw->l_open)(dev, tp)); in gencnopen()
/netbsd-src/sys/arch/news68k/news68k/
H A Dromcons.c171 return (*tp->t_linesw->l_open)(dev, tp); in romcons_open()
/netbsd-src/sys/arch/usermode/dev/
H A Dttycons.c225 return t->t_linesw->l_open(dev, t); in ttycons_open()
/netbsd-src/sys/arch/sun3/dev/
H A Dkd.c191 return ((*tp->t_linesw->l_open)(dev, tp)); in kdopen()
/netbsd-src/sys/dev/qbus/
H A Ddl.c367 return ((*tp->t_linesw->l_open)(dev, tp)); in dlopen()
/netbsd-src/sys/arch/sparc/dev/
H A Dkd.c246 return ((*tp->t_linesw->l_open)(dev, tp)); in kdopen()
/netbsd-src/sys/arch/xen/xen/
H A Dxencons.c285 return ((*tp->t_linesw->l_open)(dev, tp)); in xencons_open()
/netbsd-src/sys/arch/arm/amlogic/
H A Dmeson_uart.c328 return tp->t_linesw->l_open(dev, tp); in meson_uart_open()
/netbsd-src/sys/dev/bluetooth/
H A Dbtuart.c110 .l_open = btuartopen,
/netbsd-src/sys/arch/evbppc/virtex/dev/
H A Dxlcom.c446 error = (tp->t_linesw->l_open)(dev, tp); in xlcom_open()
/netbsd-src/sys/arch/arm/samsung/
H A Dexynos_uart.c410 return tp->t_linesw->l_open(dev, tp); in exynos_uart_open()

1234