Home
last modified time | relevance | path

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

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