OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BX_DEBUG
(Results
1 - 2
of
2
) sorted by null
/external/qemu-pc-bios/bochs/bios/
rombios.h
46
//
BX_DEBUG
goes to INFO port until we can easily choose debug info on a
49
# define
BX_DEBUG
(format, p...) bios_printf(BIOS_PRINTF_INFO, format, ##p)
51
# define
BX_DEBUG
(format, p...)
/external/qemu-pc-bios/bochs/
bochs.h
110
#include "
bx_debug
/debug.h"
374
#define
BX_DEBUG
(x)
384
#define
BX_DEBUG
(x) (LOG_THIS ldebug) x
Completed in 30 milliseconds