tty_control
status_t (*tty_control)(struct tty_cookie *cookie, uint32 op,
gTTYModule->tty_control(fDeviceTTYCookie, TCSETA, &config, sizeof(termios));
gTTYModule->tty_control(fDeviceTTYCookie, FIONREAD, &readable,
gTTYModule->tty_control(fSystemTTYCookie, TCSETA, &fTTYConfig,
status = gTTYModule->tty_control(fSystemTTYCookie, op, arg, length);
gTTYModule->tty_control(fDeviceTTYCookie, TCSETA, &config, sizeof(termios));
gTTYModule->tty_control(fSystemTTYCookie, TCSETA, &fTTYConfig,
gTTYModule->tty_control(fDeviceTTYCookie, FIONREAD, &readable,
return gTTYModule->tty_control(fSystemTTYCookie, op, arg, length);
return gTTYModule->tty_control(cookie, op, buffer, length);
&tty_control,
extern status_t tty_control(tty_cookie *cookie, uint32 op, void *buffer,