Searched refs:hungup (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dgeneric_serial.h28 void (*hungup) (void*); member in struct:real_driver
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dsys-solaris.c993 if (!hungup)
998 if (!hungup) {
1006 if (hungup && default_device && tty_sid > 0) {
1289 if (!hungup && errno != ENXIO)
1293 if (!hungup && errno != ENXIO)
1548 if (hungup && errno == ENXIO) {
1579 if (!hungup || errno != ENXIO)
1598 if (hungup && errno == ENXIO) {
1644 if (!hungup || errno != ENXIO)
H A Dtty.c556 hungup = 0;
732 if (!persist || errno != EINTR || hungup || got_sigterm)
771 if (disconnect_script == NULL || hungup)
H A Dsys-linux.c258 extern int hungup;
271 return !hungup && ppp_fd >= 0;
272 if (!hungup || ppp_fd == slave_fd)
548 if (!hungup) {
H A Dpppd.h213 extern int hungup; /* Physical layer has disconnected */
H A Dmain.c144 int hungup; /* terminal has been hung up */ variable
1125 hungup = 1;
H A Dauth.c657 if (!hungup)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dgeneric_serial.c636 if (port->rd->hungup)
637 port->rd->hungup (port);

Completed in 182 milliseconds