Home
last modified time | relevance | path

Searched refs:puts (Results 1 – 25 of 30) sorted by relevance

12

/arch/mips/boot/compressed/
Ddecompress.c32 extern void puts(const char *s);
35 #define puts(s) do {} while (0) macro
43 puts("\n\n"); in error()
44 puts(x); in error()
45 puts("\n\n -- System halted"); in error()
93 puts("zimage at: "); in decompress_kernel()
95 puts(" "); in decompress_kernel()
97 puts("\n"); in decompress_kernel()
104 puts("Uncompressing Linux at load address "); in decompress_kernel()
106 puts("\n"); in decompress_kernel()
[all …]
Ddbg.c16 void puts(const char *s) in puts() function
36 puts(buf); in puthex()
/arch/sh/boot/compressed/
Dmisc.c40 int puts(const char *);
73 int puts(const char *s) in puts() function
100 puts("\n\n"); in error()
101 puts(x); in error()
102 puts("\n\n -- System halted"); in error()
141 puts("Uncompressing Linux... "); in decompress_kernel()
145 puts("Ok, booting the kernel.\n"); in decompress_kernel()
/arch/nios2/boot/compressed/
Dmisc.c84 int puts(const char *);
153 puts("\nERROR\n"); in error()
154 puts(x); in error()
155 puts("\n\n -- System halted"); in error()
171 puts("Uncompressing Linux... "); in decompress_kernel()
173 puts("Ok, booting the kernel.\n"); in decompress_kernel()
Dconsole.c107 static int puts(const char *s) in puts() function
/arch/alpha/boot/
Dmisc.c28 #define puts srm_printk macro
144 puts("\n\n"); in error()
145 puts(x); in error()
146 puts("\n\n -- System halted"); in error()
/arch/parisc/boot/compressed/
Dmisc.c120 int puts(const char *s) in puts() function
142 puts(buf); in putchar()
148 if (x) puts(x); in error()
149 puts("\n -- System halted\n"); in error()
170 puts(&str[i]); in print_num()
298 puts("ecompressing Linux... "); in decompress_kernel()
/arch/x86/boot/
Dmain.c129 puts("WARNING: Ancient bootloader, some functionality " in init_heap()
142 puts("early console in setup code\n"); in main()
149 puts("Unable to boot - please use a kernel appropriate " in main()
Dcpucheck.c178 puts("WARNING: Forcing PAE in CPU flags\n"); in check_cpu()
183 puts("WARNING: PAE disabled. Use parameter 'forcepae' to enable at your own risk!\n"); in check_cpu()
220 puts("This 32-bit kernel can not run on this Xeon Phi x200\n" in check_knl_erratum()
Dvideo.c110 puts("\b \b"); in get_entry()
156 puts("Mode: Resolution: Type: "); in display_menu()
205 puts("Press <ENTER> to see video modes available, " in mode_menu()
222 puts("Enter a video mode or \"scan\" to scan for " in mode_menu()
Dpm.c109 puts("A20 gate not responding, unable to boot...\n"); in go_to_protected_mode()
Dcpu.c89 puts("This kernel requires the following features " in validate_cpu()
Dtty.c61 void __attribute__((section(".inittext"))) puts(const char *str) in puts() function
Dprintf.c304 puts(printf_buf); in printf()
Dboot.h347 void puts(const char *);
Dheader.S632 calll puts
/arch/m68k/tools/amiga/
Ddmesg.c62 puts(">>>>>>>>>>>>>>>>>>>>"); in main()
66 puts("<<<<<<<<<<<<<<<<<<<<"); in main()
/arch/arm/boot/dts/
Dstih418.dtsi17 /* u-boot puts hpen in SBC dmem at 0xa4 offset */
24 /* u-boot puts hpen in SBC dmem at 0xa4 offset */
Dstih407-family.dtsi41 /* u-boot puts hpen in SBC dmem at 0xa4 offset */
61 /* u-boot puts hpen in SBC dmem at 0xa4 offset */
/arch/m68k/kernel/
Dhead.S506 .macro puts string macro
513 func_call puts
520 puts "\string"
1633 puts "\nMMU040\n"
1634 puts "rp:"
1772 puts "=="
1786 puts "=="
1821 puts "\nMMU030\n"
1822 puts "\nrp:"
1891 puts "\n"
[all …]
/arch/s390/kvm/
DKconfig58 # OK, it's a little counter-intuitive to do this, but it puts it neatly under
/arch/alpha/lib/
Dcallback_srm.S78 CALLBACK(puts, CCB_PUTS, 4)
/arch/m68k/fpsp040/
Dsto_res.S4 | Takes the result and puts it in where the user expects it.
/arch/x86/kvm/
DKconfig99 # OK, it's a little counter-intuitive to do this, but it puts it neatly under
/arch/openrisc/
DKconfig178 Now this puts kernel into infinite loop after first oops. Till

12