Searched refs:l_read (Results 1 – 7 of 7) sorted by relevance
| /dragonfly/sys/sys/ |
| HD | conf.h | 157 l_read_t *l_read; member
|
| /dragonfly/sys/dev/misc/nmdm/ |
| HD | nmdm.c | 331 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/ |
| HD | ng_tty.c | 131 .l_read = ngt_read,
|
| /dragonfly/sys/kern/ |
| HD | tty_pty.c | 536 error = (*linesw[tp->t_line].l_read)(tp, ap->a_uio, ap->a_ioflag); in ptsread()
|
| HD | tty.c | 2942 ret = ((*linesw[tp->t_line].l_read)(tp, ap->a_uio, ap->a_ioflag)); in ttyread()
|
| /dragonfly/sys/bus/u4b/serial/ |
| HD | usb_serial.c | 1048 error = (*linesw[tp->t_line].l_read)(tp, ap->a_uio, ap->a_ioflag); in ucom_dev_read()
|
| /dragonfly/sys/dev/serial/sio/ |
| HD | sio.c | 1565 ret = ((*linesw[com->tp->t_line].l_read)(com->tp, ap->a_uio, ap->a_ioflag)); in sioread()
|