Home
last modified time | relevance | path

Searched refs:_bootread (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/pmax/include/
H A Ddec_prom.h118 int (*_bootread)(int, void *, int); /* 58 */ member
176 #define bootread (*callv -> _bootread)
/netbsd-src/sys/arch/pmax/stand/common/
H A Dbootread.S39 lw v0, 0x58(v0) # offset for callv->_bootread
H A Dif_prom.c222 s = (*callv->_bootread)(0, pkt, len); in prom_get()