Home
last modified time | relevance | path

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

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