Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/boot/compressed/
Dmisc.h27 void __putstr(int error, const char *s);
28 #define putstr(__x) __putstr(0, __x)
29 #define puts(__x) __putstr(0, __x)
Dmisc.c173 void __putstr(int error, const char *s) in __putstr() function
268 __putstr(1, "\n\n"); in error()
269 __putstr(1, x); in error()
270 __putstr(1, "\n\n -- System halted"); in error()