HomeSort by: relevance | last modified time | path
    Searched refs:l_open (Results 1 - 25 of 84) sorted by relevancy

1 2 3 4

  /src/sys/kern/
tty_conf.c 85 .l_open = ttylopen,
103 .l_open = ttylopen,
294 KASSERT(disc->l_open != NULL);
  /src/sys/arch/alpha/alpha/
promcons.c 144 error = (*tp->t_linesw->l_open)(dev, tp);
  /src/sys/dev/arcbios/
arcbios_tty.c 128 error = (*tp->t_linesw->l_open)(dev, tp);
  /src/sys/dev/hpc/
biconsdev.c 193 status = (*tp->t_linesw->l_open)(dev, tp);
hpf1275a_tty.c 99 .l_open = hpf1275a_open,
  /src/sys/dev/sun/
sunms.c 101 .l_open = ttylopen,
sunkbd.c 103 .l_open = ttylopen,
  /src/sys/sys/
conf.h 233 int (*l_open) (dev_t, struct tty *); member in struct:linesw
  /src/sys/arch/mips/adm5120/dev/
uart.c 226 error = (*tp->t_linesw->l_open)(dev, tp);
  /src/sys/arch/news68k/news68k/
romcons.c 171 return (*tp->t_linesw->l_open)(dev, tp);
  /src/sys/arch/sparc64/dev/
pcons.c 165 return (*tp->t_linesw->l_open)(dev, tp);
kd.c 218 return ((*tp->t_linesw->l_open)(dev, tp));
  /src/sys/arch/sun2/dev/
pcons.c 163 return (*tp->t_linesw->l_open)(dev, tp);
kd.c 261 return ((*tp->t_linesw->l_open)(dev, tp));
  /src/sys/arch/vax/vax/
gencons.c 137 return ((*tp->t_linesw->l_open)(dev, tp));
  /src/sys/dev/ofw/
ofcons.c 157 return (*tp->t_linesw->l_open)(dev, tp);
  /src/sys/arch/sun3/dev/
kd.c 191 return ((*tp->t_linesw->l_open)(dev, tp));
  /src/sys/arch/sparc/dev/
kd.c 246 return ((*tp->t_linesw->l_open)(dev, tp));
  /src/sys/arch/usermode/dev/
ttycons.c 225 return t->t_linesw->l_open(dev, t);
  /src/sys/dev/qbus/
dl.c 367 return ((*tp->t_linesw->l_open)(dev, tp));
  /src/sys/arch/arm/footbridge/
footbridge_com.c 280 return (*tp->t_linesw->l_open)(dev, tp);
  /src/sys/arch/emips/ebus/
dz_ebus.c 182 return (*tp->t_linesw->l_open)(dev, tp);
  /src/sys/arch/evbppc/virtex/dev/
xlcom.c 446 error = (tp->t_linesw->l_open)(dev, tp);
  /src/sys/arch/xen/xen/
xencons.c 285 return ((*tp->t_linesw->l_open)(dev, tp));
  /src/sys/dev/dec/
dz.c 422 return ((*tp->t_linesw->l_open)(dev, tp));

Completed in 25 milliseconds

1 2 3 4