Searched refs:putstr (Results 1 – 3 of 3) sorted by relevance
24 #define putstr printf macro27 static void putstr(const char *ptr);72 static void putstr(const char *ptr) in putstr() function232 static void putstr(const char *);282 putstr("."); in flush_window()293 putstr("\n\n"); in error()294 putstr(x); in error()295 putstr("\n\n -- System halted"); in error()314 putstr("Uncompressing Linux..."); in decompress_kernel()316 putstr(" done, booting the kernel.\n"); in decompress_kernel()[all …]
126 putstr("\n\n"); in arch_decomp_error()127 putstr(x); in arch_decomp_error()128 putstr("\n\n -- System resetting\n"); in arch_decomp_error()
201 #define putstr(__x) __putstr(0, __x) macro361 putstr("Parsing ELF... "); in parse_elf()435 putstr("\nDecompressing Linux... "); in decompress_kernel()439 putstr("done.\nBooting the kernel.\n"); in decompress_kernel()