Home
last modified time | relevance | path

Searched refs:ctb_type (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/ctf/
H A Dctf_create.c1631 return (ctf_enum_value(ctb->ctb_file, ctb->ctb_type, in enumcmp()
1640 return (ctf_add_enumerator(ctb->ctb_file, ctb->ctb_type, in enumadd()
1651 return (ctf_member_info(ctb->ctb_file, ctb->ctb_type, in membcmp()
1785 src.ctb_type = src_type; in ctf_add_type()
1789 dst.ctb_type = dst_type; in ctf_add_type()
1899 dst.ctb_type = dst_type; in ctf_add_type()
1947 if ((dst.ctb_type = dst_type) == CTF_ERR || in ctf_add_type()
H A Dctf_impl.h186 ctf_id_t ctb_type; /* CTF type identifier */ member