/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_cgroup_attach.c | 291 __u32 prog_ids[4], prog_cnt = 0, attach_flags, saved_prog_id; in test_multiprog() local 372 &attach_flags, prog_ids, &prog_cnt) == 0); in test_multiprog() 374 assert(attach_flags == 0); in test_multiprog() 380 &attach_flags, prog_ids, &prog_cnt) == -1 && in test_multiprog() 432 &attach_flags, prog_ids, &prog_cnt) == 0); in test_multiprog() 434 assert(attach_flags == 0); in test_multiprog() 461 __u32 prog_cnt = 4, attach_flags; in test_autodetach() local 494 assert(bpf_prog_query(cg, BPF_CGROUP_INET_EGRESS, 0, &attach_flags, in test_autodetach()
|
/external/strace/tests-mx32/ |
D | bpf.c | 723 .attach_flags = 1 725 .size = offsetofend(struct BPF_PROG_ATTACH_struct, attach_flags), 969 .attach_flags = 3, 971 .size = offsetofend(struct BPF_PROG_QUERY_struct, attach_flags), 983 .attach_flags = 0xfffffffc, 1001 .attach_flags = 0xbeefcafe, 1018 .attach_flags = 0xbeefcafe, 1029 .attach_flags = 0xbeefcafe,
|
/external/strace/tests-m32/ |
D | bpf.c | 723 .attach_flags = 1 725 .size = offsetofend(struct BPF_PROG_ATTACH_struct, attach_flags), 969 .attach_flags = 3, 971 .size = offsetofend(struct BPF_PROG_QUERY_struct, attach_flags), 983 .attach_flags = 0xfffffffc, 1001 .attach_flags = 0xbeefcafe, 1018 .attach_flags = 0xbeefcafe, 1029 .attach_flags = 0xbeefcafe,
|
/external/strace/tests/ |
D | bpf.c | 723 .attach_flags = 1 725 .size = offsetofend(struct BPF_PROG_ATTACH_struct, attach_flags), 969 .attach_flags = 3, 971 .size = offsetofend(struct BPF_PROG_QUERY_struct, attach_flags), 983 .attach_flags = 0xfffffffc, 1001 .attach_flags = 0xbeefcafe, 1018 .attach_flags = 0xbeefcafe, 1029 .attach_flags = 0xbeefcafe,
|
/external/strace/ |
D | bpf_attr_check.c | 305 …static_assert(SoM(struct BPF_PROG_ATTACH_struct, attach_flags) == SoM(union bpf_attr, attach_flags… 307 …c_assert(offsetof(struct BPF_PROG_ATTACH_struct, attach_flags) == offsetof(union bpf_attr, attach_… 515 …static_assert(SoM(struct BPF_PROG_QUERY_struct, attach_flags) == SoM(union bpf_attr, query.attach_… 517 …assert(offsetof(struct BPF_PROG_QUERY_struct, attach_flags) == offsetof(union bpf_attr, query.atta…
|
D | bpf_attr.h | 150 uint32_t attach_flags; member 229 uint32_t attach_flags; member
|
D | bpf.c | 357 PRINT_FIELD_FLAGS(", ", attr, attach_flags, bpf_attach_flags, in BEGIN_BPF_CMD_DECODER() 672 PRINT_FIELD_FLAGS(", ", attr, attach_flags, bpf_attach_flags, in BEGIN_BPF_CMD_DECODER()
|
D | config.h.in | 1441 /* Define to 1 if `attach_flags' is a member of `union bpf_attr'. */ 1552 /* Define to 1 if `query.attach_flags' is a member of `union bpf_attr'. */
|
D | configure | 10955 ac_fn_c_check_member "$LINENO" "union bpf_attr" "attach_flags" "ac_cv_member_union_bpf_attr_attach_… 11325 ac_fn_c_check_member "$LINENO" "union bpf_attr" "query.attach_flags" "ac_cv_member_union_bpf_attr_q…
|
D | ChangeLog | 19118 * configure.ac: Check for union bpf_attr.attach_flags 19123 to print_attach. Add attach_flags field to the structure, 19127 (prog_cgroup): Initialize attach_flags field.
|
/external/strace/m4/ |
D | bpf_attr.m4 | 26 union bpf_attr.attach_flags, 63 union bpf_attr.query.attach_flags,
|
/external/ltp/include/lapi/ |
D | bpf.h | 238 uint32_t attach_flags; member 283 uint32_t attach_flags; member
|
/external/bcc/src/cc/includes/compat/linux/ |
D | bpf.h | 382 __u32 attach_flags; member 420 __u32 attach_flags; member
|
/external/bcc/src/cc/compat/linux/ |
D | bpf.h | 382 __u32 attach_flags; member 420 __u32 attach_flags; member
|
/external/iproute2/include/uapi/linux/ |
D | bpf.h | 225 __u32 attach_flags; member
|
/external/kernel-headers/original/uapi/linux/ |
D | bpf.h | 444 __u32 attach_flags; member 489 __u32 attach_flags; member
|
/external/vulkan-validation-layers/layers/ |
D | buffer_validation.cpp | 1362 …VkImageUsageFlags attach_flags = VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_DEPTH_STENCI… in PreCallValidateCreateImage() local 1364 …if ((pCreateInfo->usage & attach_flags) && (pCreateInfo->extent.width > device_limits->maxFramebuf… in PreCallValidateCreateImage() 1371 …if ((pCreateInfo->usage & attach_flags) && (pCreateInfo->extent.height > device_limits->maxFramebu… in PreCallValidateCreateImage()
|