Searched refs:__prom_printf (Results 1 – 2 of 2) sorted by relevance
31 int (*__prom_printf)(char *, ...); variable67 __prom_printf = in which_prom()79 __prom_printf = (void *)PMAX_PROM_PRINTF; in which_prom()
99 extern int (*__prom_printf)(char *, ...);140 #define prom_printf(x...) _prom_printf(__prom_printf, x)157 #define prom_printf __prom_printf