Home
last modified time | relevance | path

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

123456

/linux-6.3-rc2/arch/mips/boot/compressed/
A 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()
112 puts("\n"); in decompress_kernel()
132 puts("\n"); in decompress_kernel()
[all …]
A Ddbg.c16 void puts(const char *s) in puts() function
36 puts(buf); in puthex()
/linux-6.3-rc2/tools/testing/selftests/arm64/fp/
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: "
A Dza-test.S189 puts ", signals="
258 puts "Streaming mode "
279 puts " bits\n"
286 puts "PID:\t"
341 puts "Mismatch: PID="
344 puts ", iteration="
347 puts ", row="
350 puts "\tExpected ["
354 puts "]\n\tGot ["
358 puts "]\n"
[all …]
A Dfpsimd-test.S173 puts ", signals="
208 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 …]
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"
275 puts "Mismatch: PID="
278 puts ", iteration="
281 puts "\tExpected ["
285 puts "]\n\tGot ["
289 puts "]\n"
[all …]
A Dsve-test.S336 puts ", signals="
406 puts "Streaming mode "
428 puts " bits\n"
436 puts "PID:\t"
511 puts "Mismatch: PID="
514 puts ", iteration="
517 puts ", reg="
520 puts "\tExpected ["
524 puts "]\n\tGot ["
528 puts "]\n"
[all …]
A Dasm-utils.S28 function puts
43 .globl puts
68 bl puts
A Dassembler.h59 .macro puts string
65 bl puts
/linux-6.3-rc2/arch/sh/boot/compressed/
A 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-6.3-rc2/tools/power/acpi/tools/ec/
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.3-rc2/tools/testing/selftests/ptp/
A Dtestptp.c309 puts("frequency adjustment okay"); in main()
326 puts("time shift okay"); in main()
344 puts("set time okay"); in main()
353 puts("set time okay"); in main()
363 puts("set time okay"); in main()
375 puts("set pin function okay"); in main()
387 puts("external time stamp request okay"); in main()
429 puts("-w can only be specified together with -p"); in main()
465 puts("periodic output request okay"); in main()
474 puts("pps for system time request okay"); in main()
[all …]
/linux-6.3-rc2/arch/nios2/boot/compressed/
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.3-rc2/arch/parisc/boot/compressed/
A Dmisc.c120 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.3-rc2/arch/alpha/boot/
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.3-rc2/arch/arm/boot/dts/
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.3-rc2/arch/x86/boot/
A 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()
A 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()
A 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-6.3-rc2/tools/perf/examples/bpf/
A Dhello.c12 #define puts(from) \ macro
23 puts("Hello, world\n"); in sys_enter()
/linux-6.3-rc2/samples/hidraw/
A Dhid-example.c84 puts("\n"); in main()
134 puts("\n"); in main()
156 puts("\n"); in main()
/linux-6.3-rc2/scripts/dtc/
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()
/linux-6.3-rc2/arch/m68k/tools/amiga/
A Ddmesg.c62 puts(">>>>>>>>>>>>>>>>>>>>"); in main()
66 puts("<<<<<<<<<<<<<<<<<<<<"); in main()
/linux-6.3-rc2/tools/testing/selftests/kvm/x86_64/
A Dnx_huge_pages_test.c226 puts(""); in help()
228 puts(""); in help()
232 puts(""); in help()
/linux-6.3-rc2/Documentation/devicetree/bindings/mfd/
A Dtps6105x.txt15 - regulator: presence of this sub-node puts the chip in regulator mode.
18 - led: presence of this sub-node puts the chip in led mode.

Completed in 27 milliseconds

123456