Searched refs:TCSETSF (Results 1 – 14 of 14) sorted by relevance
14 #define TCSETSF 0x5404 macro
21 #define TCSETSF 0x5410 macro
27 #define TCSETSF _IOW('t', 22, char[44]) macro
31 #define TCSETSF 0x5404 macro
79 #define TCSETSF _IO('T', 4) macro
814 #ifdef TCSETSF815 {"TCSETSF", TCSETSF},
90 if (ioctl(slavefd, TCSETSF, &termios) != 0) { in test1()