/third_party/libbpf/src/ |
D | skel_internal.h | 290 enum bpf_attach_type attach_type) in skel_link_create() argument 298 attr.link_create.attach_type = attach_type; in skel_link_create()
|
D | bpf.c | 654 attr.attach_type = type; in bpf_prog_attach_opts() 692 attr.attach_type = type; in bpf_prog_detach_opts() 718 enum bpf_attach_type attach_type, in bpf_link_create() argument 743 attr.link_create.attach_type = attach_type; in bpf_link_create() 751 switch (attach_type) { in bpf_link_create() 857 switch (attach_type) { in bpf_link_create() 933 attr.query.attach_type = type; in bpf_prog_query_opts()
|
D | bpf.h | 429 enum bpf_attach_type attach_type,
|
D | libbpf.h | 287 enum bpf_attach_type *attach_type); 289 enum bpf_attach_type attach_type);
|
D | libbpf.c | 9469 static char *libbpf_get_type_names(bool attach_type) argument 9483 if (attach_type) { 9704 void btf_get_kernel_prefix_kind(enum bpf_attach_type attach_type, argument 9707 switch (attach_type) { 9745 enum bpf_attach_type attach_type) argument 9750 btf_get_kernel_prefix_kind(attach_type, &prefix, &kind); 9755 enum bpf_attach_type attach_type) argument 9767 err = find_attach_btf_id(btf, name, attach_type); 9812 enum bpf_attach_type attach_type, argument 9817 ret = find_attach_btf_id(obj->btf_vmlinux, attach_name, attach_type); [all …]
|
D | libbpf_internal.h | 419 void btf_get_kernel_prefix_kind(enum bpf_attach_type attach_type,
|
/third_party/libbpf/include/uapi/linux/ |
D | bpf.h | 88 __u32 attach_type; /* program attach type (enum bpf_attach_type) */ member 1494 __u32 attach_type; member 1551 __u32 attach_type; member 1612 __u32 attach_type; /* attach type */ member 6511 __u32 attach_type; member 6517 __u32 attach_type; member 6545 __u32 attach_type; member 6593 __u32 attach_type; member 6597 __u32 attach_type; member
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-aat-layout-kerx-table.hh | 290 o.attach_type() = ATTACH_TYPE_NONE; in transition() 294 else if (o.attach_type()) in transition() 313 o.attach_type() = ATTACH_TYPE_NONE; in transition() 317 else if (o.attach_type()) in transition() 570 o.attach_type() = ATTACH_TYPE_MARK; in transition() 904 pos[i].attach_type() = ATTACH_TYPE_CURSIVE; in apply()
|
D | hb-ot-layout-gpos-table.hh | 45 #define attach_type() var.u8[2] /* attachment type */ macro 710 o.attach_type() = ATTACH_TYPE_MARK; in apply() 1875 pos[child].attach_type() = ATTACH_TYPE_CURSIVE; in apply() 2862 int chain = pos[i].attach_chain(), type = pos[i].attach_type(); in reverse_cursive_minor_offset() 2882 pos[j].attach_type() = type; in reverse_cursive_minor_offset() 2892 int chain = pos[i].attach_chain(), type = pos[i].attach_type(); in propagate_attachment_offsets() 2938 buffer->pos[i].attach_chain() = buffer->pos[i].attach_type() = 0; in position_start()
|
/third_party/ltp/include/lapi/ |
D | bpf.h | 247 uint32_t attach_type; member 291 uint32_t attach_type; member
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 25428 __u32 attach_type; member 25466 __u32 attach_type; member 25500 __u32 attach_type; member 30902 __u32 attach_type; member 35312 __u32 attach_type; member 35318 __u32 attach_type; member 35331 __u32 attach_type; member 35402 enum bpf_attach_type attach_type; member
|
/third_party/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v0.abi | 10554 …<var-decl name="attach_type" type-id="3f1a6b60" visibility="default" filepath="include/uapi/linux/… 55540 …<var-decl name="attach_type" type-id="3f1a6b60" visibility="default" filepath="include/uapi/linux/… 55613 …<var-decl name="attach_type" type-id="3f1a6b60" visibility="default" filepath="include/uapi/linux/… 81131 …<var-decl name="attach_type" type-id="3f1a6b60" visibility="default" filepath="include/uapi/linux/…
|
D | test-PR27569-v1.abi | 10554 …<var-decl name="attach_type" type-id="3f1a6b60" visibility="default" filepath="include/uapi/linux/… 55569 …<var-decl name="attach_type" type-id="3f1a6b60" visibility="default" filepath="include/uapi/linux/… 55642 …<var-decl name="attach_type" type-id="3f1a6b60" visibility="default" filepath="include/uapi/linux/… 81145 …<var-decl name="attach_type" type-id="3f1a6b60" visibility="default" filepath="include/uapi/linux/…
|