OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cpmbx
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/vax/include/
uvax.h
44
/*
cpmbx
bits */
88
struct
cpmbx
{
struct
100
extern struct
cpmbx
*
cpmbx
;
ka630.h
89
/*
cpmbx
bits */
117
u_short
cpmbx
; /*
CPMBX
is used by the boot rom. see ka630-ug-3.3.3 */
member in struct:ka630clock
ka410.h
190
u_long :2; u_long
cpmbx
:8; u_long :22;
member in struct:ka410_clock
/src/sys/arch/vax/vax/
machdep.c
152
struct
cpmbx
*
cpmbx
; /* Console program mailbox address */
variable in typeref:struct:cpmbx *
717
if (
cpmbx
== NULL) /* Too late to complain here, but avoid panic */
720
if (
cpmbx
->user_halt != UHALT_DEFAULT) {
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 */
732
if (
cpmbx
== NULL) /* Too late to complain here, but avoid panic */
735
if (
cpmbx
->user_halt != UHALT_DEFAULT)
[
all
...]
Completed in 16 milliseconds
Indexes created Sat Sep 27 14:09:57 GMT 2025