Searched defs:putstr (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/arch/x86/boot/compressed/ | ||
D | misc.h | 28 #define putstr(__x) __putstr(0, __x) macro |
/linux-2.6.39/arch/arm/boot/compressed/ | ||
D | misc.c | 93 static void putstr(const char *ptr) in putstr() function |