Home
last modified time | relevance | path

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

/linux-6.6.21/arch/mips/boot/compressed/
Ddbg.c16 void puts(const char *s) in puts() function
Ddecompress.c37 #define puts(s) do {} while (0) macro
/linux-6.6.21/arch/x86/boot/
Dtty.c61 void __section(".inittext") puts(const char *str) in puts() function
/linux-6.6.21/arch/nios2/boot/compressed/
Dconsole.c107 static int puts(const char *s) in puts() function
/linux-6.6.21/arch/sh/boot/compressed/
Dmisc.c73 int puts(const char *s) in puts() function
/linux-6.6.21/arch/alpha/boot/
Dmisc.c28 #define puts srm_printk macro
/linux-6.6.21/arch/parisc/boot/compressed/
Dmisc.c120 static int puts(const char *s) in puts() function
/linux-6.6.21/arch/arm/boot/compressed/
Dhead.S1364 puts: loadsp r3, r2, r1 label
/linux-6.6.21/tools/include/nolibc/
Dstdio.h182 int puts(const char *s) in puts() function
/linux-6.6.21/arch/m68k/kernel/
Dhead.S507 .macro puts string macro
/linux-6.6.21/include/drm/
Ddrm_print.h79 void (*puts)(struct drm_printer *p, const char *str); member