Home
last modified time | relevance | path

Searched defs:puts (Results 1 – 10 of 10) sorted by relevance

/linux/arch/mips/boot/compressed/
H A Ddecompress.h15 #define puts(s) do {} while (0) macro
H A Ddbg.c18 void puts(const char *s) in puts() function
/linux/arch/x86/boot/
H A Dtty.c61 void __section(".inittext") puts(const char *str) in puts() function
/linux/arch/nios2/boot/compressed/
H A Dconsole.c107 static int puts(const char *s) in puts() function
/linux/arch/sh/boot/compressed/
H A Dmisc.c70 int puts(const char *s) in puts() function
/linux/arch/alpha/boot/
H A Dmisc.c28 #define puts srm_printk macro
/linux/arch/parisc/boot/compressed/
H A Dmisc.c120 static int puts(const char *s) in puts() function
/linux/arch/arm/boot/compressed/
H A Dhead.S1364 puts: loadsp r3, r2, r1 label
/linux/arch/m68k/kernel/
H A Dhead.S503 .macro puts string macro
/linux/include/drm/
H A Ddrm_print.h177 void (*puts)(struct drm_printer *p, const char *str); member