Searched defs:sunromvec (Results 1 – 2 of 2) sorted by relevance
99 struct sunromvec { struct100 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 …]