Searched refs:puts (Results 1 - 25 of 75) sorted by path

123

/linux-master/arch/m68k/fpsp040/
H A Dsto_res.S4 | Takes the result and puts it in where the user expects it.
/linux-master/arch/nios2/boot/compressed/
H A Dconsole.c107 static int puts(const char *s) function
H A Dmisc.c84 int puts(const char *);
153 puts("\nERROR\n");
154 puts(x);
155 puts("\n\n -- System halted");
171 puts("Uncompressing Linux... ");
173 puts("Ok, booting the kernel.\n");
/linux-master/arch/x86/boot/
H A Dprintf.c304 puts(printf_buf);
H A Dvideo.c110 puts("\b \b");
156 puts("Mode: Resolution: Type: ");
205 puts("Press <ENTER> to see video modes available, "
222 puts("Enter a video mode or \"scan\" to scan for "
H A Dboot.h314 void puts(const char *);
H A Dcpu.c76 puts("This kernel requires the following features "
/linux-master/scripts/dtc/
H A Dfdtget.c122 puts(name);
155 puts(pathp);
216 puts(disp->default_val);
251 puts(disp->default_val);
/linux-master/tools/build/feature/
H A Dtest-fortify-source.c6 return puts("hi");
H A Dtest-hello.c6 return puts("hi");
H A Dtest-stackprotector-all.c6 return puts("hi");
/linux-master/tools/laptop/dslm/
H A Ddslm.c128 puts("usage: dslm [-w <time>] <disk>");
157 puts("Not waiting for system to settle down");
/linux-master/tools/power/acpi/tools/ec/
H A Dec_access.c42 puts("\t-r [-s sleep] : Dump EC registers");
43 puts("\t If sleep is given, sleep x seconds,");
44 puts("\t re-read EC registers and show changes");
45 puts("\t-b offset : Read value at byte_offset (in hex)");
46 puts("\t-w offset -v value : Write value at byte_offset");
47 puts("\t-h : Print this help\n\n");
48 puts("Offsets and values are in hexadecimal number system.");
49 puts("The offset and value must be between 0 and 0xff.");
/linux-master/tools/testing/selftests/powerpc/pmu/ebb/
H A Dtrace.c229 puts(str);
252 puts("{");
260 puts("}");
/linux-master/tools/testing/selftests/x86/
H A Dtrivial_program.c8 puts("");
/linux-master/arch/alpha/boot/
H A Dmisc.c28 #define puts srm_printk macro
137 /* puts("."); */
142 puts("\n\n");
143 puts(x);
144 puts("\n\n -- System halted");
168 /* puts("Uncompressing Linux..."); */
170 /* puts(" done, booting the kernel.\n"); */
/linux-master/arch/alpha/lib/
H A Dcallback_srm.S78 CALLBACK(puts, CCB_PUTS, 4)
/linux-master/arch/arm/boot/compressed/
H A Dhead.S1354 bmi puts
1363 @ puts corrupts {r0, r1, r2, r3}
1364 puts: loadsp r3, r2, r1 label
/linux-master/arch/m68k/kernel/
H A Dhead.S503 .macro puts string
510 func_call puts
517 puts "\string"
1646 puts "\nMMU040\n"
1647 puts "rp:"
1785 puts "=="
1799 puts "=="
1834 puts "\nMMU030\n"
1835 puts "\nrp:"
1904 puts "\
[all...]
/linux-master/arch/m68k/tools/amiga/
H A Ddmesg.c62 puts(">>>>>>>>>>>>>>>>>>>>");
66 puts("<<<<<<<<<<<<<<<<<<<<");
/linux-master/arch/mips/boot/compressed/
H A Ddbg.c18 void puts(const char *s) function
38 puts(buf);
H A Ddecompress.c33 puts("\n\n");
34 puts(x);
35 puts("\n\n -- System halted");
87 puts("zimage at: ");
89 puts(" ");
91 puts("\n");
98 puts("Uncompressing Linux at load address ");
100 puts("\n");
118 puts("Copy device tree to address ");
120 puts("\
[all...]
H A Ddecompress.h11 extern void puts(const char *s);
15 #define puts(s) do {} while (0) macro
/linux-master/arch/parisc/boot/compressed/
H A Dmisc.c120 static int puts(const char *s) function
142 puts(buf);
148 if (x) puts(x);
149 puts("\n -- System halted\n");
170 puts(&str[i]);
298 puts("ecompressing Linux... ");
/linux-master/arch/sh/boot/compressed/
H A Dmisc.c40 int puts(const char *);
73 int puts(const char *s) function
100 puts("\n\n");
101 puts(x);
102 puts("\n\n -- System halted");
141 puts("Uncompressing Linux... ");
145 puts("Ok, booting the kernel.\n");

Completed in 346 milliseconds

123