/arch/mips/boot/compressed/ |
D | decompress.c | 30 extern void puts(const char *s); 35 puts("\n\n"); in error() 36 puts(x); in error() 37 puts("\n\n -- System halted"); in error() 89 puts("zimage at: "); in decompress_kernel() 91 puts(" "); in decompress_kernel() 93 puts("\n"); in decompress_kernel() 100 puts("Uncompressing Linux at load address "); in decompress_kernel() 102 puts("\n"); in decompress_kernel() 109 puts("Now, booting the kernel...\n"); in decompress_kernel()
|
D | dbg.c | 16 void puts(const char *s) in puts() function 36 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() 90 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 | 64 static int puts(const char *s) in puts() function 111 puts("\n\n"); in error() 112 puts(x); in error() 113 puts("\n\n -- System halted"); in error() 166 puts("Uncompressing Linux... "); in decompress_kernel() 168 puts("Ok, booting the kernel.\n"); in decompress_kernel()
|
/arch/h8300/boot/compressed/ |
D | misc.c | 80 int puts(const char *); 95 int puts(const char *s) in puts() function 159 puts("\n\n"); in error() 160 puts(x); in error() 161 puts("\n\n -- System halted"); in error() 178 puts("Uncompressing Linux... "); in decompress_kernel() 180 puts("Ok, booting the kernel.\n"); in decompress_kernel()
|
/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/m68k/tools/amiga/ |
D | dmesg.c | 62 puts(">>>>>>>>>>>>>>>>>>>>"); in main() 66 puts("<<<<<<<<<<<<<<<<<<<<"); in main()
|
/arch/x86/boot/ |
D | main.c | 129 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()
|
D | video.c | 108 puts("\b \b"); in get_entry() 154 puts("Mode: Resolution: Type: "); in display_menu() 203 puts("Press <ENTER> to see video modes available, " in mode_menu() 220 puts("Enter a video mode or \"scan\" to scan for " in mode_menu()
|
D | cpu.c | 53 puts("This kernel requires the following features " in validate_cpu()
|
D | pm.c | 111 puts("A20 gate not responding, unable to boot...\n"); in go_to_protected_mode()
|
D | tty.c | 63 void __attribute__((section(".inittext"))) puts(const char *str) in puts() function
|
D | printf.c | 306 puts(printf_buf); in printf()
|
D | boot.h | 360 void puts(const char *);
|
/arch/m68k/kernel/ |
D | head.S | 512 .macro puts string macro 519 func_call puts 526 puts "\string" 1653 puts "\nMMU040\n" 1654 puts "rp:" 1792 puts "==" 1806 puts "==" 1841 puts "\nMMU030\n" 1842 puts "\nrp:" 1911 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 | 48 # OK, it's a little counter-intuitive to do this, but it puts it neatly under
|
/arch/alpha/lib/ |
D | callback_srm.S | 76 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 | 95 # OK, it's a little counter-intuitive to do this, but it puts it neatly under
|
/arch/openrisc/ |
D | Kconfig | 145 Now this puts kernel into infinite loop after first oops. Till
|
/arch/arm/boot/compressed/ |
D | head.S | 1190 bmi puts 1199 @ puts corrupts {r0, r1, r2, r3} 1200 puts: loadsp r3, r1 label
|
/arch/cris/arch-v10/ |
D | README.mm | 41 As a comparison, the Linux/i386 2.0 puts the kernel and physical RAM at
|