FreeBSD kernel kern code
|
Data Fields | |
int | pts_unit |
unsigned int | pts_flags |
char | pts_pkt |
struct cv | pts_inwait |
struct selinfo | pts_inpoll |
struct cv | pts_outwait |
struct selinfo | pts_outpoll |
struct cdev * | pts_cdev |
struct ucred * | pts_cred |
struct cdev* pts_softc::pts_cdev |
Definition at line 98 of file tty_pts.c.
Referenced by pts_alloc_external(), ptsdev_stat(), and ptsdrv_free().
struct ucred* pts_softc::pts_cred |
Definition at line 101 of file tty_pts.c.
Referenced by pts_alloc(), pts_alloc_external(), and ptsdrv_free().
unsigned int pts_softc::pts_flags |
Definition at line 87 of file tty_pts.c.
Referenced by pts_kqops_read_event(), pts_kqops_write_event(), ptsdev_ioctl(), ptsdev_poll(), ptsdev_read(), ptsdev_write(), ptsdrv_close(), and ptsdrv_open().
struct selinfo pts_softc::pts_inpoll |
Definition at line 93 of file tty_pts.c.
Referenced by pts_alloc(), pts_alloc_external(), pts_kqops_write_detach(), ptsdev_kqfilter(), ptsdev_poll(), ptsdrv_free(), and ptsdrv_inwakeup().
struct cv pts_softc::pts_inwait |
Definition at line 92 of file tty_pts.c.
Referenced by pts_alloc(), pts_alloc_external(), ptsdev_write(), and ptsdrv_inwakeup().
struct selinfo pts_softc::pts_outpoll |
Definition at line 95 of file tty_pts.c.
Referenced by pts_alloc(), pts_alloc_external(), pts_kqops_read_detach(), ptsdev_kqfilter(), ptsdev_poll(), ptsdrv_free(), and ptsdrv_outwakeup().
struct cv pts_softc::pts_outwait |
Definition at line 94 of file tty_pts.c.
Referenced by pts_alloc(), pts_alloc_external(), ptsdev_read(), and ptsdrv_outwakeup().
char pts_softc::pts_pkt |
Definition at line 90 of file tty_pts.c.
Referenced by ptsdev_poll(), ptsdev_read(), and ptsdrv_pktnotify().
int pts_softc::pts_unit |
Definition at line 86 of file tty_pts.c.
Referenced by pts_alloc(), pts_alloc_external(), ptsdev_ioctl(), and ptsdrv_free().