Home
last modified time | relevance | path

Searched refs:cte_value (Results 1 – 5 of 5) sorted by relevance

/titanic_53/usr/src/uts/common/sys/
H A Dctf.h353 int cte_value; /* value associated with this name */ member
/titanic_53/usr/src/common/ctf/
H A Dctf_types.c137 if ((rc = func(name, ep->cte_value, arg)) != 0) in ctf_enum_iter()
889 if (ep->cte_value == value) in ctf_enum_name()
928 *valp = ep->cte_value; in ctf_enum_value()
H A Dctf_create.c187 cte.cte_value = dmd->dmd_value; in ctf_copy_emembers()
/titanic_53/usr/src/tools/ctf/cvt/
H A Dctf.c374 cte.cte_value = ep->el_number; in write_type()
1077 (*epp)->el_number = cte->cte_value; in resurrect_types()
/titanic_53/usr/src/lib/libctf/common/
H A Dctf_diff.c583 if (iep->cte_value != oep->cte_value) in ctf_diff_enum()