Home
last modified time | relevance | path

Searched refs:bootread (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/arch/pmax/stand/common/
H A Dbootread.S37 LEAF(bootread)
40 j v0 # call PROM bootread
41 END(bootread)
H A Dcommon.h41 int bootread(int, void *, int);
H A Drz.c94 s = bootread (offset / 512, addr, reqcnt); in rzstrategy()
/netbsd-src/sys/arch/pmax/stand/netboot/
H A DMakefile9 SRCS+= bootinit.S bootread.S getchar.S startprog.S
/netbsd-src/sys/arch/pmax/stand/boot/
H A DMakefile8 SRCS+= bootinit.S bootread.S getchar.S startprog.S
/netbsd-src/sys/arch/pmax/stand/
H A DMakefile.booters48 SRCS+= bootinit.S bootread.S clear_cache.S printf.S
/netbsd-src/sys/arch/pmax/include/
H A Ddec_prom.h176 #define bootread (*callv -> _bootread) macro