Home
last modified time | relevance | path

Searched refs:attach_type (Results 1 – 7 of 7) sorted by relevance

/external/strace/
Dbpf.c215 uint32_t target_fd, attach_bpf_fd, attach_type, attach_flags; in bpf_prog_attach_detach() member
234 printxval(bpf_attach_type, attr.attach_type, "BPF_???"); in bpf_prog_attach_detach()
DChangeLog4475 instead of union bpf_attr.attach_type.
4877 bpf_attr.attach_type.
/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh40 #define attach_type() var.u8[2] /* attachment type */ macro
441 o.attach_type() = ATTACH_TYPE_MARK; in apply()
1002 pos[child].attach_type() = ATTACH_TYPE_CURSIVE; in apply()
1527 int chain = pos[i].attach_chain(), type = pos[i].attach_type(); in reverse_cursive_minor_offset()
1547 pos[j].attach_type() = type; in reverse_cursive_minor_offset()
1554 int chain = pos[i].attach_chain(), type = pos[i].attach_type(); in propagate_attachment_offsets()
1597 buffer->pos[i].attach_chain() = buffer->pos[i].attach_type() = 0; in position_start()
1648 #undef attach_type
/external/strace/tests-mx32/
Dbpf.c119 .attach_type = 0, in prog_cgroup()
/external/strace/tests/
Dbpf.c119 .attach_type = 0, in prog_cgroup()
/external/strace/tests-m32/
Dbpf.c119 .attach_type = 0, in prog_cgroup()
/external/kernel-headers/original/uapi/linux/
Dbpf.h179 __u32 attach_type; member