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

123

/linux-master/tools/build/feature/
H A Dtest-stackprotector-all.c6 return puts("hi");
H A Dtest-fortify-source.c6 return puts("hi");
H A Dtest-hello.c6 return puts("hi");
/linux-master/tools/testing/selftests/x86/
H A Dtrivial_program.c8 puts("");
/linux-master/arch/mips/boot/compressed/
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
H A Ddbg.c18 void puts(const char *s) function
38 puts(buf);
/linux-master/tools/testing/selftests/riscv/vector/
H A Dvstate_exec_nolibc.c18 puts("PR_RISCV_V_GET_CONTROL is not supported\n");
25 puts("fork failed\n");
38 puts("child execve failed\n");
46 puts("fork failed\n");
53 puts("child's vstate_ctrl not equal to parent's\n");
68 puts("child exited abnormally\n");
74 puts("child was terminated by unexpected signal\n");
79 puts("child signaled by illegal V access but vstate_ctrl is not off\n");
91 puts("parent has inherit bit, but child has not\n");
98 puts("paren
[all...]
/linux-master/tools/testing/selftests/arm64/fp/
H A Dfp-pidbench.S28 puts "\n"
34 puts "Iterations per test: "
39 puts "\n"
42 puts "No SVE: "
49 puts "System does not support SVE\n"
54 puts "SVE VL: "
57 puts "\n"
59 puts "SVE used once: "
63 puts "SVE used per syscall: "
H A Dza-test.S183 puts "Terminated by signal "
186 puts ", no error, iterations="
189 puts ", signals="
224 puts "sigaction failure\n"
258 puts "Streaming mode "
271 1: puts "bad vector length: "
276 2: puts "vector length:\t"
279 puts " bits\n"
286 puts "PID:\t"
344 puts "Mismatc
[all...]
H A Dzt-test.S152 puts "Terminated by signal "
155 puts ", no error, iterations="
158 puts ", signals="
193 puts "sigaction failure\n"
234 puts "PID:\t"
277 puts "Mismatch: PID="
280 puts ", iteration="
283 puts "\tExpected ["
287 puts "]\n\tGot ["
291 puts "]\
[all...]
H A Dfpsimd-test.S167 puts "Terminated by signal "
170 puts ", no error, iterations="
173 puts ", signals="
208 puts "sigaction failure\n"
252 1: puts "Bad vector length: "
257 2: puts "Vector length:\t"
260 puts " bits\n"
268 puts "PID:\t"
310 puts "Mismatch: PID="
313 puts ", iteratio
[all...]
H A Dassembler.h59 .macro puts string
65 bl puts
H A Dsve-test.S330 puts "Terminated by signal "
333 puts ", no error, iterations="
336 puts ", signals="
371 puts "sigaction failure\n"
406 puts "Streaming mode "
420 1: puts "Bad vector length: "
425 2: puts "Vector length:\t"
428 puts " bits\n"
436 puts "PID:\t"
522 puts "Mismatc
[all...]
H A Dasm-utils.S28 function puts
43 .globl puts
68 bl puts
/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");
/linux-master/arch/nios2/boot/compressed/
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/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/arch/m68k/tools/amiga/
H A Ddmesg.c62 puts(">>>>>>>>>>>>>>>>>>>>");
66 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/tools/testing/selftests/ptp/
H A Dtestptp.c339 puts("frequency adjustment okay");
356 puts("time shift okay");
368 puts("phase adjustment okay");
386 puts("set time okay");
395 puts("set time okay");
405 puts("set time okay");
417 puts("set pin function okay");
429 puts("external time stamp request okay");
471 puts("-w can only be specified together with -p");
476 puts("
[all...]
/linux-master/arch/x86/boot/
H A Dmain.c131 puts("WARNING: Ancient bootloader, some functionality "
146 puts("early console in setup code\n");
153 puts("Unable to boot - please use a kernel appropriate "
H A Dcpu.c76 puts("This kernel requires the following features "
/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/samples/hidraw/
H A Dhid-example.c84 puts("\n");
134 puts("\n");
156 puts("\n");

Completed in 457 milliseconds

123