Searched refs:fprintf (Results 376 - 400 of 593) sorted by last modified time

<<11121314151617181920>>

/linux-master/tools/tracing/rtla/src/
H A Dtimerlat.c36 fprintf(stderr, "%s\n", msg[i]);
/linux-master/tools/testing/selftests/rtc/
H A Drtctest.c429 fprintf(stderr, "usage: %s [rtcdev]\n", argv[0]);
/linux-master/tools/testing/selftests/damon/
H A Dhuge_count_read_write.c26 fprintf(stderr, "failed opening %s\n", file);
42 fprintf(stderr, "Usage: %s <file>\n", argv[0]);
/linux-master/tools/testing/selftests/bpf/
H A Dtest_sockmap.c204 fprintf(stdout, "#%2d/%2d %8s:%s:%s:%s\n",
213 fprintf(stdout, "Pass: %d Fail: %d\n",
271 fprintf(stderr, "setsockopt: TCP_ULP(%s) failed with error %i\n", sock_to_string(s), err);
276 fprintf(stderr, "setsockopt: TLS_TX(%s) failed with error %i\n", sock_to_string(s), err);
281 fprintf(stderr, "setsockopt: TLS_RX(%s) failed with error %i\n", sock_to_string(s), err);
286 fprintf(stderr, "setsockopt: (%s) failed sndbuf with error %i\n", sock_to_string(s), err);
291 fprintf(stderr, "setsockopt: (%s) failed rcvbuf with error %i\n", sock_to_string(s), err);
296 fprintf(stdout, "socket(%s) kTLS enabled\n", sock_to_string(s));
488 fprintf(stderr, "iov_count %i/%i OOM\n", i, iov_count);
525 fprintf(stder
[all...]
/linux-master/tools/power/cpupower/utils/
H A Dpowercap-info.c110 fprintf(stderr, _("invalid or unknown argument\n"));
H A Dcpupower.c146 fprintf(stderr, _("Error parsing cpu "
166 fprintf(stderr, "Unknown option: %s\n", param);
210 fprintf(stderr, _("No valid cpus found.\n"));
222 fprintf(stderr, _("MSR access not available.\n"));
231 fprintf(stderr, _("Subcommand %s needs root "
H A Dcpupower-info.c47 fprintf(stderr, _("Subcommand not supported on POWER.\n"));
106 fprintf(stderr,
H A Dcpufreq-info.c556 fprintf(stderr, "invalid or unknown argument\n");
/linux-master/tools/power/cpupower/utils/idle_monitor/
H A Dcpupower-monitor.c414 fprintf(stderr, _("Available monitor %s needs "
/linux-master/tools/bpf/bpftool/
H A Dmain.c59 fprintf(stderr,
265 fprintf(f, "\n");
267 fprintf(f, " ");
271 fprintf(f, "%s%02hhx", i ? pfx : "", data[i]);
H A Djit_disasm.c254 (fprintf_ftype) fprintf,
/linux-master/tools/arch/x86/intel_sdsi/
H A Dintel_sdsi.c195 fprintf(stderr, "Cannot open directory %s\n", AUX_DEV_PATH);
207 fprintf(stderr, "No On Demand devices found.\n");
231 fprintf(stderr, "Unrecognized guid, 0x%x\n", s->guid);
240 fprintf(stderr, "Could not read 'registers' file\n");
343 fprintf(stderr, "SDSi feature is present but not enabled.\n");
344 fprintf(stderr, " Unable to read meter certificate\n");
349 fprintf(stderr, "Metering not supporting on this socket.\n");
367 fprintf(stderr, "Could not read 'meter_certificate' file\n");
385 fprintf(stderr, "Invalid bundle length\n");
390 fprintf(stder
[all...]
/linux-master/tools/accounting/
H A Dprocacct.c56 fprintf(stderr, fmt, ##arg); \
88 fprintf(stderr, "procacct [-v] [-w logfile] [-r bufsize] [-m cpumask]\n");
89 fprintf(stderr, " -v: debug on\n");
107 fprintf(stderr, "Unable to set socket rcv buf size to %d\n",
252 fprintf(stderr, "Unknown nested nla_type %d\n",
334 fprintf(stderr, "Error getting family id, errno %d\n", errno);
345 fprintf(stderr, "error sending register cpumask\n");
355 fprintf(stderr, "nonfatal reply error: errno %d\n",
363 fprintf(stderr, "fatal reply error, errno %d\n",
388 fprintf(stder
[all...]
/linux-master/scripts/dtc/
H A Dutil.c294 fprintf(stderr, "Couldn't open blob from '%s': %s\n", filename,
339 fprintf(stderr, "Couldn't write blob to '%s': %s\n", filename,
437 fprintf(fp,
459 fprintf(fp, " ");
461 fprintf(fp, " -%c, ", long_opts[i].val);
465 fprintf(fp, "--%-*s", optlen, long_opts[i].name);
467 fprintf(fp, "--%s %s%*s", long_opts[i].name, a_arg,
471 fprintf(fp, "%s\n", opts_help[i]);
475 fprintf(fp, "\nError: %s\n", errmsg);
H A Dutil.h37 fprintf(stderr, "FATAL ERROR: ");
H A Dlivetree.c868 fprintf(stderr, "WARNING: label %s already"
H A Dchecks.c12 fprintf(stderr, "=== %s: ", (c)->name); \
13 fprintf(stderr, __VA_ARGS__); \
14 fprintf(stderr, "\n"); \
2062 fprintf(stderr, "ERROR: Input tree has errors, aborting "
2066 fprintf(stderr, "Warning: Input tree has errors, "
H A Ddtc-lexer.l37 #define DPRINT(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__)
/linux-master/samples/bpf/
H A Dsockex3_user.c37 fprintf(stderr, "ERROR: opening BPF object file failed\n");
43 fprintf(stderr, "ERROR: loading BPF object file failed\n");
49 fprintf(stderr, "ERROR: finding a map in obj file failed\n");
63 fprintf(stderr, "ERROR: can't find main_prog\n");
/linux-master/tools/testing/selftests/bpf/map_tests/
H A Dsk_storage_map.c186 fprintf(stderr, "socket(): errno:%d\n", errno);
193 fprintf(stderr,
231 fprintf(stderr, "malloc(sk_threads): NULL\n");
266 fprintf(stderr, "threads#%u: err:%d\n", i, err);
291 fprintf(stderr, "bpf_map_update_elem: %d %d\n",
315 fprintf(stderr, "bpf_map_delete_elem: %d %d\n",
337 fprintf(stderr, "malloc(sk_threads): NULL\n");
372 fprintf(stderr, "threads#%u: err:%d\n", i, err);
/linux-master/drivers/accessibility/speakup/
H A Dutils.h40 fprintf(stderr, "can't open %s\n", filename);
50 fprintf(stderr, "error: file %s line %d\n", filename, lc);
51 fprintf(stderr, "%s %s\n", msg, info);
/linux-master/tools/testing/selftests/perf_events/
H A Dsigtrap_threads.c74 fprintf(stderr, "%s: unexpected si_code %d\n", __func__, info->si_code);
/linux-master/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-log.c73 fprintf(f, " ");
75 fprintf(f, " %08" PRIx64 ": ", pos);
77 fprintf(f, " %02x", buf[i]);
79 fprintf(f, " ");
80 fprintf(f, " ");
88 fprintf(f, " ");
90 fprintf(f, " %08" PRIx64 ": ", pos);
92 fprintf(f, " ");
93 fprintf(f, " ");
173 fprintf(
[all...]
/linux-master/tools/testing/selftests/cgroup/
H A Dwait_inotify.c25 fprintf(stderr, msg, file);
45 fprintf(stderr, usage, cmd);
/linux-master/tools/testing/selftests/arm64/signal/testcases/
H A Dza_no_regs.c45 fprintf(stderr, "Only %d VL supported\n", nvls);
59 fprintf(stderr, "Testing VL %d\n", vl);
62 fprintf(stderr, "Failed to set VL\n");
75 fprintf(stderr, "No ZA context\n");
81 fprintf(stderr, "Got VL %d, expected %d\n", za->vl, vl);
86 fprintf(stderr, "Context size %u, expected %lu\n",
92 fprintf(stderr, "Got expected size %u and VL %d\n",

Completed in 351 milliseconds

<<11121314151617181920>>