Searched defs:console (Results 1 – 4 of 4) sorted by relevance
71 typedef struct console { struct76 unsigned c_start; /* start of video memory of this console */ argument77 unsigned c_limit; /* limit of this console's video memory */ argument89 } console_t; argument107 static int shutting_down = FALSE; /* don't allow console switches */ argument
183 FILE *console; in fmtmsg() local
98 console(isc_task_t *task, isc_event_t *event) in console() function
88 const char *console; /* name of console */ member