Lines Matching +defs:path +defs:key
71 static bool is_bpffs(const char *path) in is_bpffs()
196 int open_obj_pinned(const char *path, bool quiet) in open_obj_pinned()
224 int open_obj_pinned_any(const char *path, enum bpf_obj_type exp_type) in open_obj_pinned_any()
381 char path[PATH_MAX]; in get_fd_type() local
407 char *get_fdinfo(int fd, const char *key) in get_fdinfo()
409 char path[PATH_MAX]; in get_fdinfo() local
480 char *path; in do_build_table_cb() local
534 char *path = mntent->mnt_dir; in build_pinned_obj_table() local
598 static int read_sysfs_hex_int(char *path) in read_sysfs_hex_int()
851 char *path; in prog_parse_fds() local
988 char *path; in map_parse_fds() local
1052 size_t hash_fn_for_key_as_id(long key, void *ctx) in hash_fn_for_key_as_id()
1098 int pathname_concat(char *buf, int buf_sz, const char *path, in pathname_concat()