Searched refs:put_str (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/BIOS/
H A Dprint.c120 void put_str(uint16_t action, const char __far *s) function
226 put_str(action, (char *)arg);
231 put_str(action, hibyte :> (char *)arg);
H A Dbiosint.h214 extern void put_str(uint16_t action, const char __far *s);
235 #define BX_INFO(...) do { put_str(BIOS_PRINTF_INFO, bios_prefix_string); bios_printf(BIOS_PRINTF_INFO, __VA_ARGS__); } while (0)

Completed in 1910 milliseconds