Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dtermiox.h111 unsigned short x_cflag; /* clock modes */ member
/titanic_44/usr/src/ucbcmd/stty/
H A Dsttyparse.c252 termiox->x_cflag &= ~clkmodes[i].reset;
253 termiox->x_cflag |= clkmodes[i].set;
H A Dstty.c413 m = termiox.x_cflag; in prmodes()
598 m = termiox.x_cflag; in pramodes()
/titanic_44/usr/src/cmd/ttymon/
H A Dstty.c455 m = termiox.x_cflag; in prmodes()
647 m = termiox.x_cflag; in pramodes()
H A Dsttyparse.c288 termiox->x_cflag &= ~clkmodes[i].reset;
289 termiox->x_cflag |= clkmodes[i].set;
/titanic_44/usr/src/cmd/truss/
H A Dexpound.c695 termiox.x_cflag, in show_termiox()