| /linux/arch/mips/boot/compressed/ |
| A D | decompress.c | 33 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 …]
|
| A D | decompress.h | 11 extern void puts(const char *s); 15 #define puts(s) do {} while (0) macro
|
| A D | dbg.c | 18 void puts(const char *s) in puts() function 38 puts(buf); in puthex()
|
| /linux/tools/testing/selftests/riscv/vector/ |
| A D | vstate_exec_nolibc.c | 18 puts("PR_RISCV_V_GET_CONTROL is not supported\n"); in main() 25 puts("fork failed\n"); in main() 38 puts("child execve failed\n"); in main() 46 puts("fork failed\n"); in main() 53 puts("child's vstate_ctrl not equal to parent's\n"); in main() 68 puts("child exited abnormally\n"); in main() 74 puts("child was terminated by unexpected signal\n"); in main() 79 puts("child signaled by illegal V access but vstate_ctrl is not off\n"); in main() 91 puts("parent has inherit bit, but child has not\n"); in main() 98 puts("parent's next setting does not equal to child's\n"); in main() [all …]
|
| /linux/tools/testing/selftests/arm64/fp/ |
| A D | fp-pidbench.S | 28 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 D | za-test.S | 189 puts ", signals=" 258 puts "Streaming mode " 279 puts " bits\n" 286 puts "PID:\t" 344 puts "Mismatch: PID=" 347 puts ", iteration=" 350 puts ", row=" 353 puts "\tExpected [" 361 puts "]\n" 362 puts "\tSVCR: " [all …]
|
| A D | fpsimd-test.S | 173 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 D | zt-test.S | 152 puts "Terminated by signal " 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 "]\n" 292 puts "\tSVCR: " [all …]
|
| A D | sve-test.S | 336 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 …]
|
| A D | asm-utils.S | 28 function puts 43 .globl puts 68 bl puts
|
| /linux/arch/sh/boot/compressed/ |
| A D | misc.c | 37 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/tools/power/acpi/tools/ec/ |
| A D | ec_access.c | 42 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/tools/testing/selftests/ptp/ |
| A D | testptp.c | 339 puts("frequency adjustment okay"); in main() 356 puts("time shift okay"); in main() 368 puts("phase adjustment okay"); in main() 386 puts("set time okay"); in main() 395 puts("set time okay"); in main() 405 puts("set time okay"); in main() 417 puts("set pin function okay"); in main() 429 puts("external time stamp request okay"); in main() 507 puts("periodic output request okay"); in main() 516 puts("pps for system time request okay"); in main() [all …]
|
| /linux/arch/nios2/boot/compressed/ |
| A D | misc.c | 84 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/arch/parisc/boot/compressed/ |
| A D | misc.c | 120 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/arch/alpha/boot/ |
| A D | misc.c | 28 #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/arch/arm/boot/dts/st/ |
| A D | stih418-b2264.dts | 25 /* 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/arch/x86/boot/ |
| A D | main.c | 129 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()
|
| A D | cpucheck.c | 178 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()
|
| /linux/tools/testing/selftests/kvm/x86_64/ |
| A D | private_mem_conversions_test.c | 442 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()
|
| A D | apic_bus_clock_test.c | 157 puts(""); in help() 159 puts(""); in help() 162 puts(""); in help()
|
| A D | nx_huge_pages_test.c | 221 puts(""); in help() 223 puts(""); in help() 227 puts(""); in help()
|
| /linux/samples/hidraw/ |
| A D | hid-example.c | 84 puts("\n"); in main() 134 puts("\n"); in main() 156 puts("\n"); in main()
|
| /linux/scripts/dtc/ |
| A D | fdtget.c | 122 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/arch/m68k/tools/amiga/ |
| A D | dmesg.c | 62 puts(">>>>>>>>>>>>>>>>>>>>"); in main() 66 puts("<<<<<<<<<<<<<<<<<<<<"); in main()
|