OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BIOS_PRINTF_SCREEN
(Results
1 - 2
of
2
) sorted by null
/external/qemu-pc-bios/bochs/bios/
rombios.h
37
#define
BIOS_PRINTF_SCREEN
2
40
#define BIOS_PRINTF_ALL (
BIOS_PRINTF_SCREEN
| BIOS_PRINTF_INFO)
41
#define BIOS_PRINTF_DEBHALT (
BIOS_PRINTF_SCREEN
| BIOS_PRINTF_INFO | BIOS_PRINTF_HALT)
43
#define printf(format, p...) bios_printf(
BIOS_PRINTF_SCREEN
, format, ##p)
rombios.c
[
all
...]
Completed in 40 milliseconds