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

/fuchsia/zircon/system/ulib/gpt/
H A Dgpt.c21 static bool debug_out = false; variable
23 #define G_PRINTF(f, ...) if (debug_out) printf ((f), ##__VA_ARGS__);
26 debug_out = enabled;

Completed in 29 milliseconds