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

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c386 if (!using_pty && default_device && !direct_tty) {
453 if (!default_device) {
467 default_device = notty || direct_tty;
470 if (default_device && log_to_fd <= 1)
481 default_device = 1;
487 if (default_device)
770 if (!default_device && modem && !direct_tty) {
1544 if (!default_device && modem) {
H A Dpppd.h234 extern int default_device; /* Using /dev/tty or equivalent */
H A Doptions.c82 int default_device = 1; /* Using /dev/tty or equivalent */ variable
1708 default_device = 0;
H A Dsys-solaris.c961 if (default_device && !notty) {
1070 if (hungup && default_device && tty_sid > 0) {
1371 if (!default_device) {

Completed in 113 milliseconds