Home
last modified time | relevance | path

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

123456

/linux-6.15/arch/mips/boot/compressed/
H A Ddecompress.c33 puts("\n\n"); in error()
34 puts(x); in error()
35 puts("\n\n -- System halted"); in error()
87 puts("zimage at: "); in decompress_kernel()
89 puts(" "); in decompress_kernel()
91 puts("\n"); in decompress_kernel()
98 puts("Uncompressing Linux at load address "); in decompress_kernel()
100 puts("\n"); in decompress_kernel()
118 puts("Copy device tree to address "); in decompress_kernel()
120 puts("\n"); in decompress_kernel()
[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) in puts() function
38 puts(buf); in puthex()
/linux-6.15/tools/testing/selftests/riscv/vector/
H A Dvstate_exec_nolibc.c21 puts("PR_RISCV_V_GET_CONTROL is not supported\n"); in main()
28 puts("fork failed\n"); in main()
41 puts("child execve failed\n"); in main()
49 puts("fork failed\n"); in main()
56 puts("child's vstate_ctrl not equal to parent's\n"); in main()
74 puts("child exited abnormally\n"); in main()
80 puts("child was terminated by unexpected signal\n"); in main()
85 puts("child signaled by illegal V access but vstate_ctrl is not off\n"); in main()
97 puts("parent has inherit bit, but child has not\n"); in main()
104 puts("parent's next setting does not equal to child's\n"); in main()
[all …]
/linux-6.15/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.S184 puts ", signals="
255 puts "Streaming mode "
276 puts " bits\n"
283 puts "PID:\t"
341 puts "Mismatch: PID="
344 puts ", iteration="
347 puts ", row="
350 puts "\tExpected ["
358 puts "]\n"
359 puts "\tSVCR: "
[all …]
H A Dfpsimd-test.S171 puts ", signals="
206 puts "sigaction failure\n"
257 2: puts "Vector length:\t"
260 puts " bits\n"
268 puts "PID:\t"
310 puts "Mismatch: PID="
313 puts ", iteration="
316 puts ", reg="
319 puts "\tExpected ["
323 puts "]\n\tGot ["
[all …]
H A Dzt-test.S147 puts "Terminated by signal "
153 puts ", signals="
188 puts "sigaction failure\n"
231 puts "PID:\t"
274 puts "Mismatch: PID="
277 puts ", iteration="
280 puts "\tExpected ["
284 puts "]\n\tGot ["
288 puts "]\n"
289 puts "\tSVCR: "
[all …]
H A Dsve-test.S334 puts ", signals="
406 puts "Streaming mode "
428 puts " bits\n"
436 puts "PID:\t"
522 puts "Mismatch: PID="
525 puts ", iteration="
528 puts ", reg="
531 puts "\tExpected ["
539 puts "]\n"
542 puts "\tSVCR: "
[all …]
/linux-6.15/arch/sh/boot/compressed/
H A Dmisc.c37 int puts(const char *);
70 int puts(const char *s) in puts() function
97 puts("\n\n"); in error()
98 puts(x); in error()
99 puts("\n\n -- System halted"); in error()
138 puts("Uncompressing Linux... "); in decompress_kernel()
140 puts("Ok, booting the kernel.\n"); in decompress_kernel()
/linux-6.15/tools/testing/selftests/arm64/gcs/
H A Dgcs-stress-thread.S58 function puts
73 .globl puts
77 .macro puts string macro
83 bl puts
109 bl puts
177 puts "sigaction failure\n"
194 puts "Terminated by signal "
197 puts ", no error\n"
218 puts "Got SIGSEGV code "
228 puts " (GCS violation)"
[all …]
H A Dgcspushm.S46 function puts
61 .globl puts
65 .macro puts string macro
71 bl puts
86 puts "Failed to enable GCS with push permission\n"
H A Dgcsstr.S48 function puts
63 .globl puts
67 .macro puts string macro
73 bl puts
88 puts "Failed to enable GCS with write permission\n"
/linux-6.15/tools/power/acpi/tools/ec/
H A Dec_access.c42 puts("\t-r [-s sleep] : Dump EC registers"); in usage()
43 puts("\t If sleep is given, sleep x seconds,"); in usage()
44 puts("\t re-read EC registers and show changes"); in usage()
45 puts("\t-b offset : Read value at byte_offset (in hex)"); in usage()
46 puts("\t-w offset -v value : Write value at byte_offset"); in usage()
47 puts("\t-h : Print this help\n\n"); in usage()
48 puts("Offsets and values are in hexadecimal number system."); in usage()
49 puts("The offset and value must be between 0 and 0xff."); in usage()
/linux-6.15/tools/testing/selftests/ptp/
H A Dtestptp.c361 puts("frequency adjustment okay"); in main()
378 puts("time shift okay"); in main()
390 puts("phase adjustment okay"); in main()
408 puts("set time okay"); in main()
417 puts("set time okay"); in main()
427 puts("set time okay"); in main()
439 puts("set pin function okay"); in main()
452 puts("external time stamp request okay"); in main()
533 puts("periodic output request okay"); in main()
542 puts("pps for system time request okay"); in main()
[all …]
/linux-6.15/arch/nios2/boot/compressed/
H A Dmisc.c84 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()
/linux-6.15/arch/parisc/boot/compressed/
H A Dmisc.c120 static 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()
/linux-6.15/arch/alpha/boot/
H A Dmisc.c28 #define puts srm_printk macro
142 puts("\n\n"); in error()
143 puts(x); in error()
144 puts("\n\n -- System halted"); in error()
/linux-6.15/arch/arm/boot/dts/st/
H A Dstih418-b2264.dts25 /* u-boot puts hpen in SBC dmem at 0xb8 offset */
30 /* u-boot puts hpen in SBC dmem at 0xb8 offset */
35 /* u-boot puts hpen in SBC dmem at 0xb8 offset */
40 /* u-boot puts hpen in SBC dmem at 0xb8 offset */
/linux-6.15/arch/x86/boot/
H A Dmain.c129 puts("WARNING: Ancient bootloader, some functionality may be limited!\n"); in init_heap()
143 puts("early console in setup code\n"); in main()
150 puts("Unable to boot - please use a kernel appropriate for your CPU.\n"); in main()
H A Dcpucheck.c179 puts("WARNING: Forcing PAE in CPU flags\n"); in check_cpu()
184 puts("WARNING: PAE disabled. Use parameter 'forcepae' to enable at your own risk!\n"); in check_cpu()
221 puts("This 32-bit kernel can not run on this Xeon Phi x200\n" in check_knl_erratum()
/linux-6.15/tools/testing/selftests/kvm/x86/
H A Dprivate_mem_conversions_test.c442 puts(""); in usage()
444 puts(""); in usage()
446 puts(""); in usage()
447 puts(" -n: specify the number of vcpus (default: 1)"); in usage()
448 puts(""); in usage()
449 puts(" -m: specify the number of memslots (default: 1)"); in usage()
450 puts(""); in usage()
H A Dapic_bus_clock_test.c157 puts(""); in help()
159 puts(""); in help()
162 puts(""); in help()
/linux-6.15/samples/hidraw/
H A Dhid-example.c84 puts("\n"); in main()
134 puts("\n"); in main()
156 puts("\n"); in main()
/linux-6.15/scripts/dtc/
H A Dfdtget.c122 puts(name); in list_properties()
155 puts(pathp); in list_subnodes()
216 puts(disp->default_val); in show_data_for_item()
251 puts(disp->default_val); in do_fdtget()

123456