Home
last modified time | relevance | path

Searched refs:attach_flags (Results 1 – 16 of 16) sorted by relevance

/external/strace/tests-mx32/
Dbpf.c723 .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/
Dbpf.c723 .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/
Dbpf.c723 .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/
Dbpf_attr_check.c305 …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…
Dbpf_attr.h150 uint32_t attach_flags; member
229 uint32_t attach_flags; member
Dbpf.c357 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()
Dconfig.h.in1441 /* 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'. */
Dconfigure10955 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…
DChangeLog19118 * 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/
Dbpf_attr.m426 union bpf_attr.attach_flags,
63 union bpf_attr.query.attach_flags,
/external/kernel-headers/original/uapi/linux/
Dbpf.h382 __u32 attach_flags; member
420 __u32 attach_flags; member
/external/bcc/src/cc/compat/linux/
Dbpf.h350 __u32 attach_flags; member
385 __u32 attach_flags; member
/external/bcc/src/cc/includes/compat/linux/
Dbpf.h350 __u32 attach_flags; member
385 __u32 attach_flags; member
/external/iproute2/include/uapi/linux/
Dbpf.h225 __u32 attach_flags; member
/external/syzkaller/sys/linux/
Dbpf.txt338 attach_flags int32
/external/vulkan-validation-layers/layers/
Dbuffer_validation.cpp1388 …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()