Home
last modified time | relevance | path

Searched refs:default_device (Results 1 – 7 of 7) sorted by relevance

/external/libdrm/tests/tegra/
Dopenclose.c34 static const char default_device[] = "/dev/dri/card0"; variable
44 device = default_device; in main()
/external/ppp/pppd/
Dtty.c329 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()
Dsys-solaris.c598 if (default_device && !notty) in sys_init()
1006 if (hungup && default_device && tty_sid > 0) {
1282 if (!default_device) {
Dpppd.h279 extern int default_device; /* Using /dev/tty or equivalent */
Doptions.c95 int default_device = 1; /* Using /dev/tty or equivalent */ variable
Dsys-linux.c1032 if (!default_device) in restore_tty()
/external/vulkan-validation-layers/tests/
Dtest_environment.h50 Device &default_device() { return *(devs_[default_dev_]); } in default_device() function