Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/boot/compressed/
Dmisc.c225 error_putstr("\n\n"); in error()
226 error_putstr(x); in error()
227 error_putstr("\n\n -- System halted"); in error()
Dmisc.h37 #define error_putstr(__x) __putstr(__x) macro