Searched refs:__prom_printf (Results 1 – 2 of 2) sorted by relevance
33 int (*__prom_printf)(char *, ...); variable69 __prom_printf = in which_prom()81 __prom_printf = (void *)PMAX_PROM_PRINTF; in which_prom()
90 extern int (*__prom_printf)(char *, ...);131 #define prom_printf(x...) _prom_printf(__prom_printf, NULL, x)148 #define prom_printf __prom_printf
Completed in 3 milliseconds