Home
last modified time | relevance | path

Searched refs:error_putstr (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/x86/boot/compressed/
Dmisc.c242 error_putstr("\n\n"); in error()
243 error_putstr(x); in error()
244 error_putstr("\n\n -- System halted"); in error()
Dmisc.h38 #define error_putstr(__x) __putstr(__x) macro