Home
last modified time | relevance | path

Searched refs:debug_print (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/scripts/
H A Dminikconf.py23 def debug_print(*args): function
119 debug_print("=> %s is now %s" % (self.name, val))
225 debug_print("Input:")
227 debug_print(clause)
229 debug_print("\nDependency graph:")
231 debug_print(i, "->", [str(x) for x in self.referenced_vars[i].outgoing])
236 debug_print("\n")
238 debug_print(var, "has DFS number", len(dfo))
250 debug_print("\nSorted clauses:")
252 debug_print(clause)
[all …]
/openbmc/linux/tools/testing/selftests/sparc64/drivers/
H A Dadi-test.c30 #define DEBUG_PRINT_L1(...) debug_print(DEBUG_LEVEL_1_BIT, __VA_ARGS__)
31 #define DEBUG_PRINT_L2(...) debug_print(DEBUG_LEVEL_2_BIT, __VA_ARGS__)
32 #define DEBUG_PRINT_L3(...) debug_print(DEBUG_LEVEL_3_BIT, __VA_ARGS__)
33 #define DEBUG_PRINT_L4(...) debug_print(DEBUG_LEVEL_4_BIT, __VA_ARGS__)
34 #define DEBUG_PRINT_T(...) debug_print(DEBUG_TIMING_BIT, __VA_ARGS__)
36 static void debug_print(int level, const char *s, ...) in debug_print() function
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Dia_css_env.h79 int __printf(1, 0) (*debug_print)(const char *fmt, va_list args);
H A Datomisp_compat_css20.c780 isp->css_env.isp_css_env.print_env.debug_print = NULL; in __set_css_print_env()
782 isp->css_env.isp_css_env.print_env.debug_print = atomisp_vprintk; in __set_css_print_env()
H A Dsh_css.c1489 sh_css_printf = env->print_env.debug_print; in ia_css_init()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi/
H A D0001-test_functionality-convert-line-endings-to-Unix.patch897 - #stats.debug_print()
2808 + #stats.debug_print()