Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/alpha/include/
Dprom.h71 #define PROM_R_GETC 0x01 macro
115 prom_dispatch(PROM_R_GETC, chan, 0, 0, 0)
/netbsd/src/sys/arch/alpha/stand/common/
Dprom.c70 ret.bits = prom_dispatch(PROM_R_GETC, console); in test_getchar()