Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/pmax/include/
H A Ddec_prom.h117 int (*_bootinit)(char *); /* 54 */ member
175 #define bootinit (*callv -> _bootinit)
/netbsd-src/sys/arch/pmax/stand/common/
H A Dbootinit.S39 lw v0, 0x54(v0) # offset for callv->_bootinit
H A Dif_prom.c177 sc_fd = (*callv->_bootinit)(device); in prom_init()