Searched refs:default_device (Results 1 – 7 of 7) sorted by relevance
34 static const char default_device[] = "/dev/dri/card0"; variable44 device = default_device; in main()
329 default_device = 0;421 if (default_device) { in tty_process_extra_options()467 if (!default_device) { in tty_check_options()480 default_device = notty; in tty_check_options()495 default_device = 1; in tty_check_options()501 if (default_device) in tty_check_options()684 if (!default_device && modem) { in connect_tty()833 if (!default_device && modem) { in finish_tty()
598 if (default_device && !notty) in sys_init()1006 if (hungup && default_device && tty_sid > 0) {1282 if (!default_device) {
279 extern int default_device; /* Using /dev/tty or equivalent */
95 int default_device = 1; /* Using /dev/tty or equivalent */ variable
1032 if (!default_device) in restore_tty()
50 Device &default_device() { return *(devs_[default_dev_]); } in default_device() function