Home
last modified time | relevance | path

Searched refs:xmon_printf (Results 1 – 2 of 2) sorted by relevance

/linux/arch/powerpc/xmon/
H A Dnonstdio.h10 extern __printf(1, 2) void xmon_printf(const char *fmt, ...);
12 #define printf xmon_printf
H A Dnonstdio.c167 void xmon_printf(const char *format, ...) in xmon_printf() function