Searched refs:stderr (Results 326 - 350 of 617) sorted by relevance

<<11121314151617181920>>

/linux-master/Documentation/
H A Dconf.py150 sys.stderr.write("Unknown env SPHINX_IMGMATH=%s ignored.\n" % env_sphinx_imgmath)
343 sys.stderr.write("Using %s theme\n" % html_theme)
/linux-master/tools/lib/subcmd/
H A Dpager.c57 fflush(stderr);
/linux-master/tools/testing/selftests/nsfs/
H A Downer.c21 fprintf(stderr, "%s:%d:" fmt ": %m\n", \
H A Dpidns.c18 fprintf(stderr, "%s:%d:" fmt ": %m\n", \
/linux-master/tools/testing/selftests/futex/functional/
H A Dfutex_wait_private_mapped_file.c104 fprintf(stderr, "pthread_create error\n");
/linux-master/arch/mips/tools/
H A Delf-entry.c28 fputs(msg, stderr);
/linux-master/tools/gpio/
H A Dgpio-watch.c85 fprintf(stderr,
/linux-master/arch/x86/um/os-Linux/
H A Dtask_size.c108 fprintf(stderr, "Unable to determine bottom of address "
/linux-master/tools/testing/selftests/proc/
H A Dproc-subset-pid.c106 fprintf(stderr, "d_name '%s'\n", de->d_name);
H A Dproc-empty-vm.c81 fprintf(stderr, "%s: error: rv %ld, errno %d\n", __func__, rv, errno);
178 fprintf(stderr, "fork, errno %d\n", errno);
210 fprintf(stderr, "error: vsyscall wstatus %08x\n", wstatus);
473 fprintf(stderr,
/linux-master/tools/testing/selftests/drivers/dma-buf/
H A Dudmabuf.c102 fprintf(stderr, "%s: ok\n", TEST_PREFIX);
/linux-master/tools/power/acpi/common/
H A Dgetopt.c26 if (acpi_gbl_opterr) {fprintf (stderr, "%s%c\n", msg, badchar);}
/linux-master/tools/objtool/include/objtool/
H A Dwarn.h45 fprintf(stderr, \
/linux-master/tools/testing/kunit/
H A Drun_checks.py77 subprocess.check_output(argv, stderr=subprocess.STDOUT, cwd=ABS_TOOL_PATH, timeout=TIMEOUT)
/linux-master/tools/perf/
H A Dbuiltin-help.c80 /* emacsclient prints its version number on stderr */
86 fprintf(stderr, "Failed to start emacsclient.\n");
90 fprintf(stderr, "Failed to read emacsclient version\n");
102 fprintf(stderr, "Failed to parse emacsclient version.\n");
109 fprintf(stderr,
/linux-master/tools/testing/vsock/
H A Dvsock_perf.c194 fprintf(stderr, "'malloc()' failed\n");
214 fprintf(stderr, "'poll()' error\n");
290 fprintf(stderr, "'malloc()' failed\n");
329 fprintf(stderr, "POLLERR expected\n");
/linux-master/tools/testing/selftests/powerpc/math/
H A Dfpu_signal.c115 fprintf(stderr, "\t!! bad_context is true\n");
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dlwt_helpers.h14 fprintf(stderr, "(%s:%d: errno: %s) " MSG "\n", \
/linux-master/tools/testing/selftests/mm/
H A Duffd-stress.c70 fprintf(stderr, "\nUsage: ./uffd-stress <test type> <MiB> <bounces>\n\n");
71 fprintf(stderr, "Supported <test type>: anon, hugetlb, "
73 fprintf(stderr, "Examples:\n\n");
74 fprintf(stderr, "%s", examples);
/linux-master/tools/testing/selftests/net/netfilter/
H A Dnf_queue.c95 fprintf(stderr, "Unknown hook %d\n", ph->hook);
349 fprintf(stderr, "Expected destination queue number\n");
359 fprintf(stderr, "Expected nonzero delay (in milliseconds)\n");
376 fprintf(stderr, "Cannot use same destination and source queue\n");
/linux-master/tools/bpf/bpftool/
H A Diter.c102 fprintf(stderr,
/linux-master/tools/testing/selftests/net/
H A Dipv6_flowlabel_mgr.c32 do { if (cfg_verbose) fprintf(stderr, " " x "\n"); } while (0)
37 fprintf(stderr, "[OK] " #x "\n"); \
137 fprintf(stderr, "[INFO] skip setuid child test\n");
/linux-master/samples/bpf/
H A Dtest_cgrp2_sock.c95 fprintf(stderr, "Failed to allocate memory for instructions\n");
251 fprintf(stderr, "cgroup path not given\n");
256 fprintf(stderr,
H A Dtest_overhead_user.c139 fprintf(stderr, "ERROR: opening BPF object file failed\n");
146 fprintf(stderr, "ERROR: loading BPF object file failed\n");
154 fprintf(stderr, "ERROR: bpf_program__attach failed\n");
/linux-master/tools/testing/selftests/wireguard/qemu/
H A Dinit.c32 fflush(stderr);
35 fprintf(stderr, "\x1b[37m\x1b[41m\x1b[1mFailed to power off!!!\x1b[0m\n");
41 fprintf(stderr, "\n\n\x1b[37m\x1b[41m\x1b[1mSOMETHING WENT HORRIBLY WRONG\x1b[0m\n\n \x1b[31m\x1b[1m%s: %s\x1b[0m\n\n\x1b[37m\x1b[44m\x1b[1mPower off...\x1b[0m\n\n", what, strerror(errno));

Completed in 245 milliseconds

<<11121314151617181920>>