HomeSort by: relevance | last modified time | path
    Searched defs:boottype (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/hp300/stand/common/
rominfo.h 50 short boottype; /* ?? (FFFFFDC0) */ member in struct:rominfo
srt0.S 52 BOOTTYPE = 0xfffffdc0
257 jeq boottype /* yes, continue */
262 boottype: label
263 cmpw #12,BOOTTYPE /* is this a reboot (REQ_REBOOT)? */
276 cmpw #18,BOOTTYPE /* does the user want to interact? */
349 movw #18,BOOTTYPE /* mark as system switch */
  /src/usr.sbin/sysinst/arch/i386/
md.c 257 static struct x86_boot_params boottype = local in function:update_bios_boot
258 {sizeof boottype, 0, 5, 0, 9600, { '\0' }, "", 0};
271 boottype.bp_consdev = (condev & 3) + 1;
275 boottype.bp_conspeed = t.c_ispeed;
278 process_menu(MENU_getboottype, &boottype);
280 if (boottype.bp_consdev == ~0u)
309 "console=%s,speed=%u", consoles[boottype.bp_consdev],
310 boottype.bp_conspeed);

Completed in 12 milliseconds