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 90 of file tty_pts.c.

Field Documentation

◆ pts_cdev

struct cdev* pts_softc::pts_cdev

Definition at line 103 of file tty_pts.c.

Referenced by pts_alloc_external(), ptsdev_stat(), and ptsdrv_free().

◆ pts_cred

struct ucred* pts_softc::pts_cred

Definition at line 106 of file tty_pts.c.

Referenced by pts_alloc(), pts_alloc_external(), and ptsdrv_free().

◆ pts_flags

unsigned int pts_softc::pts_flags

◆ pts_inpoll

struct selinfo pts_softc::pts_inpoll

◆ pts_inwait

struct cv pts_softc::pts_inwait

Definition at line 97 of file tty_pts.c.

Referenced by pts_alloc(), pts_alloc_external(), ptsdev_write(), and ptsdrv_inwakeup().

◆ pts_outpoll

struct selinfo pts_softc::pts_outpoll

◆ pts_outwait

struct cv pts_softc::pts_outwait

Definition at line 99 of file tty_pts.c.

Referenced by pts_alloc(), pts_alloc_external(), ptsdev_read(), and ptsdrv_outwakeup().

◆ pts_pkt

char pts_softc::pts_pkt

Definition at line 95 of file tty_pts.c.

Referenced by ptsdev_poll(), ptsdev_read(), and ptsdrv_pktnotify().

◆ pts_unit

int pts_softc::pts_unit

Definition at line 91 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: