Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/ctf/
H A Dctf_lookup.c123 (fp->ctf_flags & LCTF_CHILD)); in ctf_lookup_by_name()
220 if ((fp->ctf_flags & LCTF_CHILD) && CTF_TYPE_ISPARENT(type) && in ctf_lookup_by_id()
H A Dctf_types.c148 int rc, child = (fp->ctf_flags & LCTF_CHILD); in ctf_type_iter()
510 return (CTF_INDEX_TO_TYPE(ntype, (fp->ctf_flags & LCTF_CHILD))); in ctf_type_pointer()
519 return (CTF_INDEX_TO_TYPE(ntype, (fp->ctf_flags & LCTF_CHILD))); in ctf_type_pointer()
H A Dctf_impl.h224 #define LCTF_CHILD 0x0002 /* CTF container is a child */ macro
H A Dctf_open.c308 fp->ctf_flags |= LCTF_CHILD; in init_types()
1000 fp->ctf_flags |= LCTF_CHILD; in ctf_import()
H A Dctf_create.c264 if (fp->ctf_flags & LCTF_CHILD) in ctf_update()
624 type = CTF_INDEX_TO_TYPE(type, (fp->ctf_flags & LCTF_CHILD)); in ctf_add_generic()