Searched refs:___prom_putchar (Results 1 – 1 of 1) sorted by relevance
36 #define ___prom_putchar ((int *(*)(int))PROM_ENTRY(PROM_PUTCHAR)) macro55 #define _prom_putchar(x) __prom_putchar(___prom_putchar, O32_STK, x)61 #define _prom_putchar(x) ___prom_putchar(x)