Searched refs:debug_print (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/scripts/ |
H A D | minikconf.py | 23 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 D | adi-test.c | 30 #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 D | ia_css_env.h | 79 int __printf(1, 0) (*debug_print)(const char *fmt, va_list args);
|
H A D | atomisp_compat_css20.c | 780 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 D | sh_css.c | 1489 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 D | 0001-test_functionality-convert-line-endings-to-Unix.patch | 897 - #stats.debug_print() 2808 + #stats.debug_print()
|