Searched refs:igt_interactive_debug (Results 1 – 3 of 3) sorted by relevance
1002 if (!igt_interactive_debug) in igt_debug_wait_for_keypress()1005 if (!strstr(igt_interactive_debug, var) && in igt_debug_wait_for_keypress()1006 !strstr(igt_interactive_debug, "all")) in igt_debug_wait_for_keypress()1050 if (!igt_interactive_debug) in igt_debug_manual_check()1053 if (!strstr(igt_interactive_debug, var) && in igt_debug_manual_check()1054 !strstr(igt_interactive_debug, "all")) in igt_debug_manual_check()
262 const char *igt_interactive_debug; variable839 igt_interactive_debug = strdup(optarg); in common_init()841 igt_interactive_debug = "all"; in common_init()
1000 extern const char *igt_interactive_debug;