Home
last modified time | relevance | path

Searched defs:putstr (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/x86/boot/compressed/
Dmisc.h28 #define putstr(__x) __putstr(0, __x) macro
/linux-2.6.39/arch/arm/boot/compressed/
Dmisc.c93 static void putstr(const char *ptr) in putstr() function