/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_lirc_mode2_user.c | 52 u32 prog_ids[10], prog_flags[10], prog_cnt; in main() local 86 ret = bpf_prog_query(lircfd, BPF_LIRC_MODE2, 0, prog_flags, prog_ids, in main() 129 ret = bpf_prog_query(lircfd, BPF_LIRC_MODE2, 0, prog_flags, prog_ids, in main()
|
/external/mesa3d/src/mesa/main/ |
D | state.c | 297 GLbitfield prog_flags = _NEW_PROGRAM; in _mesa_update_state_locked() local 301 prog_flags |= (_NEW_BUFFERS | _NEW_TEXTURE_OBJECT | _NEW_FOG | in _mesa_update_state_locked() 307 prog_flags |= (_NEW_VARYING_VP_INPUTS | _NEW_TEXTURE_OBJECT | in _mesa_update_state_locked() 343 if (new_state & prog_flags) { in _mesa_update_state_locked()
|
/external/strace/tests-mx32/ |
D | bpf.c | 604 .prog_flags = 0, 606 .size = offsetofend(struct BPF_PROG_LOAD_struct, prog_flags), 623 .prog_flags = 1, 644 .prog_flags = 2, 659 .prog_flags = 3,
|
D | bpf-obj_get_info_by_fd.c | 202 if (size > offsetof(struct BPF_PROG_LOAD_struct, prog_flags)) in print_prog_load() 266 offsetofend(struct BPF_PROG_LOAD_struct, prog_flags), in main()
|
/external/strace/tests-m32/ |
D | bpf.c | 604 .prog_flags = 0, 606 .size = offsetofend(struct BPF_PROG_LOAD_struct, prog_flags), 623 .prog_flags = 1, 644 .prog_flags = 2, 659 .prog_flags = 3,
|
D | bpf-obj_get_info_by_fd.c | 202 if (size > offsetof(struct BPF_PROG_LOAD_struct, prog_flags)) in print_prog_load() 266 offsetofend(struct BPF_PROG_LOAD_struct, prog_flags), in main()
|
/external/strace/tests/ |
D | bpf.c | 604 .prog_flags = 0, 606 .size = offsetofend(struct BPF_PROG_LOAD_struct, prog_flags), 623 .prog_flags = 1, 644 .prog_flags = 2, 659 .prog_flags = 3,
|
D | bpf-obj_get_info_by_fd.c | 202 if (size > offsetof(struct BPF_PROG_LOAD_struct, prog_flags)) in print_prog_load() 266 offsetofend(struct BPF_PROG_LOAD_struct, prog_flags), in main()
|
/external/strace/ |
D | bpf_attr_check.c | 229 static_assert(SoM(struct BPF_PROG_LOAD_struct, prog_flags) == SoM(union bpf_attr, prog_flags), 231 …tatic_assert(offsetof(struct BPF_PROG_LOAD_struct, prog_flags) == offsetof(union bpf_attr, prog_fl…
|
D | bpf_attr.h | 123 uint32_t prog_flags; member
|
D | bpf.c | 301 if (len <= offsetof(struct BPF_PROG_LOAD_struct, prog_flags)) in BEGIN_BPF_CMD_DECODER() 303 PRINT_FIELD_FLAGS(", ", attr, prog_flags, bpf_prog_flags, "BPF_F_???"); in BEGIN_BPF_CMD_DECODER()
|
D | config.h.in | 1537 /* Define to 1 if `prog_flags' is a member of `union bpf_attr'. */
|
D | configure | 11275 ac_fn_c_check_member "$LINENO" "union bpf_attr" "prog_flags" "ac_cv_member_union_bpf_attr_prog_flag…
|
D | ChangeLog | 13423 Implement decoding of union bpf_attr.prog_flags field for BPF_PROG_LOAD 13426 * configure.ac: Check for prog_flags member of union bpf_attr 13430 (decode_BPF_PROG_LOAD): Add prog_flags field to the structure, print it. 13434 (init_BPF_PROG_LOAD_attr): Initialize prog_flags field, update offset.
|
/external/strace/m4/ |
D | bpf_attr.m4 | 58 union bpf_attr.prog_flags,
|
/external/iproute2/include/uapi/linux/ |
D | bpf.h | 213 __u32 prog_flags; member
|
/external/kernel-headers/original/uapi/linux/ |
D | bpf.h | 355 __u32 prog_flags; member
|
/external/bcc/src/cc/compat/linux/ |
D | bpf.h | 330 __u32 prog_flags; member
|
/external/bcc/src/cc/includes/compat/linux/ |
D | bpf.h | 330 __u32 prog_flags; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | Host.cpp | 329 uint32_t prog_flags; in getHostCPUNameForBPF()
|