Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ctf/
H A Dctf_open.c372 CTF_INDEX_TO_TYPE(id, child), tp->ctt_name); in init_types()
381 hep->h_type = CTF_INDEX_TO_TYPE(id, child); in init_types()
392 CTF_INDEX_TO_TYPE(id, child), tp->ctt_name); in init_types()
400 CTF_INDEX_TO_TYPE(id, child), tp->ctt_name); in init_types()
416 CTF_INDEX_TO_TYPE(id, child), tp->ctt_name); in init_types()
432 CTF_INDEX_TO_TYPE(id, child), tp->ctt_name); in init_types()
442 CTF_INDEX_TO_TYPE(id, child), tp->ctt_name); in init_types()
470 CTF_INDEX_TO_TYPE(id, child), tp->ctt_name); in init_types()
493 CTF_INDEX_TO_TYPE(id, child), tp->ctt_name); in init_types()
H A Dctf_lookup.c124 type = CTF_INDEX_TO_TYPE(ntype, in ctf_lookup_by_name()
H A Dctf_types.c171 (rc = func(CTF_INDEX_TO_TYPE(id, child), in ctf_type_iter()
671 return (CTF_INDEX_TO_TYPE(ntype, (fp->ctf_flags & LCTF_CHILD))); in ctf_type_pointer()
680 return (CTF_INDEX_TO_TYPE(ntype, (fp->ctf_flags & LCTF_CHILD))); in ctf_type_pointer()
H A Dctf_create.c965 if (CTF_INDEX_TO_TYPE(fp->ctf_dtnextid, 1) > CTF_MAX_TYPE) in ctf_add_generic()
977 type = CTF_INDEX_TO_TYPE(type, (fp->ctf_flags & LCTF_CHILD)); in ctf_add_generic()
/illumos-gate/usr/src/uts/common/sys/
H A Dctf.h228 #define CTF_INDEX_TO_TYPE(id, child) \ macro