Home
last modified time | relevance | path

Searched refs:SHBoot (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/hpc/stand/hpcboot/sh3/
H A Dsh_boot.cpp42 SHBoot::SHBoot() in SHBoot() function in SHBoot
46 SHBoot::~SHBoot() in ~SHBoot()
57 SHBoot::setup() in setup()
82 SHBoot::create() in create()
H A Dsh_boot.h37 class SHBoot : public Boot {
42 SHBoot(void);
43 ~SHBoot(void);
/netbsd-src/sys/arch/hpc/stand/hpcboot/
H A Dboot.cpp78 _instance = new SHBoot(); in Instance()