OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:showto
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/vax/vax/
machdep.c
336
static volatile int
showto
; /* Must be volatile to survive MM on -> MM off */
variable in typeref:typename:volatile int
355
showto
= howto;
363
showto
|= (*b == 'a' ? RB_ASKBOOT : (*b == 'd' ?
390
if (
showto
& RB_DUMP)
393
(*dep_call->cpu_reboot)(
showto
);
401
__asm("movl %0, %%r5":: "g" (
showto
)); /* How to boot */
402
__asm("movl %0, %%r11":: "r"(
showto
)); /* ??? */
machdep.c
336
static volatile int
showto
; /* Must be volatile to survive MM on -> MM off */
variable in typeref:typename:volatile int
355
showto
= howto;
363
showto
|= (*b == 'a' ? RB_ASKBOOT : (*b == 'd' ?
390
if (
showto
& RB_DUMP)
393
(*dep_call->cpu_reboot)(
showto
);
401
__asm("movl %0, %%r5":: "g" (
showto
)); /* How to boot */
402
__asm("movl %0, %%r11":: "r"(
showto
)); /* ??? */
Completed in 22 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025