SERIAL_PRINT
SERIAL_PRINT(("no name in entry creation message\n"));
SERIAL_PRINT(("BottomlineWindow created\n"));
SERIAL_PRINT(("IME : %" B_PRId32 ", %s\n", opcode, string));
SERIAL_PRINT(("IME : confirmed\n"));
SERIAL_PRINT(("IME received\n"));
# define PRINT(x) SERIAL_PRINT(x)
# define PRINTERR(x) SERIAL_PRINT(x)
SERIAL_PRINT(("HEAP-%" B_PRId32 ": "
SERIAL_PRINT(("HEAP-%" B_PRId32 ": heap area large enough for %ld\n",
SERIAL_PRINT(("HEAP-%" B_PRId32 ": need to resize heap area to %ld "
SERIAL_PRINT(("kernelland_emu random_value() error: %s\n", strerror(errno)));