Lines Matching refs:p_err
32 void p_err(const char *fmt, ...) in p_err() function
120 p_err("can't mount tracefs: %s", err_str); in mount_tracefs()
133 p_err("bpf obj get (%s): %s", path, in open_obj_pinned()
158 p_err("incorrect object type: %s", get_fd_type_name(type)); in open_obj_pinned_any()
182 p_err("no BPF file system found, not mounting it due to --nomount option"); in mount_bpffs_for_pin()
190 p_err("can't mount BPF file system to pin the object (%s): %s", in mount_bpffs_for_pin()
209 p_err("can't pin the object (%s): %s", name, strerror(errno)); in do_pin_fd()
222 p_err("too few arguments, id ID and FILE path is required"); in do_pin_any()
225 p_err("too many arguments"); in do_pin_any()
230 p_err("expected 'id' got %s", *argv); in do_pin_any()
237 p_err("can't parse %s as ID", *argv); in do_pin_any()
244 p_err("can't open object by id (%u): %s", id, strerror(errno)); in do_pin_any()
278 p_err("can't read link type: %s", strerror(errno)); in get_fd_type()
282 p_err("can't read link type: path too long!"); in get_fd_type()
450 p_err("Can't get # of possible cpus: %s", strerror(-cpus)); in get_possible_cpus()
464 p_err("Can't stat /proc/self: %s", strerror(errno)); in ifindex_to_name_ns()
482 p_err("Can't open %s: %s", path, strerror(errno)); in read_sysfs_hex_int()
489 p_err("Can't read %s: %s", path, strerror(errno)); in read_sysfs_hex_int()
493 p_err("Value in %s too long", path); in read_sysfs_hex_int()
521 p_err("Can't get net device name for ifindex %d: %s", ifindex, in ifindex_to_bfd_params()
528 p_err("Can't get device vendor id for %s", devname); in ifindex_to_bfd_params()
542 p_err("Can't get bfd arch name for device vendor id 0x%04x", in ifindex_to_bfd_params()
587 p_err("%s already specified", what); in parse_u32_arg()
593 p_err("can't parse %s as %s", **argv, what); in parse_u32_arg()