OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mbox_halt
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/vax/include/
uvax.h
89
unsigned int
mbox_halt
:2; /* mailbox halt action */
member in struct:cpmbx
/src/sys/arch/vax/vax/
machdep.c
721
if (cpmbx->
mbox_halt
!= 0)
722
cpmbx->
mbox_halt
= 0; /* let console override */
723
} else if (cpmbx->
mbox_halt
!= MHALT_HALT)
724
cpmbx->
mbox_halt
= MHALT_HALT; /* the os decides */
736
if (cpmbx->
mbox_halt
!= 0)
737
cpmbx->
mbox_halt
= 0;
738
} else if (cpmbx->
mbox_halt
!= MHALT_REBOOT)
739
cpmbx->
mbox_halt
= MHALT_REBOOT;
Completed in 12 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025