| /Linux-v5.4/arch/mips/boot/compressed/ |
| D | decompress.c | 29 extern void puts(const char *s); 32 #define puts(s) do {} while (0) macro 40 puts("\n\n"); in error() 41 puts(x); in error() 42 puts("\n\n -- System halted"); in error() 90 puts("zimage at: "); in decompress_kernel() 92 puts(" "); in decompress_kernel() 94 puts("\n"); in decompress_kernel() 101 puts("Uncompressing Linux at load address "); in decompress_kernel() 103 puts("\n"); in decompress_kernel() [all …]
|
| D | dbg.c | 16 void puts(const char *s) in puts() function 36 puts(buf); in puthex()
|
| /Linux-v5.4/arch/sh/boot/compressed/ |
| D | misc.c | 40 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-v5.4/tools/power/acpi/tools/ec/ |
| 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-v5.4/tools/testing/selftests/ptp/ |
| D | testptp.c | 290 puts("frequency adjustment okay"); in main() 302 puts("time shift okay"); in main() 320 puts("set time okay"); in main() 329 puts("set time okay"); in main() 339 puts("set time okay"); in main() 351 puts("external time stamp request okay"); in main() 406 puts("periodic output request okay"); in main() 418 puts("set pin function okay"); in main() 427 puts("pps for system time request okay"); in main() 433 puts("n_samples should be between 1 and 25"); in main() [all …]
|
| /Linux-v5.4/arch/nios2/boot/compressed/ |
| 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-v5.4/arch/parisc/boot/compressed/ |
| D | misc.c | 120 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-v5.4/arch/alpha/boot/ |
| D | misc.c | 28 #define puts srm_printk macro 144 puts("\n\n"); in error() 145 puts(x); in error() 146 puts("\n\n -- System halted"); in error()
|
| /Linux-v5.4/arch/x86/boot/ |
| D | main.c | 129 puts("WARNING: Ancient bootloader, some functionality " in init_heap() 142 puts("early console in setup code\n"); in main() 149 puts("Unable to boot - please use a kernel appropriate " in main()
|
| 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()
|
| D | video.c | 110 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-v5.4/samples/hidraw/ |
| D | hid-example.c | 84 puts("\n"); in main() 134 puts("\n"); in main() 156 puts("\n"); in main()
|
| /Linux-v5.4/scripts/dtc/ |
| 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-v5.4/arch/m68k/tools/amiga/ |
| D | dmesg.c | 62 puts(">>>>>>>>>>>>>>>>>>>>"); in main() 66 puts("<<<<<<<<<<<<<<<<<<<<"); in main()
|
| /Linux-v5.4/tools/objtool/ |
| D | objtool.c | 53 puts(" Commands:"); in cmd_usage() 56 puts(objtool_cmds[i].help); in cmd_usage()
|
| /Linux-v5.4/tools/lib/traceevent/Documentation/ |
| D | libtraceevent-tseq.txt | 43 The _trace_seq_terminate()_ function terminates the trace sequence _s_. It puts 46 The _trace_seq_putc()_ function puts a single character _c_ in the trace 49 The _trace_seq_puts()_ function puts a NULL terminated string _str_ in the 52 The _trace_seq_printf()_ function puts a formated string _fmt _with 55 The _trace_seq_vprintf()_ function puts a formated string _fmt _with
|
| /Linux-v5.4/tools/testing/selftests/powerpc/pmu/ebb/ |
| D | trace.c | 229 puts(str); in trace_print_string() 252 puts("{"); in trace_print_entry() 260 puts("}"); in trace_print_entry()
|
| /Linux-v5.4/tools/laptop/dslm/ |
| D | dslm.c | 128 puts("usage: dslm [-w <time>] <disk>"); in usage() 157 puts("Not waiting for system to settle down"); in main()
|
| /Linux-v5.4/tools/testing/selftests/x86/ |
| D | trivial_program.c | 8 puts(""); in main()
|
| /Linux-v5.4/tools/build/feature/ |
| D | test-hello.c | 6 return puts("hi"); in main()
|
| D | test-stackprotector-all.c | 6 return puts("hi"); in main()
|
| D | test-fortify-source.c | 6 return puts("hi"); in main()
|
| /Linux-v5.4/include/drm/ |
| D | drm_print.h | 75 void (*puts)(struct drm_printer *p, const char *str); member 171 .puts = __drm_puts_coredump, in drm_coredump_printer() 192 .puts = __drm_puts_seq_file, in drm_seq_file_printer()
|
| /Linux-v5.4/tools/perf/examples/bpf/ |
| D | hello.c | 5 puts("Hello, world\n"); in syscall_enter()
|
| /Linux-v5.4/tools/perf/include/bpf/ |
| D | stdio.h | 12 #define puts(from) \ macro
|