/arch/mips/boot/compressed/ |
D | decompress.c | 32 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 …]
|
D | dbg.c | 16 void puts(const char *s) in puts() function 36 puts(buf); in puthex()
|
/arch/sh/boot/compressed/ |
D | misc.c | 40 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/ |
D | misc.c | 84 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()
|
D | console.c | 107 static int puts(const char *s) in puts() function
|
/arch/alpha/boot/ |
D | misc.c | 28 #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/ |
D | misc.c | 120 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/ |
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 | cpucheck.c | 178 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()
|
D | video.c | 110 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()
|
D | pm.c | 109 puts("A20 gate not responding, unable to boot...\n"); in go_to_protected_mode()
|
D | cpu.c | 89 puts("This kernel requires the following features " in validate_cpu()
|
D | tty.c | 61 void __attribute__((section(".inittext"))) puts(const char *str) in puts() function
|
D | printf.c | 304 puts(printf_buf); in printf()
|
D | boot.h | 347 void puts(const char *);
|
D | header.S | 632 calll puts
|
/arch/m68k/tools/amiga/ |
D | dmesg.c | 62 puts(">>>>>>>>>>>>>>>>>>>>"); in main() 66 puts("<<<<<<<<<<<<<<<<<<<<"); in main()
|
/arch/arm/boot/dts/ |
D | stih418.dtsi | 17 /* u-boot puts hpen in SBC dmem at 0xa4 offset */ 24 /* u-boot puts hpen in SBC dmem at 0xa4 offset */
|
D | stih407-family.dtsi | 41 /* u-boot puts hpen in SBC dmem at 0xa4 offset */ 61 /* 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/s390/kvm/ |
D | Kconfig | 58 # OK, it's a little counter-intuitive to do this, but it puts it neatly under
|
/arch/alpha/lib/ |
D | callback_srm.S | 78 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 | 99 # OK, it's a little counter-intuitive to do this, but it puts it neatly under
|
/arch/openrisc/ |
D | Kconfig | 178 Now this puts kernel into infinite loop after first oops. Till
|