arch/alpha/boot/misc.c
142
puts("\n\n");
arch/alpha/boot/misc.c
143
puts(x);
arch/alpha/boot/misc.c
144
puts("\n\n -- System halted");
arch/m68k/tools/amiga/dmesg.c
62
puts(">>>>>>>>>>>>>>>>>>>>");
arch/m68k/tools/amiga/dmesg.c
66
puts("<<<<<<<<<<<<<<<<<<<<");
arch/mips/boot/compressed/dbg.c
38
puts(buf);
arch/mips/boot/compressed/decompress.c
100
puts("\n");
arch/mips/boot/compressed/decompress.c
118
puts("Copy device tree to address ");
arch/mips/boot/compressed/decompress.c
120
puts("\n");
arch/mips/boot/compressed/decompress.c
128
puts("Now, booting the kernel...\n");
arch/mips/boot/compressed/decompress.c
33
puts("\n\n");
arch/mips/boot/compressed/decompress.c
34
puts(x);
arch/mips/boot/compressed/decompress.c
35
puts("\n\n -- System halted");
arch/mips/boot/compressed/decompress.c
87
puts("zimage at: ");
arch/mips/boot/compressed/decompress.c
89
puts(" ");
arch/mips/boot/compressed/decompress.c
91
puts("\n");
arch/mips/boot/compressed/decompress.c
98
puts("Uncompressing Linux at load address ");
arch/mips/boot/compressed/decompress.h
11
extern void puts(const char *s);
arch/nios2/boot/compressed/misc.c
153
puts("\nERROR\n");
arch/nios2/boot/compressed/misc.c
154
puts(x);
arch/nios2/boot/compressed/misc.c
155
puts("\n\n -- System halted");
arch/nios2/boot/compressed/misc.c
171
puts("Uncompressing Linux... ");
arch/nios2/boot/compressed/misc.c
173
puts("Ok, booting the kernel.\n");
arch/nios2/boot/compressed/misc.c
84
int puts(const char *);
arch/parisc/boot/compressed/misc.c
142
puts(buf);
arch/parisc/boot/compressed/misc.c
148
if (x) puts(x);
arch/parisc/boot/compressed/misc.c
149
puts("\n -- System halted\n");
arch/parisc/boot/compressed/misc.c
170
puts(&str[i]);
arch/parisc/boot/compressed/misc.c
311
puts("ecompressing Linux... ");
arch/sh/boot/compressed/misc.c
138
puts("Uncompressing Linux... ");
arch/sh/boot/compressed/misc.c
140
puts("Ok, booting the kernel.\n");
arch/sh/boot/compressed/misc.c
37
int puts(const char *);
arch/sh/boot/compressed/misc.c
97
puts("\n\n");
arch/sh/boot/compressed/misc.c
98
puts(x);
arch/sh/boot/compressed/misc.c
99
puts("\n\n -- System halted");
arch/x86/boot/boot.h
311
void puts(const char *);
arch/x86/boot/cpu.c
76
puts("This kernel requires the following features "
arch/x86/boot/cpucheck.c
179
puts("WARNING: Forcing PAE in CPU flags\n");
arch/x86/boot/cpucheck.c
184
puts("WARNING: PAE disabled. Use parameter 'forcepae' to enable at your own risk!\n");
arch/x86/boot/cpucheck.c
221
puts("This 32-bit kernel can not run on this Xeon Phi x200\n"
arch/x86/boot/main.c
129
puts("WARNING: Ancient bootloader, some functionality may be limited!\n");
arch/x86/boot/main.c
143
puts("early console in setup code\n");
arch/x86/boot/main.c
150
puts("Unable to boot - please use a kernel appropriate for your CPU.\n");
arch/x86/boot/pm.c
110
puts("A20 gate not responding, unable to boot...\n");
arch/x86/boot/printf.c
307
puts(printf_buf);
arch/x86/boot/tty.c
61
void __section(".inittext") puts(const char *str)
arch/x86/boot/video.c
110
puts("\b \b");
arch/x86/boot/video.c
156
puts("Mode: Resolution: Type: ");
arch/x86/boot/video.c
205
puts("Press <ENTER> to see video modes available, "
arch/x86/boot/video.c
222
puts("Enter a video mode or \"scan\" to scan for "
drivers/gpu/drm/drm_print.c
263
if (p->puts)
drivers/gpu/drm/drm_print.c
264
p->puts(p, str);
include/drm/drm_print.h
177
void (*puts)(struct drm_printer *p, const char *str);
include/drm/drm_print.h
337
.puts = __drm_puts_coredump,
include/drm/drm_print.h
378
.puts = __drm_puts_seq_file,
samples/auxdisplay/cfag12864b-example.c
239
puts(" - [Press Enter]");
samples/bpf/hbm.c
101
puts(buf);
samples/cgroup/cgroup_event_listener.c
72
puts("The cgroup seems to have removed.");
samples/hidraw/hid-example.c
134
puts("\n");
samples/hidraw/hid-example.c
156
puts("\n");
samples/hidraw/hid-example.c
84
puts("\n");
samples/pfsm/pfsm-wakeup.c
108
puts("Alarm rang.\n");
scripts/dtc/fdtget.c
122
puts(name);
scripts/dtc/fdtget.c
155
puts(pathp);
scripts/dtc/fdtget.c
216
puts(disp->default_val);
scripts/dtc/fdtget.c
251
puts(disp->default_val);
tools/build/feature/test-fortify-source.c
6
return puts("hi");
tools/build/feature/test-hello.c
6
return puts("hi");
tools/build/feature/test-stackprotector-all.c
6
return puts("hi");
tools/laptop/dslm/dslm.c
128
puts("usage: dslm [-w <time>] <disk>");
tools/laptop/dslm/dslm.c
157
puts("Not waiting for system to settle down");
tools/perf/bench/synthesize.c
137
puts(
tools/perf/bench/synthesize.c
227
puts(
tools/perf/builtin-help.c
352
puts(" The most commonly used perf commands are:");
tools/perf/builtin-help.c
355
puts(common_cmds[i].help);
tools/perf/builtin-kvm.c
1062
puts(CONSOLE_CLEAR);
tools/perf/builtin-top.c
328
puts(CONSOLE_CLEAR);
tools/perf/perf.c
242
puts(get_argv_exec_path());
tools/perf/perf.c
246
puts(system_path(PERF_HTML_PATH));
tools/perf/util/stat-display.c
1376
puts(CONSOLE_CLEAR);
tools/power/acpi/tools/ec/ec_access.c
42
puts("\t-r [-s sleep] : Dump EC registers");
tools/power/acpi/tools/ec/ec_access.c
43
puts("\t If sleep is given, sleep x seconds,");
tools/power/acpi/tools/ec/ec_access.c
44
puts("\t re-read EC registers and show changes");
tools/power/acpi/tools/ec/ec_access.c
45
puts("\t-b offset : Read value at byte_offset (in hex)");
tools/power/acpi/tools/ec/ec_access.c
46
puts("\t-w offset -v value : Write value at byte_offset");
tools/power/acpi/tools/ec/ec_access.c
47
puts("\t-h : Print this help\n\n");
tools/power/acpi/tools/ec/ec_access.c
48
puts("Offsets and values are in hexadecimal number system.");
tools/power/acpi/tools/ec/ec_access.c
49
puts("The offset and value must be between 0 and 0xff.");
tools/spi/spidev_test.c
178
puts("general device settings:\n"
tools/testing/selftests/arm64/fp/assembler.h
59
.macro puts string
tools/testing/selftests/arm64/fp/assembler.h
65
bl puts
tools/testing/selftests/kvm/access_tracking_perf_test.c
258
puts("WARNING: Couldn't find a generation with 90% of guest memory. "
tools/testing/selftests/kvm/access_tracking_perf_test.c
470
puts("Skipping idle page count sanity check, because the test is run nested");
tools/testing/selftests/kvm/access_tracking_perf_test.c
479
puts("Skipping idle page count sanity check, because NUMA balancing is enabled");
tools/testing/selftests/kvm/access_tracking_perf_test.c
493
puts("");
tools/testing/selftests/kvm/access_tracking_perf_test.c
496
puts("");
tools/testing/selftests/kvm/access_tracking_perf_test.c
512
puts("");
tools/testing/selftests/kvm/access_tracking_perf_test.c
570
puts("Using lru_gen for aging");
tools/testing/selftests/kvm/access_tracking_perf_test.c
604
puts("Using page_idle for aging");
tools/testing/selftests/kvm/arm64/debug-exceptions.c
571
puts("");
tools/testing/selftests/kvm/arm64/debug-exceptions.c
573
puts("");
tools/testing/selftests/kvm/arm64/page_fault_test.c
744
puts("");
tools/testing/selftests/kvm/arm64/page_fault_test.c
746
puts("");
tools/testing/selftests/kvm/arm64/page_fault_test.c
749
puts("");
tools/testing/selftests/kvm/arm64/vgic_irq.c
1030
puts("");
tools/testing/selftests/kvm/demand_paging_test.c
244
puts("");
tools/testing/selftests/kvm/demand_paging_test.c
266
puts("");
tools/testing/selftests/kvm/dirty_log_perf_test.c
259
puts("");
tools/testing/selftests/kvm/dirty_log_perf_test.c
263
puts("");
tools/testing/selftests/kvm/dirty_log_perf_test.c
296
puts("");
tools/testing/selftests/kvm/dirty_log_test.c
812
puts("");
tools/testing/selftests/kvm/dirty_log_test.c
815
puts("");
tools/testing/selftests/kvm/dirty_log_test.c
829
puts("");
tools/testing/selftests/kvm/kvm_page_table_test.c
422
puts("");
tools/testing/selftests/kvm/kvm_page_table_test.c
425
puts("");
tools/testing/selftests/kvm/kvm_page_table_test.c
434
puts("");
tools/testing/selftests/kvm/lib/lru_gen_util.c
362
puts("lru_gen: Could not open " LRU_GEN_ENABLED_PATH);
tools/testing/selftests/kvm/lib/lru_gen_util.c
366
puts("lru_gen: Could not read from " LRU_GEN_ENABLED_PATH);
tools/testing/selftests/kvm/lib/test_util.c
139
puts(", skipping test");
tools/testing/selftests/kvm/memslot_modification_stress_test.c
118
puts("");
tools/testing/selftests/kvm/memslot_modification_stress_test.c
134
puts("");
tools/testing/selftests/kvm/rseq_test.c
198
puts("");
tools/testing/selftests/kvm/rseq_test.c
202
puts("");
tools/testing/selftests/kvm/s390/memop.c
162
puts(")");
tools/testing/selftests/kvm/x86/apic_bus_clock_test.c
157
puts("");
tools/testing/selftests/kvm/x86/apic_bus_clock_test.c
159
puts("");
tools/testing/selftests/kvm/x86/apic_bus_clock_test.c
162
puts("");
tools/testing/selftests/kvm/x86/dirty_log_page_splitting_test.c
206
puts("");
tools/testing/selftests/kvm/x86/dirty_log_page_splitting_test.c
209
puts("");
tools/testing/selftests/kvm/x86/dirty_log_page_splitting_test.c
214
puts("");
tools/testing/selftests/kvm/x86/nx_huge_pages_test.c
221
puts("");
tools/testing/selftests/kvm/x86/nx_huge_pages_test.c
223
puts("");
tools/testing/selftests/kvm/x86/nx_huge_pages_test.c
227
puts("");
tools/testing/selftests/kvm/x86/private_mem_conversions_test.c
439
puts("");
tools/testing/selftests/kvm/x86/private_mem_conversions_test.c
441
puts("");
tools/testing/selftests/kvm/x86/private_mem_conversions_test.c
443
puts("");
tools/testing/selftests/kvm/x86/private_mem_conversions_test.c
444
puts(" -n: specify the number of vcpus (default: 1)");
tools/testing/selftests/kvm/x86/private_mem_conversions_test.c
445
puts("");
tools/testing/selftests/kvm/x86/private_mem_conversions_test.c
446
puts(" -m: specify the number of memslots (default: 1)");
tools/testing/selftests/kvm/x86/private_mem_conversions_test.c
447
puts("");
tools/testing/selftests/mm/uffd-unit-tests.c
1696
puts("");
tools/testing/selftests/mm/uffd-unit-tests.c
1697
puts(" -f: test name to filter (e.g., event)");
tools/testing/selftests/mm/uffd-unit-tests.c
1698
puts(" -h: show the help msg");
tools/testing/selftests/mm/uffd-unit-tests.c
1699
puts(" -l: list tests only");
tools/testing/selftests/mm/uffd-unit-tests.c
1700
puts("");
tools/testing/selftests/net/netfilter/nf_queue.c
113
puts("");
tools/testing/selftests/nolibc/nolibc-test.c
178
puts(msg);
tools/testing/selftests/nolibc/nolibc-test.c
1929
puts("\nSuccessfully reopened /dev/console.");
tools/testing/selftests/powerpc/mm/pkey_siginfo.c
299
puts("starting thread pair (protect, protect-and-read)");
tools/testing/selftests/powerpc/mm/pkey_siginfo.c
307
puts("starting thread pair (protect, protect-and-write)");
tools/testing/selftests/powerpc/mm/pkey_siginfo.c
315
puts("starting thread pair (protect, protect-and-execute)");
tools/testing/selftests/powerpc/pmu/ebb/trace.c
229
puts(str);
tools/testing/selftests/powerpc/pmu/ebb/trace.c
252
puts("{");
tools/testing/selftests/powerpc/pmu/ebb/trace.c
260
puts("}");
tools/testing/selftests/ptp/testptp.c
368
puts("frequency adjustment okay");
tools/testing/selftests/ptp/testptp.c
385
puts("time shift okay");
tools/testing/selftests/ptp/testptp.c
397
puts("phase adjustment okay");
tools/testing/selftests/ptp/testptp.c
415
puts("set time okay");
tools/testing/selftests/ptp/testptp.c
424
puts("set time okay");
tools/testing/selftests/ptp/testptp.c
434
puts("set time okay");
tools/testing/selftests/ptp/testptp.c
446
puts("set pin function okay");
tools/testing/selftests/ptp/testptp.c
459
puts("external time stamp request okay");
tools/testing/selftests/ptp/testptp.c
504
puts("-w can only be specified together with -p");
tools/testing/selftests/ptp/testptp.c
509
puts("-H can only be specified together with -p");
tools/testing/selftests/ptp/testptp.c
540
puts("periodic output request okay");
tools/testing/selftests/ptp/testptp.c
549
puts("pps for system time request okay");
tools/testing/selftests/ptp/testptp.c
555
puts("n_samples should be between 1 and 25");
tools/testing/selftests/ptp/testptp.c
570
puts("system and phc clock time offset request okay");
tools/testing/selftests/ptp/testptp.c
667
puts("system and phc crosstimestamping request okay");
tools/testing/selftests/riscv/vector/vstate_exec_nolibc.c
104
puts("parent's next setting does not equal to child's\n");
tools/testing/selftests/riscv/vector/vstate_exec_nolibc.c
111
puts("must clear child's next vstate_ctrl if !inherit\n");
tools/testing/selftests/riscv/vector/vstate_exec_nolibc.c
21
puts("PR_RISCV_V_GET_CONTROL is not supported\n");
tools/testing/selftests/riscv/vector/vstate_exec_nolibc.c
28
puts("fork failed\n");
tools/testing/selftests/riscv/vector/vstate_exec_nolibc.c
41
puts("child execve failed\n");
tools/testing/selftests/riscv/vector/vstate_exec_nolibc.c
49
puts("fork failed\n");
tools/testing/selftests/riscv/vector/vstate_exec_nolibc.c
56
puts("child's vstate_ctrl not equal to parent's\n");
tools/testing/selftests/riscv/vector/vstate_exec_nolibc.c
74
puts("child exited abnormally\n");
tools/testing/selftests/riscv/vector/vstate_exec_nolibc.c
80
puts("child was terminated by unexpected signal\n");
tools/testing/selftests/riscv/vector/vstate_exec_nolibc.c
85
puts("child signaled by illegal V access but vstate_ctrl is not off\n");
tools/testing/selftests/riscv/vector/vstate_exec_nolibc.c
97
puts("parent has inherit bit, but child has not\n");
tools/testing/selftests/sched/cs_prctl_test.c
106
puts(USAGE);
tools/testing/selftests/sched/cs_prctl_test.c
107
puts(msg);
tools/testing/selftests/sched/cs_prctl_test.c
216
puts("\n");
tools/testing/selftests/wireguard/qemu/init.c
156
puts("\x1b[31m\x1b[1m[-] Tests failed! \u2639\x1b[0m");
tools/testing/selftests/wireguard/qemu/init.c
45
#define pretty_message(msg) puts("\x1b[32m\x1b[1m" msg "\x1b[0m")
tools/testing/selftests/x86/trivial_program.c
8
puts("");