OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BX_PANIC
(Results
1 - 2
of
2
) sorted by null
/external/qemu-pc-bios/bochs/bios/
rombios.h
54
#define
BX_PANIC
(format, p...) bios_printf(BIOS_PRINTF_DEBHALT, format, ##p)
/external/qemu-pc-bios/bochs/
bochs.h
376
#define
BX_PANIC
(x) (LOG_THIS panic) x
386
#define
BX_PANIC
(x) (LOG_THIS panic) x
390
#define BX_ASSERT(x) do {if (!(x))
BX_PANIC
(("failed assertion \"%s\" at %s:%d\n", #x, __FILE__, __LINE__));} while (0)
Completed in 1579 milliseconds