Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/pmax/include/
Ddec_prom.h119 int (*_bootwrite)(int, void *, int); /* 5c */ member
177 #define bootwrite (*callv -> _bootwrite)
/netbsd/src/sys/arch/pmax/stand/common/
Dif_prom.c199 s = (*callv->_bootwrite)(0, pkt, len); in prom_put()