Home
last modified time | relevance | path

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

12

/arch/mips/boot/compressed/
Ddecompress.c34 extern void puts(const char *s);
37 #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()
100 puts("zimage at: "); in decompress_kernel()
102 puts(" "); in decompress_kernel()
104 puts("\n"); in decompress_kernel()
111 puts("Uncompressing Linux at load address "); in decompress_kernel()
113 puts("\n"); in decompress_kernel()
[all …]
Ddbg.c15 void puts(const char *s) in puts() function
35 puts(buf); in puthex()
/arch/sh/boot/compressed/
Dmisc.c39 int puts(const char *);
72 int puts(const char *s) in puts() function
99 puts("\n\n"); in error()
100 puts(x); in error()
101 puts("\n\n -- System halted"); in error()
133 puts("Uncompressing Linux... "); in decompress_kernel()
137 puts("Ok, booting the kernel.\n"); in decompress_kernel()
/arch/m32r/boot/compressed/
Dmisc.c68 puts("\n\n"); in error()
69 puts(x); in error()
70 puts("\n\n -- System halted"); in error()
88 puts("\nDecompressing Linux... "); in decompress_kernel()
91 puts("done.\nBooting the kernel.\n"); in decompress_kernel()
Dm32r_sio.c13 static int puts(const char *s) in puts() function
/arch/s390/boot/compressed/
Dmisc.c67 static int puts(const char *s) in puts() function
114 puts("\n\n"); in error()
115 puts(x); in error()
116 puts("\n\n -- System halted"); in error()
172 puts("Uncompressing Linux... "); in decompress_kernel()
174 puts("Ok, booting the kernel.\n"); in decompress_kernel()
/arch/nios2/boot/compressed/
Dmisc.c97 int puts(const char *);
166 puts("\nERROR\n"); in error()
167 puts(x); in error()
168 puts("\n\n -- System halted"); in error()
184 puts("Uncompressing Linux... "); in decompress_kernel()
186 puts("Ok, booting the kernel.\n"); in decompress_kernel()
Dconsole.c120 static int puts(const char *s) in puts() function
/arch/alpha/boot/
Dmisc.c27 #define puts srm_printk macro
143 puts("\n\n"); in error()
144 puts(x); in error()
145 puts("\n\n -- System halted"); in error()
/arch/x86/boot/
Dmain.c130 puts("WARNING: Ancient bootloader, some functionality " in init_heap()
143 puts("early console in setup code\n"); in main()
150 puts("Unable to boot - please use a kernel appropriate " in main()
Dvideo.c112 puts("\b \b"); in get_entry()
158 puts("Mode: Resolution: Type: "); in display_menu()
207 puts("Press <ENTER> to see video modes available, " in mode_menu()
224 puts("Enter a video mode or \"scan\" to scan for " in mode_menu()
Dcpucheck.c170 puts("WARNING: Forcing PAE in CPU flags\n"); in check_cpu()
175 puts("WARNING: PAE disabled. Use parameter 'forcepae' to enable at your own risk!\n"); in check_cpu()
Dpm.c111 puts("A20 gate not responding, unable to boot...\n"); in go_to_protected_mode()
Dcpu.c91 puts("This kernel requires the following features " in validate_cpu()
Dtty.c63 void __attribute__((section(".inittext"))) puts(const char *str) in puts() function
Dprintf.c306 puts(printf_buf); in printf()
/arch/m68k/tools/amiga/
Ddmesg.c62 puts(">>>>>>>>>>>>>>>>>>>>"); in main()
66 puts("<<<<<<<<<<<<<<<<<<<<"); in main()
/arch/arm/boot/dts/
Dstih418.dtsi20 /* u-boot puts hpen in SBC dmem at 0xa4 offset */
27 /* 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/cris/boot/compressed/
DREADME22 so it puts its code at 0x40700000, and initial stack at 0x40800000.
/arch/s390/kvm/
DKconfig54 # OK, it's a little counter-intuitive to do this, but it puts it neatly under
/arch/alpha/lib/
Dcallback_srm.S77 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/
DKconfig103 # OK, it's a little counter-intuitive to do this, but it puts it neatly under
/arch/openrisc/
DKconfig136 Now this puts kernel into infinite loop after first oops. Till

12