HomeSort by relevance Sort by last modified time
    Searched full:default_device (Results 1 - 6 of 6) sorted by null

  /external/ppp/pppd/
tty.c 324 default_device = 0;
416 if (default_device) {
462 if (!default_device) {
475 default_device = notty;
490 default_device = 1;
496 if (default_device)
676 if (!default_device && modem) {
829 if (!default_device && modem) {
    [all...]
sys-solaris.c 598 if (default_device && !notty)
1006 if (hungup && default_device && tty_sid > 0) {
1279 if (!default_device) {
    [all...]
pppd.h 276 extern int default_device; /* Using /dev/tty or equivalent */
    [all...]
options.c 91 int default_device = 1; /* Using /dev/tty or equivalent */ variable
    [all...]
sys-linux.c 998 if (!default_device)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/alsa/
SDL_alsa_audio.c 48 #define DEFAULT_DEVICE "default"
180 else device = DEFAULT_DEVICE;

Completed in 138 milliseconds