OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BX_PANIC
(Results
1 - 4
of
4
) sorted by null
/external/qemu-pc-bios/bochs/bios/
rombios.h
54
#define
BX_PANIC
(format, p...) bios_printf(BIOS_PRINTF_DEBHALT, format, ##p)
rombios.c
239
;; to print a
BX_PANIC
message. This will normally halt the simulation
[
all
...]
rombios32.c
[
all
...]
/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 49 milliseconds