Searched refs:debug_printf (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/common/ |
| H A D | cli_hush.c | 363 static void debug_printf(const char *format, ...) in debug_printf() function 371 #define debug_printf(fmt,args...) printf (fmt ,##args) macro 374 static inline void debug_printf(const char *format, ...) { } in debug_printf() function 376 #define final_printf debug_printf 886 debug_printf("b_addchr: %c %d %p\n", ch, o->length, o); in b_addchr() 959 debug_printf("setup_prompt_string %d ",promptmode); in setup_prompt_string() 973 debug_printf("result %s\n",*prompt_str); in setup_prompt_string() 1124 debug_printf("b_getch: got a %d\n", ch); 1146 debug_printf("b_peek: got a %d\n", *i->p); 1271 debug_printf("pid %d environment modification: %s\n",getpid(),child->argv[i]); [all …]
|