Searched defs:BX_INFO (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/BIOS/
H A Dpcibios.c107 #undef BX_INFO macro
108 #define BX_INFO(...) macro
404 BX_INFO("PCI: Unsupported function AX=%04X BX=%04X called\n", AX, BX);
H A Dbiosint.h235 #define BX_INFO(...) do { put_str(BIOS_PRINTF_INFO, bios_prefix_string); bios_printf(BIOS_PRINTF_INFO, __VA_ARGS__); } while (0) macro
237 #define BX_INFO(...) bios_printf(BIOS_PRINTF_INFO, __VA_ARGS__) macro

Completed in 44 milliseconds