Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libctf/common/
H A Dctf_merge.c55 ctf_merge_tinfo_t *cm_tmap; /* Type state information */ member
103 VERIFY(cmp->cm_tmap[id].cmt_map != 0); in ctf_merge_gettype()
104 return (cmp->cm_tmap[id].cmt_map); in ctf_merge_gettype()
107 while (cmp->cm_tmap[id].cmt_missing == B_FALSE) { in ctf_merge_gettype()
108 VERIFY(cmp->cm_tmap[id].cmt_map != 0); in ctf_merge_gettype()
109 id = cmp->cm_tmap[id].cmt_map; in ctf_merge_gettype()
111 VERIFY(cmp->cm_tmap[id].cmt_map != 0); in ctf_merge_gettype()
112 return (cmp->cm_tmap[id].cmt_map); in ctf_merge_gettype()
120 ctf_merge_tinfo_t *cmt = cmp->cm_tmap; in ctf_merge_diffcb()
190 VERIFY(cmp->cm_tmap[id].cmt_map == 0); in ctf_merge_add_number()
[all …]