Searched refs:platid_machine (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/sys/arch/hpc/include/
H A Dbootinfo.h52 unsigned long platid_machine; member in struct:bootinfo
/netbsd-current/sys/arch/hpcmips/stand/pbsdboot/
H A Dmain.c96 unsigned long platid_cpu, platid_machine; member in struct:fb_setting
533 fb_settings[0].platid_machine = pref.platid_machine;
546 pref.platid_machine = fb_settings[0].platid_machine;
823 bi->platid_machine = fbs->platid_machine;
869 wsprintf(tmpbuf, TEXT("%08X"), fbs->platid_machine);
889 fbs->platid_machine = _tcstoul(tmpbuf, NULL, 16);
899 fbs->platid_machine);
[all...]
H A Dpbsdboot.h81 unsigned long platid_cpu, platid_machine; member in struct:preference_s
H A Dpreference.c79 TEXT("platid_machine"),
164 debug_printf(TEXT(" machine: %08lx\n"), pref->platid_machine);
322 buf.platid_machine = d;
575 wsprintf(unibuf,TEXT("platid_machine:%d\r\n"),buf->platid_machine);
576 debug_printf(TEXT("platid_machine,tempbuf=%s"),unibuf);
/netbsd-current/sys/arch/hpcarm/hpcarm/
H A Dhpc_machdep.c272 platid.dw.dw1 = bootinfo->platid_machine;
/netbsd-current/sys/arch/hpcmips/hpcmips/
H A Dmachdep.c263 if (bootinfo->platid_machine != 0) {
264 platid.dw.dw1 = bootinfo->platid_machine;
/netbsd-current/sys/arch/hpc/stand/hpcboot/
H A Dhpcmenu.cpp347 bi.platid_machine = _pref.platid_lo;
/netbsd-current/sys/arch/hpcsh/hpcsh/
H A Dmachdep.c213 platid.dw.dw1 = bootinfo->platid_machine;

Completed in 196 milliseconds