OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
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 54 milliseconds
Indexes created Fri Mar 20 00:23:26 UTC 2026