Home
last modified time | relevance | path

Searched refs:l_read (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/sys/
HDconf.h157 l_read_t *l_read; member
/dragonfly/sys/dev/misc/nmdm/
HDnmdm.c331 error = (*linesw[tp->t_line].l_read)(tp, ap->a_uio, flag); in nmdmread()
344 if ((error = (*linesw[tp->t_line].l_read)(tp, ap->a_uio, ap->a_ioflag)) == 0)
/dragonfly/sys/netgraph7/tty/
HDng_tty.c131 .l_read = ngt_read,
/dragonfly/sys/kern/
HDtty_pty.c536 error = (*linesw[tp->t_line].l_read)(tp, ap->a_uio, ap->a_ioflag); in ptsread()
HDtty.c2942 ret = ((*linesw[tp->t_line].l_read)(tp, ap->a_uio, ap->a_ioflag)); in ttyread()
/dragonfly/sys/bus/u4b/serial/
HDusb_serial.c1048 error = (*linesw[tp->t_line].l_read)(tp, ap->a_uio, ap->a_ioflag); in ucom_dev_read()
/dragonfly/sys/dev/serial/sio/
HDsio.c1565 ret = ((*linesw[com->tp->t_line].l_read)(com->tp, ap->a_uio, ap->a_ioflag)); in sioread()