OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BIOS_PRINTF_INFO
(Results
1 - 2
of
2
) sorted by null
/external/qemu-pc-bios/bochs/bios/
rombios.h
38
#define
BIOS_PRINTF_INFO
4
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)
49
# define BX_DEBUG(format, p...) bios_printf(
BIOS_PRINTF_INFO
, format, ##p)
53
#define BX_INFO(format, p...) bios_printf(
BIOS_PRINTF_INFO
, format, ##p)
rombios.c
[
all
...]
Completed in 28 milliseconds