Searched refs:proto_out (Results 1 – 11 of 11) sorted by relevance
33 PROTO_OUT=./proto_out48 ls -lR ./proto_out85 ls -lR ./proto_out118 ls -lR ./proto_out
33 PROTO_OUT=./proto_out46 ls -l ./proto_out
33 PROTO_OUT=./proto_out48 ls -l ./proto_out
108 int proto_out[3]; variable113 proto_out[0] = bpf_core_type_exists(func_proto_typedef___match); in core_relo_proto()114 proto_out[1] = bpf_core_type_exists(func_proto_typedef___doesnt_match); in core_relo_proto()115 proto_out[2] = bpf_core_type_exists(func_proto_typedef_nested1); in core_relo_proto()
12 int proto_out; variable17 proto_out = bpf_core_type_exists(func_proto_typedef_nested2); in core_relo_proto()
22 ASSERT_TRUE(skel->bss->proto_out[0], "bpf_core_type_exists"); in test_core_kern_lskel()23 ASSERT_FALSE(skel->bss->proto_out[1], "!bpf_core_type_exists"); in test_core_kern_lskel()24 ASSERT_TRUE(skel->bss->proto_out[2], "bpf_core_type_exists. nested"); in test_core_kern_lskel()
53 let proto_out = output_dir.join(REGISTERED_EVENTS_PROTO_FILENAME); in main() localVariable55 fs::copy(proto_src, proto_out).context("couldn't copy proto to OUT_DIR")?; in main()
25 PROTO_OUT=./proto_out
27 PROTO_OUT=./proto_out