Searched refs:klog_printf (Results 1 – 2 of 2) sorted by relevance
/lk-master/lib/klog/include/lib/ |
A D | klog.h | 50 void klog_printf(const char *fmt, ...) __PRINTFLIKE(1, 2); 58 static inline void klog_printf(const char *fmt, ...) {} in klog_printf() function
|
/lk-master/lib/klog/ |
A D | klog.c | 376 void klog_printf(const char *fmt, ...) { in klog_printf() function 539 klog_printf("a plain string\n"); in cmd_klog() 540 klog_printf("numbers: %d %d %d %u\n", 1, 2, 3, 99); in cmd_klog() 541 klog_printf("strings: '%s' '%s'\n", "a little string", "another one"); in cmd_klog()
|
Completed in 3 milliseconds