Home
last modified time | relevance | path

Searched refs:prom_systype (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/sys/arch/pmax/pmax/
Dmachdep.h44 int prom_systype(void);
Dpromcall.c171 prom_systype(void) in prom_systype() function
Dmachdep.c321 systype = ((prom_systype() >> 16) & 0xff); in mach_init()
/netbsd/src/sys/arch/emips/emips/
Dmachdep.h35 int prom_systype (void);
Dpromcall.c191 prom_systype(void) in prom_systype() function
Dmachdep.c276 systype = ((prom_systype() >> 16) & 0xff); in mach_init()