/src/sys/arch/hp300/stand/common/ |
rominfo.h | 50 short boottype; /* ?? (FFFFFDC0) */ member in struct:rominfo
|
rominfo.h | 50 short boottype; /* ?? (FFFFFDC0) */ member in struct:rominfo
|
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 */
|
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 */
|
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);
|
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);
|
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);
|