/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/kernel-headers/original/uapi/linux/ |
D | bpf.h | 382 __u32 attach_flags; member 420 __u32 attach_flags; member
|
/external/bcc/src/cc/compat/linux/ |
D | bpf.h | 350 __u32 attach_flags; member 385 __u32 attach_flags; member
|
/external/bcc/src/cc/includes/compat/linux/ |
D | bpf.h | 350 __u32 attach_flags; member 385 __u32 attach_flags; member
|
/external/iproute2/include/uapi/linux/ |
D | bpf.h | 225 __u32 attach_flags; member
|
/external/syzkaller/sys/linux/ |
D | bpf.txt | 338 attach_flags int32
|
/external/vulkan-validation-layers/layers/ |
D | buffer_validation.cpp | 1388 …VkImageUsageFlags attach_flags = VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_DEPTH_STENCI… in PreCallValidateCreateImage() local 1390 …if ((pCreateInfo->usage & attach_flags) && (pCreateInfo->extent.width > device_limits->maxFramebuf… in PreCallValidateCreateImage() 1397 …if ((pCreateInfo->usage & attach_flags) && (pCreateInfo->extent.height > device_limits->maxFramebu… in PreCallValidateCreateImage()
|