Lines Matching refs:open
960 fd = open(file, O_RDONLY);
962 p_err("failed to open() %s: %s", file, strerror(errno));
983 p_err("failed to open BPF object file: %s", err_buf);
1087 static inline struct %1$s *open(const struct bpf_object_open_opts *opts = nullptr);\n\
1240 struct %1$s *%1$s::open(const struct bpf_object_open_opts *opts) { return %1$s__open_opts(opts); }\n\
1339 fd = open(file, O_RDONLY);
1341 p_err("failed to open() %s: %s", file, strerror(errno));
1362 p_err("failed to open BPF object file: %s", err_buf);
1457 static inline struct %1$s *open(const struct bpf_object *src);\n\
1558 struct %1$s *%1$s::open(const struct bpf_object *src) { return %1$s__open(src); }\n\