Searched refs:TIOCSETD (Results 1 – 8 of 8) sorted by relevance
48 #define TIOCSETD 0x7401 macro
43 #define TIOCSETD 0x5423 macro
87 #define TIOCSETD 0x5423 macro
88 #define TIOCSETD _IOW('T', 35, int) macro
76 #define TIOCSETD _IOW('T', 35, int) /* 0x5423 */ macro
36 #define TIOCSETD _IOW('t', 1, int) macro
106 if (ioctl(fd, TIOCSETD, &disc) < 0) in os_set_slip()