Lines Matching refs:p_err
92 p_err("%s", strerror(errno)); in prog_fd_by_tag()
98 p_err("can't get prog by id (%u): %s", in prog_fd_by_tag()
105 p_err("can't get prog info (%u): %s", in prog_fd_by_tag()
130 p_err("can't parse %s as ID", **argv); in prog_parse_fd()
137 p_err("get by id (%u): %s", id, strerror(errno)); in prog_parse_fd()
147 p_err("can't parse tag"); in prog_parse_fd()
164 p_err("expected 'id', 'tag' or 'pinned', got: '%s'?", **argv); in prog_parse_fd()
340 p_err("can't get prog info: %s", strerror(errno)); in show_prog()
383 p_err("can't get next program: %s%s", strerror(errno), in do_show()
393 p_err("can't get prog by id (%u): %s", in do_show()
439 p_err("expected 'xlated' or 'jited', got: %s", *argv); in do_dump()
454 p_err("expected file path"); in do_dump()
490 p_err("can't get prog info: %s", strerror(errno)); in do_dump()
504 p_err("error retrieving insn dump: kernel.kptr_restrict set?"); in do_dump()
512 p_err("failed to get btf"); in do_dump()
527 p_err("can't open file %s: %s", filepath, in do_dump()
535 p_err("error writing output file: %s", in do_dump()
690 p_err("invalid attach/detach type"); in parse_attach_detach_args()
723 p_err("failed prog attach to map"); in do_attach()
745 p_err("failed prog detach from map"); in do_detach()
758 p_err("cannot use standard input for both data_in and ctx_in"); in check_single_stdin()
784 p_err("failed to open %s: %s", fname, strerror(errno)); in get_run_data()
790 p_err("failed to allocate memory for data_in/ctx_in: %s", in get_run_data()
799 p_err("failed to read data_in/ctx_in from %s: %s", in get_run_data()
805 p_err("data_in/ctx_in is too long (max: %d)", in get_run_data()
813 p_err("failed to reallocate data_in/ctx_in: %s", in get_run_data()
887 p_err("failed to open %s: %s", fname, strerror(errno)); in print_run_output()
894 p_err("failed to write output data/ctx: %s", strerror(errno)); in print_run_output()
905 p_err("failed to allocate memory for output data/ctx: %s", in alloc_run_data()
962 p_err("can't parse %s as output data size", in do_run()
990 p_err("can't parse %s as output context size", in do_run()
1004 p_err("can't parse %s as repeat number", in do_run()
1010 …p_err("expected no more arguments, 'data_in', 'data_out', 'data_size_out', 'ctx_in', 'ctx_out', 'c… in do_run()
1049 p_err("failed to run program: %s", strerror(errno)); in do_run()
1122 p_err("program type already specified"); in load_with_options()
1131 p_err("mem alloc failed"); in load_with_options()
1161 p_err("can't parse %s as IDX", *argv); in load_with_options()
1171 p_err("expected 'idx' or 'name', got: '%s'?", in load_with_options()
1185 p_err("mem alloc failed"); in load_with_options()
1198 p_err("offload device already specified"); in load_with_options()
1206 p_err("unrecognized netdevice '%s': %s", in load_with_options()
1219 p_err("expected no more arguments, 'type', 'map' or 'dev', got: '%s'?", in load_with_options()
1229 p_err("failed to open object file"); in load_with_options()
1267 p_err("unable to find map '%s'", map_replace[j].name); in load_with_options()
1287 p_err("unable to set up map reuse: %d", err); in load_with_options()
1293 p_err("replacement for map idx %d specified more than once", in load_with_options()
1302 p_err("map idx '%d' not used", map_replace[j].idx); in load_with_options()
1313 p_err("failed to load object file"); in load_with_options()
1324 p_err("object file doesn't contain any bpf program"); in load_with_options()
1330 p_err("failed to pin program %s", in load_with_options()
1337 p_err("failed to pin all programs"); in load_with_options()
1345 p_err("failed to pin all maps"); in load_with_options()