Searched refs:stderr (Results 101 - 125 of 609) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/bpf/benchs/
H A Dbench_bpf_loop.c51 fprintf(stderr, "benchmark doesn't support consumer!\n");
78 fprintf(stderr, "failed to open skeleton\n");
84 fprintf(stderr, "failed to attach program!\n");
H A Dbench_bpf_hashmap_full_update.c18 fprintf(stderr, "benchmark doesn't support consumer!\n");
46 fprintf(stderr, "failed to open skeleton\n");
54 fprintf(stderr, "failed to attach program!\n");
H A Dbench_local_storage_create.c45 fprintf(stderr, "invalid batch-size\n");
56 fprintf(stderr, "invalid storage-type (socket or task)\n");
75 fprintf(stderr,
87 fprintf(stderr, "error loading skel\n");
94 fprintf(stderr, "Error attaching bpf program\n");
99 fprintf(stderr, "Error attaching bpf program\n");
105 fprintf(stderr, "Error attaching bpf program\n");
112 fprintf(stderr, "cannot alloc thread_res\n");
122 fprintf(stderr, "cannot alloc t->fds\n");
128 fprintf(stderr, "canno
[all...]
H A Dbench_bpf_hashmap_lookup.c64 fprintf(stderr, "invalid key_size");
72 fprintf(stderr, "invalid map_flags");
80 fprintf(stderr, "invalid max_entries");
88 fprintf(stderr, "invalid nr_entries");
96 fprintf(stderr, "invalid nr_loops: %ld (min=1 max=%u)\n",
117 fprintf(stderr, "benchmark doesn't support consumer!\n");
122 fprintf(stderr, "args.nr_entries is too big! (max %u, got %u)\n",
162 fprintf(stderr, "failed to open skeleton\n");
182 fprintf(stderr, "failed to load map: %s", strerror(-ret));
195 fprintf(stderr, "faile
[all...]
/linux-master/tools/perf/util/
H A Dparse-regs-options.c48 fprintf(stderr, "available registers: ");
51 fprintf(stderr, "%s ", r->name);
53 fputc('\n', stderr);
/linux-master/usr/
H A Dgen_init_cpio.c149 fprintf(stderr, "Unrecognized dir format '%s'", line);
220 fprintf(stderr, "Unrecognized %s format '%s'",
292 fprintf(stderr, "Unrecognized nod format '%s'", line);
342 fprintf (stderr, "File %s could not be opened for reading\n", location);
348 fprintf(stderr, "File %s could not be stat()'ed\n", location);
357 fprintf(stderr, "%s: Timestamp exceeds maximum cpio timestamp, clipping.\n",
363 fprintf(stderr, "%s: Timestamp negative, clipping.\n",
370 fprintf(stderr, "%s: Size exceeds maximum cpio file size\n",
376 fprintf(stderr, "Failed to checksum file %s\n", location);
416 fprintf(stderr, "Ca
[all...]
/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(stderr, "Mor
[all...]
/linux-master/tools/iio/
H A Diio_generic_buffer.c226 fprintf(stderr, "Enabling/disabling channels: can't open %s\n",
240 fprintf(stderr, "Failed to enable/disable %s\n",
255 fprintf(stderr, "Usage: generic_buffer [options]...\n"
289 fprintf(stderr, "Failed to disable trigger: %s\n",
298 fprintf(stderr, "Failed to disable buffer: %s\n",
306 fprintf(stderr, "Failed to disable all channels\n");
313 fprintf(stderr, "Caught signal %d\n", signum);
456 fprintf(stderr, "Device not set\n");
461 fprintf(stderr, "Only one of --device-num or --device-name needs to be set\n");
468 fprintf(stderr, "Faile
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dnetlink_helpers.c69 fprintf(stderr, "Wrong address length %d\n", addr_len);
73 fprintf(stderr, "Wrong address family %d\n",
97 fprintf(stderr, "netlink receive error %s (%d)\n",
102 fprintf(stderr, "EOF on netlink\n");
124 fprintf(stderr, "malloc error: not enough buffer\n");
144 fprintf(stderr, "RTNETLINK answers: %s\n",
187 fprintf(stderr,
198 fprintf(stderr, "Truncated message!\n");
202 fprintf(stderr,
220 fprintf(stderr, "ERRO
[all...]
H A Dtest_cpp.cpp63 fprintf(stderr, "Skeleton open failed: %d\n", err);
72 fprintf(stderr, "Skeleton load failed: %d\n", err);
77 fprintf(stderr, "Seems like CONFIG_BPF_SYSCALL isn't set?!\n");
81 fprintf(stderr, "Skeleton attach failed: %d\n", err);
87 fprintf(stderr, "Unexpected program name: %s\n", prog_name.c_str());
/linux-master/scripts/
H A Dspdxcheck.py341 sys.stderr.write('stdin input "-" must be the only path argument\n')
357 sys.stderr.write('%s: %s\n' %(se.el.path, se.txt))
359 sys.stderr.write('%s\n' %se.txt)
363 sys.stderr.write('FAIL: %s\n' %ex)
364 sys.stderr.write('%s\n' %traceback.format_exc())
373 sys.stderr.write('FAIL: Reading exclude file %s: %s\n' %(fname, ex))
389 sys.stderr.write('path %s does not exist\n' %p)
403 sys.stderr.write('\n')
404 sys.stderr.write('License files: %12d\n' %spdx.license_files)
405 sys.stderr
[all...]
/linux-master/samples/bpf/
H A Dibumad_user.c98 fprintf(stderr, "ERROR: invalid delay : %s\n",
118 fprintf(stderr, "ERROR: opening BPF object file failed\n");
124 fprintf(stderr, "ERROR: loading BPF object file failed\n");
131 fprintf(stderr, "ERROR: finding a map in obj file failed\n");
138 fprintf(stderr, "ERROR: bpf_program__attach failed\n");
H A Dtest_probe_write_user_user.c30 fprintf(stderr, "ERROR: opening BPF object file failed\n");
36 fprintf(stderr, "ERROR: finding a prog in obj file failed\n");
42 fprintf(stderr, "ERROR: loading BPF object file failed\n");
48 fprintf(stderr, "ERROR: finding a map in obj file failed\n");
54 fprintf(stderr, "ERROR: bpf_program__attach failed\n");
H A Dxdp_router_ipv4_user.c269 fprintf(stderr, "open netlink socket: %s\n", strerror(errno));
275 fprintf(stderr, "bind netlink socket: %s\n", strerror(errno));
295 fprintf(stderr, "send to netlink: %s\n", strerror(errno));
302 fprintf(stderr, "recv from netlink: %s\n", strerror(nll));
405 fprintf(stderr, "open netlink socket: %s\n", strerror(errno));
411 fprintf(stderr, "bind netlink socket: %s\n", strerror(errno));
430 fprintf(stderr, "send to netlink: %s\n", strerror(errno));
437 fprintf(stderr, "recv from netlink: %s\n", strerror(nll));
460 fprintf(stderr, "open netlink socket: %s\n", strerror(errno));
469 fprintf(stderr, "bin
[all...]
/linux-master/arch/arm64/kernel/pi/
H A Drelacheck.c50 fprintf(stderr, "file arguments missing\n");
56 fprintf(stderr, "failed to open %s\n", argv[1]);
62 fprintf(stderr, "failed to stat() %s\n", argv[1]);
68 fprintf(stderr, "failed to mmap() %s\n", argv[1]);
119 fprintf(stderr,
/linux-master/scripts/kconfig/
H A Dutil.c111 fprintf(stderr, "Out of memory.\n");
120 fprintf(stderr, "Out of memory.\n");
129 fprintf(stderr, "Out of memory.\n");
140 fprintf(stderr, "Out of memory.\n");
151 fprintf(stderr, "Out of memory.\n");
/linux-master/tools/testing/selftests/powerpc/nx-gzip/
H A Dgzip_vas.c59 fprintf(stderr, " open device name %s\n", devname);
68 fprintf(stderr, "ioctl() n %d, error %d\n", rc, errno);
75 fprintf(stderr, "mmap() failed, errno %d\n", errno);
96 fprintf(stderr, " NX_FUNC_COMP_GZIP not found\n");
104 fprintf(stderr, " No memory\n");
112 fprintf(stderr, " open_device_nodes failed\n");
126 fprintf(stderr, "munmap() failed, errno %d\n", errno);
185 fprintf(stderr, "CSB still not valid after %d polls.\n",
209 NXPRT(fprintf(stderr, "Paste attempt %d/%d returns 0x%x\n",
277 fprintf(stderr, "
[all...]
H A Dgunz_test.c120 NXPRT(fprintf(stderr, "%d: %s addr %p len %x\n", __LINE__, addr,
186 NXPRT(fprintf(stderr, "%s dde_count %d request len ", __func__,
188 NXPRT(fprintf(stderr, "0x%lx\n", buf_sz));
195 NXPRT(fprintf(stderr, "touch direct ddebc 0x%x ddead %p\n",
223 NXPRT(fprintf(stderr, "touch loop len 0x%x ddead %p total ",
225 NXPRT(fprintf(stderr, "0x%lx\n", total));
231 NXPRT(fprintf(stderr, "touch loop break len 0x%x ",
233 NXPRT(fprintf(stderr, "ddead %p\n", (void *)buf_addr));
305 fprintf(stderr, "usage: %s <fname> or stdin\n", argv[0]);
306 fprintf(stderr, " write
[all...]
H A Dgzfht_test.c209 fprintf(stderr, "usage: %s <fname>\n", argv[0]);
214 fprintf(stderr, "file %s read, %ld bytes\n", argv[1], inlen);
275 fprintf(stderr, "nx error: cc= %d\n", cc);
281 NXPRT(fprintf(stderr, "page fault: cc= %d, ", cc));
282 NXPRT(fprintf(stderr, "try= %d, fsa= %08llx\n",
289 fprintf(stderr, "error: cannot progress; ");
290 fprintf(stderr, "too many faults\n");
312 NXPRT(fprintf(stderr, "compressed chunk %d ", spbc));
313 NXPRT(fprintf(stderr, "to %d bytes, tebc= %d\n", tpbc, tebc));
327 NXPRT(fprintf(stderr, "adde
[all...]
/linux-master/arch/alpha/boot/tools/
H A Dobjstrip.c45 fprintf(stderr,
153 fprintf(stderr, "%s: %s is not an ELF executable\n",
158 fprintf(stderr, "%s: is not for this processor (e_machine=%d)\n",
163 fprintf(stderr,
191 fprintf(stderr, "%s: extracting %#016lx-%#016lx (at %lx)\n",
201 fprintf(stderr, "%s: %s is not in executable format\n",
207 fprintf(stderr, "%s: %s has unexpected optional header size\n",
213 fprintf(stderr, "%s: %s is not an OMAGIC file\n",
222 fprintf(stderr, "%s: extracting %#016lx-%#016lx (at %lx)\n",
234 fprintf(stderr, "
[all...]
/linux-master/scripts/dtc/
H A Dfdtoverlay.c62 fprintf(stderr,
77 fprintf(stderr, "\nFailed to apply '%s': %s\n",
104 fprintf(stderr, "\nFailed to read '%s'\n", input_filename);
108 fprintf(stderr,
123 fprintf(stderr, "\nFailed to read '%s'\n", argv[i]);
127 fprintf(stderr,
147 fprintf(stderr, "\nFailed to write '%s'\n",
/linux-master/tools/perf/tests/
H A Dfdarray.c61 fdarray__fprintf_prefix(fda, "before", stderr);
63 fdarray__fprintf_prefix(fda, " after", stderr);
74 fdarray__fprintf_prefix(fda, "before", stderr);
76 fdarray__fprintf_prefix(fda, " after", stderr);
130 fdarray__fprintf_prefix(fda, "before growing array", stderr);
139 fdarray__fprintf_prefix(fda, "after 3rd add", stderr);
143 fdarray__fprintf_prefix(fda, "after 4th add", stderr);
/linux-master/arch/x86/tools/
H A Dinsn_sanity.c41 fprintf(stderr, "%s: Error: %s\n\n", prog, err);
42 fprintf(stderr, "Usage: %s [-y|-n|-v] [-s seed[,no]] [-m max] [-i input]\n", prog);
43 fprintf(stderr, "\t-y 64bit mode\n");
44 fprintf(stderr, "\t-n 32bit mode\n");
45 fprintf(stderr, "\t-v Verbosity(-vv dumps any decoded result)\n");
46 fprintf(stderr, "\t-s Give a random seed (and iteration number)\n");
47 fprintf(stderr, "\t-m Give a maximum iteration number\n");
48 fprintf(stderr, "\t-i Give an input file with decoded binary\n");
246 dump_stream(stderr, "Error: Found an access violation", i, insn_buff, &insn);
255 fprintf((errors) ? stderr
[all...]
/linux-master/tools/testing/selftests/net/
H A Dipv6_flowlabel.c92 fprintf(stderr, "sent with label %u\n", flowlabel);
94 fprintf(stderr, "sent without label\n");
141 fprintf(stderr, "recv with label %u\n", flowlabel);
144 fprintf(stderr, "recv: incorrect flowlabel %u != %u\n",
150 fprintf(stderr, "recv without label\n");
224 fprintf(stderr, "attempting to use ping sockets\n");
247 fprintf(stderr, "send no label: recv auto flowlabel\n");
251 fprintf(stderr, "send no label: recv no label (auto off)\n");
257 fprintf(stderr, "using IPV6_FLOWINFO_SEND to send label\n");
264 fprintf(stderr, "sen
[all...]
/linux-master/tools/counter/
H A Dcounter_watch_events.c86 fprintf(stderr, "Usage:\n\n"
287 fprintf(stderr, "Invalid chan=<number>\n");
300 fprintf(stderr, "Invalid id=<number>\n");
313 fprintf(stderr, "Invalid parent=<number>\n");
325 fprintf(stderr, "Unknown suboption '%s'\n", value);
340 fprintf(stderr, "asprintf failed\n");
350 fprintf(stderr, "Unable to open %s: %s\n", device_name, strerror(errno));
360 fprintf(stderr, "Error adding watches[%d]: %s\n", i,
383 fprintf(stderr, "Failed to read event data (got: %d)\n", ret);
394 fprintf(stderr, "Erro
[all...]

Completed in 211 milliseconds

1234567891011>>