Home | History | Annotate | Download | only in ppc

Lines Matching defs:TCGETA

73 #undef	TCGETA
1470 #if defined(TCGETA) || defined(TCGETS) || defined(HAVE_TCGETATTR)
1471 case SOLARIS_TIOC | 1: /* TCGETA */
1472 name = "TCGETA";
1478 status = ioctl (fildes, TCGETA, &host_termio);
1483 #endif /* TCGETA */
2433 #if defined(TCGETA) || defined(TCGETS) || defined(HAVE_TCGETATTR)
2434 case LINUX_IOR('t', 23, struct linux_termio): /* TCGETA */
2435 name = "TCGETA";
2441 status = ioctl (fildes, TCGETA, &host_termio);
2446 #endif /* TCGETA */