/kernel/linux/linux-6.6/drivers/tty/vt/ |
H A D | conmakehash.c | 26 fprintf(stderr, "Usage: \n" in usage() 65 fprintf(stderr, "ERROR: Only 255 unicodes/glyph permitted!\n"); in addpair() 119 fprintf(stderr, "%s: Warning: line too long\n", tblname); in main() 142 fprintf(stderr, "Bad input line: %s\n", buffer); in main() 155 fprintf(stderr, "Bad input line: %s\n", buffer); in main() 165 fprintf(stderr, in main() 172 fprintf(stderr, in main() 197 fprintf(stderr, in main() 206 fprintf(stderr, in main() 213 fprintf(stderr, in main() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | xdping.c | 64 fprintf(stderr, "Expected %d samples, got %d.\n", count, i); in get_stats() 75 fprintf(stderr, in show_usage() 111 fprintf(stderr, in main() 121 fprintf(stderr, "Could not get interface %s\n", in main() 152 fprintf(stderr, "-N or -S can be specified, not both.\n"); in main() 160 fprintf(stderr, "Could not resolve %s\n", argv[optind]); in main() 174 fprintf(stderr, "load of %s failed\n", filename); in main() 183 fprintf(stderr, "could not find xdping program"); in main() 191 fprintf(stderr, "Could not find ping map"); in main() 203 fprintf(stderr, "Lin in main() [all...] |
/kernel/linux/linux-5.10/tools/lib/subcmd/ |
H A D | parse-options.c | 23 fprintf(stderr, " Error: switch `%c' %s", opt->short_name, reason); in opterror() 25 fprintf(stderr, " Error: option `no-%s' %s", opt->long_name, reason); in opterror() 27 fprintf(stderr, " Error: option `%s' %s", opt->long_name, reason); in opterror() 41 fprintf(stderr, " Warning: switch `%c' %s", opt->short_name, reason); in optwarning() 43 fprintf(stderr, " Warning: option `no-%s' %s", opt->long_name, reason); in optwarning() 45 fprintf(stderr, " Warning: option `%s' %s", opt->long_name, reason); in optwarning() 456 fprintf(stderr, in parse_long_opt() 482 fprintf(stderr, " Error: did you mean `--%s` (with two dashes ?)\n", arg); in check_typos() 490 fprintf(stderr, " Error: did you mean `--%s` (with two dashes ?)\n", arg); in check_typos() 702 fputc('\n', stderr); in print_option_help() [all...] |
/kernel/linux/linux-6.6/tools/lib/subcmd/ |
H A D | parse-options.c | 23 fprintf(stderr, " Error: switch `%c' %s", opt->short_name, reason); in opterror() 25 fprintf(stderr, " Error: option `no-%s' %s", opt->long_name, reason); in opterror() 27 fprintf(stderr, " Error: option `%s' %s", opt->long_name, reason); in opterror() 41 fprintf(stderr, " Warning: switch `%c' %s", opt->short_name, reason); in optwarning() 43 fprintf(stderr, " Warning: option `no-%s' %s", opt->long_name, reason); in optwarning() 45 fprintf(stderr, " Warning: option `%s' %s", opt->long_name, reason); in optwarning() 456 fprintf(stderr, in parse_long_opt() 482 fprintf(stderr, " Error: did you mean `--%s` (with two dashes ?)\n", arg); in check_typos() 490 fprintf(stderr, " Error: did you mean `--%s` (with two dashes ?)\n", arg); in check_typos() 702 fputc('\n', stderr); in print_option_help() [all...] |
/kernel/linux/linux-6.6/scripts/ |
H A D | spdxcheck.py | 341 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...] |
/kernel/linux/linux-5.10/tools/testing/vsock/ |
H A D | util.c | 43 fprintf(stderr, "malformed CID \"%s\"\n", str); in parse_cid() 75 fprintf(stderr, "epoll_wait timed out\n"); in vsock_wait_remote_close() 177 fprintf(stderr, "unexpected addrlen from accept(2), %zu\n", in vsock_stream_accept() 182 fprintf(stderr, "expected AF_VSOCK from accept(2), got %d\n", in vsock_stream_accept() 213 fprintf(stderr, "bogus send(2) return value %zd\n", in send_byte() 232 fprintf(stderr, "unexpected EOF while sending byte\n"); in send_byte() 236 fprintf(stderr, "bogus send(2) return value %zd\n", nwritten); in send_byte() 262 fprintf(stderr, "bogus recv(2) return value %zd\n", in recv_byte() 281 fprintf(stderr, "unexpected EOF while receiving byte\n"); in recv_byte() 285 fprintf(stderr, "bogu in recv_byte() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/android/ion/ |
H A D | ipcsocket.c | 19 fprintf(stderr, "<%s>: Invalid socket name.\n", __func__); in opensocket() 25 fprintf(stderr, "<%s>: Failed socket: <%s>\n", in opensocket() 33 fprintf(stderr, "<%s>: Failed setsockopt: <%s>\n", in opensocket() 54 fprintf(stderr, "<%s>: Failed bind: <%s>\n", in opensocket() 61 fprintf(stderr, "<%s>: Failed listen: <%s>\n", in opensocket() 72 fprintf(stderr, "<%s>: Failed accept: <%s>\n", in opensocket() 90 fprintf(stderr, "<%s>: Failed connect: <%s>\n", in opensocket() 117 fprintf(stderr, "<%s>: socketdata is NULL\n", __func__); in sendtosocket() 129 fprintf(stderr, "<%s>: Failed select: <%s>\n", in sendtosocket() 152 fprintf(stderr, "< in sendtosocket() [all...] |
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | xdp_router_ipv4_user.c | 269 fprintf(stderr, "open netlink socket: %s\n", strerror(errno)); in get_route_table() 275 fprintf(stderr, "bind netlink socket: %s\n", strerror(errno)); in get_route_table() 295 fprintf(stderr, "send to netlink: %s\n", strerror(errno)); in get_route_table() 302 fprintf(stderr, "recv from netlink: %s\n", strerror(nll)); in get_route_table() 405 fprintf(stderr, "open netlink socket: %s\n", strerror(errno)); in get_arp_table() 411 fprintf(stderr, "bind netlink socket: %s\n", strerror(errno)); in get_arp_table() 430 fprintf(stderr, "send to netlink: %s\n", strerror(errno)); in get_arp_table() 437 fprintf(stderr, "recv from netlink: %s\n", strerror(nll)); in get_arp_table() 460 fprintf(stderr, "open netlink socket: %s\n", strerror(errno)); in monitor_routes_thread() 469 fprintf(stderr, "bin in monitor_routes_thread() [all...] |
/test/xts/acts/bundlemanager/zlib/actszlibtest/ |
H A D | ActsZlibTest.cpp | 124 fprintf(stderr, "*********ActsZlibTestCompress Z_SOLO**********\n");
in HWTEST_F() 136 fprintf(stderr, "compress error: %d\n", err);
in HWTEST_F() 141 fprintf(stderr, "uncompress error: %d\n", err);
in HWTEST_F() 143 fprintf(stderr, "uncompress: %s\n", reinterpret_cast<char *>(uncompr));
in HWTEST_F() 157 fprintf(stderr, "*********ActsZlibTestGzio Z_SOLO**********\n");
in HWTEST_F() 170 fprintf(stderr, "gzprintf err: %s\n", gzerror(file, &err));
in HWTEST_F() 195 fprintf(stderr, "gzgets\n");
in HWTEST_F() 223 fprintf(stderr, "deflateInit result: %d\n", err);
in HWTEST_F() 228 fprintf(stderr, "deflate\n");
in HWTEST_F() 232 fprintf(stderr, "deflat in HWTEST_F() [all...] |
/kernel/linux/linux-5.10/tools/bpf/runqslower/ |
H A D | runqslower.c | 58 fprintf(stderr, "Invalid PID: %s\n", arg); in parse_arg() 65 fprintf(stderr, in parse_arg() 72 fprintf(stderr, "Invalid delay (in us): %s\n", arg); in parse_arg() 88 return vfprintf(stderr, format, args); in libbpf_print_fn() 139 fprintf(stderr, "failed to increase rlimit: %d", err); in main() 145 fprintf(stderr, "failed to open and/or load BPF object\n"); in main() 155 fprintf(stderr, "failed to load BPF object: %d\n", err); in main() 161 fprintf(stderr, "failed to attach BPF programs\n"); in main() 174 fprintf(stderr, "failed to open perf buffer: %d\n", err); in main()
|
/kernel/linux/linux-5.10/tools/power/acpi/tools/acpidump/ |
H A D | apfiles.c | 35 fprintf(stderr, in ap_is_existing_file() 79 fprintf(stderr, "Could not open output file: %s\n", pathname); in ap_open_output_file() 140 fprintf(stderr, in ap_write_to_binary_file() 150 fprintf(stderr, "Could not open output file: %s\n", filename); in ap_write_to_binary_file() 156 fprintf(stderr, "Error writing binary output file: %s\n", in ap_write_to_binary_file() 191 fprintf(stderr, "Could not open input file: %s\n", pathname); in ap_get_table_from_file() 199 fprintf(stderr, in ap_get_table_from_file() 208 fprintf(stderr, in ap_get_table_from_file() 218 fprintf(stderr, "Could not read input file: %s\n", pathname); in ap_get_table_from_file()
|
/kernel/linux/linux-6.6/tools/power/acpi/tools/acpidump/ |
H A D | apfiles.c | 35 fprintf(stderr, in ap_is_existing_file() 79 fprintf(stderr, "Could not open output file: %s\n", pathname); in ap_open_output_file() 140 fprintf(stderr, in ap_write_to_binary_file() 150 fprintf(stderr, "Could not open output file: %s\n", filename); in ap_write_to_binary_file() 156 fprintf(stderr, "Error writing binary output file: %s\n", in ap_write_to_binary_file() 191 fprintf(stderr, "Could not open input file: %s\n", pathname); in ap_get_table_from_file() 199 fprintf(stderr, in ap_get_table_from_file() 208 fprintf(stderr, in ap_get_table_from_file() 218 fprintf(stderr, "Could not read input file: %s\n", pathname); in ap_get_table_from_file()
|
/kernel/linux/linux-6.6/samples/hid/ |
H A D | hid_surface_dial.c | 51 fprintf(stderr, in usage() 56 fprintf(stderr, in usage() 103 fprintf(stderr, "can't locate attach prog: %m\n"); in attach_prog() 110 fprintf(stderr, "can't attach prog to hid device %d: %m (err: %d)\n", in attach_prog() 131 fprintf(stderr, "can't locate haptic prog: %m\n"); in set_haptic() 137 fprintf(stderr, "can't set haptic configuration to hid device %d: %m (err: %d)\n", in set_haptic() 166 fprintf(stderr, in main() 194 fprintf(stderr, "%s %s:%d", __func__, __FILE__, __LINE__); in main() 200 fprintf(stderr, "can not open HID device: %m\n"); in main()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/benchs/ |
H A D | bench_ringbufs.c | 61 fprintf(stderr, "Invalid batch count."); in parse_arg() 71 fprintf(stderr, "Invalid perfbuf sample rate."); in parse_arg() 99 fprintf(stderr, "rb-libbpf benchmark doesn't support multi-consumer!\n"); in bufs_validate() 104 fprintf(stderr, "back-to-back mode makes sense only for single-producer case!\n"); in bufs_validate() 143 fprintf(stderr, "failed to open skeleton\n"); in ringbuf_setup_skeleton() 157 fprintf(stderr, "failed to load skeleton\n"); in ringbuf_setup_skeleton() 179 fprintf(stderr, "failed to create ringbuf\n"); in ringbuf_libbpf_setup() 185 fprintf(stderr, "failed to attach program!\n"); in ringbuf_libbpf_setup() 198 fprintf(stderr, "ringbuf polling failed!\n"); in ringbuf_libbpf_consumer() 239 fprintf(stderr, "faile in ringbuf_custom_setup() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/ |
H A D | bench_ringbufs.c | 61 fprintf(stderr, "Invalid batch count."); in parse_arg() 71 fprintf(stderr, "Invalid perfbuf sample rate."); in parse_arg() 99 fprintf(stderr, "rb-libbpf benchmark needs one consumer!\n"); in bufs_validate() 104 fprintf(stderr, "back-to-back mode makes sense only for single-producer case!\n"); in bufs_validate() 143 fprintf(stderr, "failed to open skeleton\n"); in ringbuf_setup_skeleton() 157 fprintf(stderr, "failed to load skeleton\n"); in ringbuf_setup_skeleton() 179 fprintf(stderr, "failed to create ringbuf\n"); in ringbuf_libbpf_setup() 185 fprintf(stderr, "failed to attach program!\n"); in ringbuf_libbpf_setup() 198 fprintf(stderr, "ringbuf polling failed!\n"); in ringbuf_libbpf_consumer() 239 fprintf(stderr, "faile in ringbuf_custom_setup() [all...] |
H A D | bench_local_storage.c | 41 fprintf(stderr, "invalid nr_maps"); in parse_arg() 49 fprintf(stderr, "invalid hashmap_nr_keys_used"); in parse_arg() 74 fprintf(stderr, "benchmark doesn't support multi-producer!\n"); in validate() 78 fprintf(stderr, "benchmark doesn't support consumer!\n"); in validate() 83 fprintf(stderr, "nr_maps must be <= 1000\n"); in validate() 88 fprintf(stderr, "hashmap_nr_keys_used must be <= %u\n", HASHMAP_SZ); in validate() 109 fprintf(stderr, "Error prepopulating hashmap (key %d)\n", key); in prepopulate_hashmap() 133 fprintf(stderr, "Error loading skeleton\n"); in __setup() 141 fprintf(stderr, "Error getting map_in_map fd\n"); in __setup() 153 fprintf(stderr, "Erro in __setup() [all...] |
/kernel/linux/linux-5.10/arch/mips/vdso/ |
H A D | genvdso.c | 117 fprintf(stderr, "%s: Failed to open '%s': %s\n", program_name, in map_vdso() 123 fprintf(stderr, "%s: Failed to stat '%s': %s\n", program_name, in map_vdso() 132 fprintf(stderr, "%s: Failed to map '%s': %s\n", program_name, in map_vdso() 142 fprintf(stderr, "%s: '%s' is not an ELF file\n", program_name, in map_vdso() 154 fprintf(stderr, "%s: '%s' has invalid ELF class\n", in map_vdso() 166 fprintf(stderr, "%s: '%s' has invalid ELF data order\n", in map_vdso() 173 fprintf(stderr, in map_vdso() 179 fprintf(stderr, in map_vdso() 216 fprintf(stderr, in main() 242 fprintf(stderr, " in main() [all...] |
/kernel/linux/linux-6.6/arch/mips/vdso/ |
H A D | genvdso.c | 117 fprintf(stderr, "%s: Failed to open '%s': %s\n", program_name, in map_vdso() 123 fprintf(stderr, "%s: Failed to stat '%s': %s\n", program_name, in map_vdso() 132 fprintf(stderr, "%s: Failed to map '%s': %s\n", program_name, in map_vdso() 142 fprintf(stderr, "%s: '%s' is not an ELF file\n", program_name, in map_vdso() 154 fprintf(stderr, "%s: '%s' has invalid ELF class\n", in map_vdso() 166 fprintf(stderr, "%s: '%s' has invalid ELF data order\n", in map_vdso() 173 fprintf(stderr, in map_vdso() 179 fprintf(stderr, in map_vdso() 216 fprintf(stderr, in main() 242 fprintf(stderr, " in main() [all...] |
/kernel/linux/linux-6.6/usr/ |
H A D | gen_init_cpio.c | 148 fprintf(stderr, "Unrecognized dir format '%s'", line); in cpio_mkslink_line() 219 fprintf(stderr, "Unrecognized %s format '%s'", in cpio_mkgeneric_line() 291 fprintf(stderr, "Unrecognized nod format '%s'", line); in cpio_mknod_line() 340 fprintf (stderr, "File %s could not be opened for reading\n", location); in cpio_mkfile() 346 fprintf(stderr, "File %s could not be stat()'ed\n", location); in cpio_mkfile() 351 fprintf(stderr, "%s: Timestamp exceeds maximum cpio timestamp, clipping.\n", in cpio_mkfile() 357 fprintf(stderr, "%s: Timestamp negative, clipping.\n", in cpio_mkfile() 363 fprintf(stderr, "%s: Size exceeds maximum cpio file size\n", in cpio_mkfile() 369 fprintf(stderr, "Failed to checksum file %s\n", location); in cpio_mkfile() 409 fprintf(stderr, "Ca in cpio_mkfile() [all...] |
/kernel/linux/linux-5.10/samples/binderfs/ |
H A D | binderfs_example.c | 25 fprintf(stderr, "%s - Failed to unshare mount namespace\n", in main() 32 fprintf(stderr, "%s - Failed to mount / as private\n", in main() 39 fprintf(stderr, "%s - Failed to create binderfs mountpoint\n", in main() 46 fprintf(stderr, "%s - Failed to mount binderfs\n", in main() 55 fprintf(stderr, "%s - Failed to open binder-control device\n", in main() 65 fprintf(stderr, "%s - Failed to allocate new binder device\n", in main() 75 fprintf(stderr, "%s - Failed to delete binder device\n", in main()
|
/kernel/linux/linux-6.6/samples/binderfs/ |
H A D | binderfs_example.c | 25 fprintf(stderr, "%s - Failed to unshare mount namespace\n", in main() 32 fprintf(stderr, "%s - Failed to mount / as private\n", in main() 39 fprintf(stderr, "%s - Failed to create binderfs mountpoint\n", in main() 46 fprintf(stderr, "%s - Failed to mount binderfs\n", in main() 55 fprintf(stderr, "%s - Failed to open binder-control device\n", in main() 65 fprintf(stderr, "%s - Failed to allocate new binder device\n", in main() 75 fprintf(stderr, "%s - Failed to delete binder device\n", in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/signal/testcases/ |
H A D | ssve_regs.c | 49 fprintf(stderr, "Only %d VL supported\n", nvls); in sme_get_vls() 70 fprintf(stderr, "Testing VL %d\n", vl); in do_one_sme_vl() 74 fprintf(stderr, "Failed to set VL, got %d\n", ret); in do_one_sme_vl() 89 fprintf(stderr, "No SVE context\n"); in do_one_sme_vl() 95 fprintf(stderr, "Got VL %d, expected %d\n", ssve->vl, vl); in do_one_sme_vl() 100 fprintf(stderr, "SVE_SIG_FLAG_SM not set in SVE record\n"); in do_one_sme_vl() 105 fprintf(stderr, "Got expected size %u and VL %d\n", in do_one_sme_vl()
|
H A D | za_no_regs.c | 45 fprintf(stderr, "Only %d VL supported\n", nvls); in sme_get_vls() 59 fprintf(stderr, "Testing VL %d\n", vl); in do_one_sme_vl() 62 fprintf(stderr, "Failed to set VL\n"); in do_one_sme_vl() 75 fprintf(stderr, "No ZA context\n"); in do_one_sme_vl() 81 fprintf(stderr, "Got VL %d, expected %d\n", za->vl, vl); in do_one_sme_vl() 86 fprintf(stderr, "Context size %u, expected %lu\n", in do_one_sme_vl() 92 fprintf(stderr, "Got expected size %u and VL %d\n", in do_one_sme_vl()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | txtimestamp.c | 146 fprintf(stderr, "ERROR: key %d, expected %d\n", in validate_key() 164 fprintf(stderr, "ERROR: %lu us expected between %d and %d\n", in validate_timestamp() 173 fprintf(stderr, "%lu ns", ts_delta); in __print_ts_delta_formatted() 175 fprintf(stderr, "%lu us", ts_delta / NSEC_PER_USEC); in __print_ts_delta_formatted() 187 fprintf(stderr, " %s: %lu s %lu ns (seq=%u, len=%u)", in __print_timestamp() 191 fprintf(stderr, " %s: %lu s %lu us (seq=%u, len=%u)", in __print_timestamp() 197 fprintf(stderr, " (USR +"); in __print_timestamp() 199 fprintf(stderr, ")"); in __print_timestamp() 202 fprintf(stderr, "\n"); in __print_timestamp() 248 fprintf(stderr, " in print_timing_event() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | txtimestamp.c | 146 fprintf(stderr, "ERROR: key %d, expected %d\n", in validate_key() 164 fprintf(stderr, "ERROR: %" PRId64 " us expected between %d and %d\n", in validate_timestamp() 173 fprintf(stderr, "%" PRId64 " ns", ts_delta); in __print_ts_delta_formatted() 175 fprintf(stderr, "%" PRId64 " us", ts_delta / NSEC_PER_USEC); in __print_ts_delta_formatted() 187 fprintf(stderr, " %s: %lu s %lu ns (seq=%u, len=%u)", in __print_timestamp() 191 fprintf(stderr, " %s: %lu s %lu us (seq=%u, len=%u)", in __print_timestamp() 197 fprintf(stderr, " (USR +"); in __print_timestamp() 199 fprintf(stderr, ")"); in __print_timestamp() 202 fprintf(stderr, "\n"); in __print_timestamp() 248 fprintf(stderr, " in print_timing_event() [all...] |