Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dtermiox.h117 #define TCGETX (XIOC|1) macro
/titanic_44/usr/src/ucbcmd/stty/
H A Dsttyparse.c364 if(ioctl(fd, TCGETX, termiox) == 0)
/titanic_44/usr/src/cmd/ttymon/
H A Dsttyparse.c391 if (ioctl(fd, TCGETX, termiox) == 0)
/titanic_44/usr/src/cmd/truss/
H A Dcodes.c420 { (uint_t)TCGETX, "TCGETX", NULL },
H A Dexpound.c1343 case TCGETX: in show_ioctl()
/titanic_44/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c3357 case TCGETX: str = "TCGETX"; break; in usbser_ioctl2str()