Home
last modified time | relevance | path

Searched refs:putstr (Results 1 – 3 of 3) sorted by relevance

/arch/arm/boot/compressed/
Dmisc.c24 #define putstr printf macro
27 static void putstr(const char *ptr);
72 static void putstr(const char *ptr) in putstr() function
232 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 …]
/arch/arm/plat-s3c/include/plat/
Duncompress.h126 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()
/arch/x86/boot/compressed/
Dmisc.c201 #define putstr(__x) __putstr(0, __x) macro
361 putstr("Parsing ELF... "); in parse_elf()
435 putstr("\nDecompressing Linux... "); in decompress_kernel()
439 putstr("done.\nBooting the kernel.\n"); in decompress_kernel()