Lines Matching refs:p_err
61 void p_err(const char *fmt, ...) in p_err() function
139 p_err("bpf obj get (%s): %s", path, in open_obj_pinned()
164 p_err("incorrect object type: %s", get_fd_type_name(type)); in open_obj_pinned_any()
188 p_err("can't pin the object (%s): %s", name, strerror(errno)); in do_pin_fd()
197 p_err("can't pin the object (%s): %s", name, in do_pin_fd()
201 p_err("can't mount BPF file system to pin the object (%s): %s", in do_pin_fd()
219 p_err("too few arguments, id ID and FILE path is required"); in do_pin_any()
222 p_err("too many arguments"); in do_pin_any()
227 p_err("expected 'id' got %s", *argv); in do_pin_any()
234 p_err("can't parse %s as ID", *argv); in do_pin_any()
241 p_err("can't get prog by id (%u): %s", id, strerror(errno)); in do_pin_any()
275 p_err("can't read link type: %s", strerror(errno)); in get_fd_type()
279 p_err("can't read link type: path too long!"); in get_fd_type()
303 p_err("can't open fdinfo: %s", strerror(errno)); in get_fdinfo()
318 p_err("malformed fdinfo!?"); in get_fdinfo()
331 p_err("key '%s' not found in fdinfo", key); in get_fdinfo()
459 p_err("can't open sysfs possible cpus"); in get_possible_cpus()
465 p_err("can't read sysfs possible cpus"); in get_possible_cpus()
471 p_err("read sysfs possible cpus overflow"); in get_possible_cpus()
509 p_err("Can't stat /proc/self: %s", strerror(errno)); in ifindex_to_name_ns()
527 p_err("Can't open %s: %s", path, strerror(errno)); in read_sysfs_hex_int()
534 p_err("Can't read %s: %s", path, strerror(errno)); in read_sysfs_hex_int()
538 p_err("Value in %s too long", path); in read_sysfs_hex_int()
564 p_err("Can't get net device name for ifindex %d: %s", ifindex, in ifindex_to_bfd_name_ns()
571 p_err("Can't get device vendor id for %s", devname); in ifindex_to_bfd_name_ns()
584 p_err("Can't get bfd arch name for device vendor id 0x%04x", in ifindex_to_bfd_name_ns()