FreeBSD kernel kern code
pts_softc Struct Reference

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
 

Detailed Description

Definition at line 85 of file tty_pts.c.

Field Documentation

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
struct selinfo pts_softc::pts_inpoll
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
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().


The documentation for this struct was generated from the following file: