Home
last modified time | relevance | path

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

12

/arch/mips/boot/compressed/
Ddecompress.c30 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()
Ddbg.c16 void puts(const char *s) in puts() function
36 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()
90 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.c64 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/
Dmisc.c80 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/
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/m68k/tools/amiga/
Ddmesg.c62 puts(">>>>>>>>>>>>>>>>>>>>"); in main()
66 puts("<<<<<<<<<<<<<<<<<<<<"); in main()
/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()
Dvideo.c108 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()
Dcpu.c53 puts("This kernel requires the following features " in validate_cpu()
Dpm.c111 puts("A20 gate not responding, unable to boot...\n"); in go_to_protected_mode()
Dtty.c63 void __attribute__((section(".inittext"))) puts(const char *str) in puts() function
Dprintf.c306 puts(printf_buf); in printf()
Dboot.h360 void puts(const char *);
/arch/m68k/kernel/
Dhead.S512 .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/
DREADME22 so it puts its code at 0x40700000, and initial stack at 0x40800000.
/arch/s390/kvm/
DKconfig48 # OK, it's a little counter-intuitive to do this, but it puts it neatly under
/arch/alpha/lib/
Dcallback_srm.S76 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/
DKconfig95 # OK, it's a little counter-intuitive to do this, but it puts it neatly under
/arch/openrisc/
DKconfig145 Now this puts kernel into infinite loop after first oops. Till
/arch/arm/boot/compressed/
Dhead.S1190 bmi puts
1199 @ puts corrupts {r0, r1, r2, r3}
1200 puts: loadsp r3, r1 label
/arch/cris/arch-v10/
DREADME.mm41 As a comparison, the Linux/i386 2.0 puts the kernel and physical RAM at

12