Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/pmax/stand/common/
H A Dbootinit.S37 LEAF(bootinit)
40 j v0 # call PROM bootinit
41 END(bootinit)
H A Dcommon.h40 int bootinit(const char *);
H A Drz.c135 i = bootinit (device); in rzopen()
/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.h175 #define bootinit (*callv -> _bootinit) macro