Home
last modified time | relevance | path

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

123456

/Linux-v6.6/arch/mips/boot/compressed/
Ddecompress.c34 extern void puts(const char *s);
37 #define puts(s) do {} while (0) macro
45 puts("\n\n"); in error()
46 puts(x); in error()
47 puts("\n\n -- System halted"); in error()
99 puts("zimage at: "); in decompress_kernel()
101 puts(" "); in decompress_kernel()
103 puts("\n"); in decompress_kernel()
110 puts("Uncompressing Linux at load address "); in decompress_kernel()
112 puts("\n"); in decompress_kernel()
[all …]
Ddbg.c16 void puts(const char *s) in puts() function
36 puts(buf); in puthex()
/Linux-v6.6/tools/testing/selftests/riscv/vector/
Dvstate_exec_nolibc.c15 puts("PR_RISCV_V_GET_CONTROL is not supported\n"); in main()
22 puts("fork failed\n"); in main()
35 puts("child execve failed\n"); in main()
43 puts("fork failed\n"); in main()
50 puts("child's vstate_ctrl not equal to parent's\n"); in main()
65 puts("child exited abnormally\n"); in main()
71 puts("child was terminated by unexpected signal\n"); in main()
76 puts("child signaled by illegal V access but vstate_ctrl is not off\n"); in main()
88 puts("parent has inherit bit, but child has not\n"); in main()
95 puts("parent's next setting does not equal to child's\n"); in main()
[all …]
/Linux-v6.6/tools/testing/selftests/arm64/fp/
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: "
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"
341 puts "Mismatch: PID="
[all …]
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 ", iteration="
[all …]
Dzt-test.S152 puts "Terminated by signal "
155 puts ", no error, iterations="
158 puts ", signals="
193 puts "sigaction failure\n"
234 puts "PID:\t"
275 puts "Mismatch: PID="
278 puts ", iteration="
281 puts "\tExpected ["
285 puts "]\n\tGot ["
289 puts "]\n"
[all …]
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"
511 puts "Mismatch: PID="
[all …]
Dasm-utils.S28 function puts
43 .globl puts
68 bl puts
Dassembler.h59 .macro puts string
65 bl puts
/Linux-v6.6/arch/sh/boot/compressed/
Dmisc.c40 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()
/Linux-v6.6/tools/power/acpi/tools/ec/
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-v6.6/tools/testing/selftests/ptp/
Dtestptp.c334 puts("frequency adjustment okay"); in main()
351 puts("time shift okay"); in main()
363 puts("phase adjustment okay"); in main()
381 puts("set time okay"); in main()
390 puts("set time okay"); in main()
400 puts("set time okay"); in main()
412 puts("set pin function okay"); in main()
424 puts("external time stamp request okay"); in main()
466 puts("-w can only be specified together with -p"); in main()
471 puts("-H can only be specified together with -p"); in main()
[all …]
/Linux-v6.6/arch/nios2/boot/compressed/
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-v6.6/arch/parisc/boot/compressed/
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-v6.6/arch/alpha/boot/
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-v6.6/arch/arm/boot/dts/st/
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-v6.6/arch/x86/boot/
Dmain.c131 puts("WARNING: Ancient bootloader, some functionality " in init_heap()
146 puts("early console in setup code\n"); in main()
153 puts("Unable to boot - please use a kernel appropriate " in main()
Dcpucheck.c178 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()
Dvideo.c110 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()
/Linux-v6.6/samples/hidraw/
Dhid-example.c84 puts("\n"); in main()
134 puts("\n"); in main()
156 puts("\n"); in main()
/Linux-v6.6/scripts/dtc/
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()
/Linux-v6.6/arch/m68k/tools/amiga/
Ddmesg.c62 puts(">>>>>>>>>>>>>>>>>>>>"); in main()
66 puts("<<<<<<<<<<<<<<<<<<<<"); in main()
/Linux-v6.6/tools/testing/selftests/kvm/x86_64/
Dnx_huge_pages_test.c224 puts(""); in help()
226 puts(""); in help()
230 puts(""); in help()
Ddirty_log_page_splitting_test.c202 puts(""); in help()
205 puts(""); in help()
210 puts(""); in help()

123456