Searched refs:tty_mode (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dtty.c76 static int tty_mode = -1; /* 1 for raw, 0 for cooked, -1 for initial */ variable
129 if(mode != tty_mode && mode != -1) {
164 tty_mode = mode;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dtty.c81 mode_t tty_mode = (mode_t)-1; /* Original access permissions to tty */ variable
536 tty_mode = statbuf.st_mode;
743 if (tty_mode != (mode_t) -1) {
744 if (fchmod(real_ttyfd, tty_mode) != 0) {
745 chmod(devnam, tty_mode);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dtty.c129 mode_t tty_mode = (mode_t)-1; /* Original access permissions to tty */ variable
603 tty_mode = statbuf.st_mode;
838 if (tty_mode != (mode_t) -1) {
839 if (fchmod(real_ttyfd, tty_mode) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dwanrouter.h227 unsigned tty_mode; /* TTY operation mode SYNC or ASYNC */ member in struct:wandev_conf

Completed in 54 milliseconds