OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BX_DEBUG
(Results
1 - 3
of
3
) 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...)
rombios.c
948
# define BX_DEBUG_ATA(a...)
BX_DEBUG
(a)
953
# define BX_DEBUG_INT13_HD(a...)
BX_DEBUG
(a)
958
# define BX_DEBUG_INT13_CD(a...)
BX_DEBUG
(a)
963
# define BX_DEBUG_INT13_ET(a...)
BX_DEBUG
(a)
968
# define BX_DEBUG_INT13_FL(a...)
BX_DEBUG
(a)
973
# define BX_DEBUG_INT15(a...)
BX_DEBUG
(a)
978
# define BX_DEBUG_INT16(a...)
BX_DEBUG
(a)
983
# define BX_DEBUG_INT1A(a...)
BX_DEBUG
(a)
988
# define BX_DEBUG_INT74(a...)
BX_DEBUG
(a)
[
all
...]
/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 2128 milliseconds