Searched refs:puts (Results 1 - 25 of 75) sorted by last modified time

123

/linux-master/tools/testing/selftests/mm/
H A Duffd-unit-tests.c1470 puts("");
1471 puts(" -f: test name to filter (e.g., event)");
1472 puts(" -h: show the help msg");
1473 puts(" -l: list tests only");
1474 puts("");
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dprivate_mem_conversions_test.c443 puts("");
445 puts("");
447 puts("");
448 puts(" -n: specify the number of vcpus (default: 1)");
449 puts("");
450 puts(" -m: specify the number of memslots (default: 1)");
451 puts("");
H A Dnx_huge_pages_test.c224 puts("");
226 puts("");
230 puts("");
H A Ddirty_log_page_splitting_test.c205 puts("");
208 puts("");
213 puts("");
/linux-master/tools/testing/selftests/kvm/s390x/
H A Dmemop.c160 puts(")");
/linux-master/tools/testing/selftests/kvm/aarch64/
H A Dpage_fault_test.c745 puts("");
747 puts("");
750 puts("");
H A Ddebug-exceptions.c571 puts("");
573 puts("");
/linux-master/tools/perf/util/
H A Dstat-display.c1365 puts(CONSOLE_CLEAR);
/linux-master/tools/perf/
H A Dbuiltin-top.c327 puts(CONSOLE_CLEAR);
H A Dperf.c240 puts(get_argv_exec_path());
244 puts(system_path(PERF_HTML_PATH));
/linux-master/include/drm/
H A Ddrm_print.h176 void (*puts)(struct drm_printer *p, const char *str); member in struct:drm_printer
276 .puts = __drm_puts_coredump,
297 .puts = __drm_puts_seq_file,
/linux-master/drivers/gpu/drm/
H A Ddrm_print.c227 if (p->puts)
228 p->puts(p, str);
/linux-master/tools/testing/selftests/sched/
H A Dcs_prctl_test.c106 puts(USAGE);
107 puts(msg);
216 puts("\n");
/linux-master/tools/testing/selftests/bpf/
H A Dtrace_helpers.c222 puts(buf);
/linux-master/arch/x86/boot/
H A Dheader.S276 # Here the loader puts the 32-bit
596 calll puts
/linux-master/tools/testing/selftests/kvm/
H A Dmemslot_modification_stress_test.c118 puts("");
133 puts("");
H A Dkvm_page_table_test.c424 puts("");
427 puts("");
436 puts("");
H A Ddirty_log_test.c848 puts("");
851 puts("");
865 puts("");
H A Ddirty_log_perf_test.c299 puts("");
303 puts("");
336 puts("");
H A Ddemand_paging_test.c209 puts("");
226 puts("");
/linux-master/tools/testing/selftests/kvm/lib/
H A Dtest_util.c134 puts(", skipping test");
/linux-master/tools/testing/selftests/riscv/vector/
H A Dvstate_exec_nolibc.c18 puts("PR_RISCV_V_GET_CONTROL is not supported\n");
25 puts("fork failed\n");
38 puts("child execve failed\n");
46 puts("fork failed\n");
53 puts("child's vstate_ctrl not equal to parent's\n");
68 puts("child exited abnormally\n");
74 puts("child was terminated by unexpected signal\n");
79 puts("child signaled by illegal V access but vstate_ctrl is not off\n");
91 puts("parent has inherit bit, but child has not\n");
98 puts("paren
[all...]
/linux-master/arch/mips/boot/compressed/
H A Ddbg.c18 void puts(const char *s) function
38 puts(buf);
/linux-master/tools/testing/selftests/nolibc/
H A Dnolibc-test.c167 puts(msg);
1256 puts("\nSuccessfully reopened /dev/console.");
/linux-master/tools/include/nolibc/
H A Dstdio.h140 /* fwrite(), puts(), fputs(). Note that puts() emits '\n' but not fputs(). */
181 int puts(const char *s) function

Completed in 274 milliseconds

123