Home
last modified time | relevance | path

Searched refs:x_hflag (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dtermiox.h110 unsigned short x_hflag; /* hardware flow control modes */ member
/titanic_41/usr/src/ucbcmd/stty/
H A Dsttyparse.c247 termiox->x_hflag &= ~hmodes[i].reset;
248 termiox->x_hflag |= hmodes[i].set;
H A Dstty.c402 m = termiox.x_hflag; in prmodes()
592 m = termiox.x_hflag; in pramodes()
/titanic_41/usr/src/cmd/ttymon/
H A Dstty.c444 m = termiox.x_hflag; in prmodes()
641 m = termiox.x_hflag; in pramodes()
H A Dsttyparse.c283 termiox->x_hflag &= ~hmodes[i].reset;
284 termiox->x_hflag |= hmodes[i].set;
/titanic_41/usr/src/cmd/truss/
H A Dexpound.c694 termiox.x_hflag, in show_termiox()