Searched refs:__prom_printf (Results 1 – 3 of 3) sorted by relevance
29 int (*__prom_printf)(char *, ...); variable65 __prom_printf = in which_prom()77 __prom_printf = (void *)PMAX_PROM_PRINTF; in which_prom()
97 extern int (*__prom_printf)(char *, ...);136 #define prom_printf(x...) _prom_printf(__prom_printf, x)153 #define prom_printf __prom_printf