Home
last modified time | relevance | path

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

/linux/arch/x86/boot/compressed/
H A Dmisc.h65 void __putstr(const char *s);
68 #define error_putstr(__x) __putstr(__x)
74 #define debug_putstr(__x) __putstr(__x)
H A Dmisc.c119 void __putstr(const char *s) in __putstr() function
185 __putstr(p); in __putnum()