Home
last modified time | relevance | path

Searched defs:sgttyb (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/sys/
H A Dioctl_compat.h68 struct sgttyb { struct
79 #define TIOCGETP _IOR('t', 8, struct sgttyb) /* get parameters */ argument
/freebsd-12.1/include/rpcsvc/
H A Drex.x76 struct sgttyb { struct
77 unsigned four; /* always equals 4 */
78 opaque chars[4];
83 unsigned flags;
/freebsd-12.1/contrib/gdb/gdb/
H A Dser-unix.c60 struct sgttyb sgttyb; member