Home
last modified time | relevance | path

Searched defs:sunromvec (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/sun68k/include/
H A Dmon.h99 struct sunromvec { struct
100 char *init_SP; /* Initial SP for hardware */
101 char *init_PC; /* Initial PC for hardware */
102 int *diagberr; /* Bus err handler for diags */
108 struct bootparam **bootParam; /* Info for bootstrapped pgm */
109 u_int *memorySize; /* Usable memory in bytes */
115 u_char (*getChar)(void); /* Get char from input source */
116 int (*putChar)(int); /* Put char to output sink */
117 int (*mayGet)(void); /* Maybe get char, or -1 */
118 int (*mayPut)(int); /* Maybe put char, or -1 */
[all …]
/netbsd-src/sys/arch/sun3/include/
H A Dmon.h99 struct sunromvec { struct
100 char *init_SP; /* Initial SP for hardware */
101 char *init_PC; /* Initial PC for hardware */
102 int *diagberr; /* Bus err handler for diags */
108 struct bootparam **bootParam; /* Info for bootstrapped pgm */
109 u_int *memorySize; /* Usable memory in bytes */
115 u_char (*getChar)(void); /* Get char from input source */
116 int (*putChar)(int); /* Put char to output sink */
117 int (*mayGet)(void); /* Maybe get char, or -1 */
118 int (*mayPut)(int); /* Maybe put char, or -1 */
[all …]