OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:console_ch_t
(Results
1 - 3
of
3
) sorted by null
/external/qemu/
console.h
420
typedef unsigned long
console_ch_t
;
typedef
421
static inline void console_write_ch(
console_ch_t
*dest, uint32_t ch)
431
typedef void (*vga_hw_text_update_ptr)(void *,
console_ch_t
*);
442
void vga_hw_text_update(
console_ch_t
*chardata);
curses.c
43
static
console_ch_t
screen[160 * 100];
console.c
230
void vga_hw_text_update(
console_ch_t
*chardata)
[
all
...]
Completed in 239 milliseconds