/arch/mips/boot/compressed/ |
D | decompress.c | 34 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 …]
|
D | dbg.c | 15 void puts(const char *s) in puts() function 35 puts(buf); in puthex()
|
/arch/sh/boot/compressed/ |
D | misc.c | 39 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/ |
D | misc.c | 68 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()
|
D | m32r_sio.c | 13 static int puts(const char *s) in puts() function
|
/arch/s390/boot/compressed/ |
D | misc.c | 67 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/ |
D | misc.c | 97 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()
|
D | console.c | 120 static int puts(const char *s) in puts() function
|
/arch/alpha/boot/ |
D | misc.c | 27 #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/ |
D | main.c | 130 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()
|
D | video.c | 112 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()
|
D | cpucheck.c | 170 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()
|
D | pm.c | 111 puts("A20 gate not responding, unable to boot...\n"); in go_to_protected_mode()
|
D | cpu.c | 91 puts("This kernel requires the following features " in validate_cpu()
|
D | tty.c | 63 void __attribute__((section(".inittext"))) puts(const char *str) in puts() function
|
D | printf.c | 306 puts(printf_buf); in printf()
|
/arch/m68k/tools/amiga/ |
D | dmesg.c | 62 puts(">>>>>>>>>>>>>>>>>>>>"); in main() 66 puts("<<<<<<<<<<<<<<<<<<<<"); in main()
|
/arch/arm/boot/dts/ |
D | stih418.dtsi | 20 /* u-boot puts hpen in SBC dmem at 0xa4 offset */ 27 /* u-boot puts hpen in SBC dmem at 0xa4 offset */
|
/arch/m68k/kernel/ |
D | head.S | 506 .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/ |
D | README | 22 so it puts its code at 0x40700000, and initial stack at 0x40800000.
|
/arch/s390/kvm/ |
D | Kconfig | 54 # OK, it's a little counter-intuitive to do this, but it puts it neatly under
|
/arch/alpha/lib/ |
D | callback_srm.S | 77 CALLBACK(puts, CCB_PUTS, 4)
|
/arch/m68k/fpsp040/ |
D | sto_res.S | 4 | Takes the result and puts it in where the user expects it.
|
/arch/x86/kvm/ |
D | Kconfig | 103 # OK, it's a little counter-intuitive to do this, but it puts it neatly under
|
/arch/openrisc/ |
D | Kconfig | 136 Now this puts kernel into infinite loop after first oops. Till
|