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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/compressed/
H A Dmisc.h27 void __putstr(int error, const char *s);
28 #define putstr(__x) __putstr(0, __x)
29 #define puts(__x) __putstr(0, __x)
H A Dmisc.c169 void __putstr(int error, const char *s) function
247 __putstr(1, "\n\n");
248 __putstr(1, x);
249 __putstr(1, "\n\n -- System halted");

Completed in 57 milliseconds