Searched defs:sgttyb (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/head/
H A Dsgtty.h82 struct sgttyb { struct
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dttold.h59 struct sgttyb { struct
81 #define TIOCGETP _IOR('t', 8,struct sgttyb)/* get parameters -- gtty */
82 #define TIOCSETP _IOW('t', 9,struct sgttyb)/* set parameters -- stty */
83 #define TIOCSETN _IOW('t',10,struct sgttyb)/* as above, but no flushtty */
/illumos-gate/usr/src/uts/common/sys/
H A Dttold.h74 struct sgttyb { struct
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c708 struct sgttyb sgttyb; local
710 if (Pread(Proc, &sgttyb, sizeof (sgttyb), offset) == sizeof (sgttyb)) {
717 sgttyb.sg_ispeed&0xff,
718 sgttyb.sg_ospeed&0xff,
719 show_char(erase, sgttyb.sg_erase),
720 show_char(kill, sgttyb.sg_kill),
721 sgttyb
[all...]

Completed in 67 milliseconds