Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_lookup.c125 (fp->ctf_flags & LCTF_CHILD)); in ctf_lookup_by_name()
223 if ((fp->ctf_flags & LCTF_CHILD) && LCTF_TYPE_ISPARENT(fp, type)) { in ctf_lookup_by_id()
H A Dctf_types.c265 int rc, child = (fp->ctf_flags & LCTF_CHILD); in ctf_type_iter()
654 return (LCTF_INDEX_TO_TYPE(fp, ntype, (fp->ctf_flags & LCTF_CHILD))); in ctf_type_pointer()
663 return (LCTF_INDEX_TO_TYPE(fp, ntype, (fp->ctf_flags & LCTF_CHILD))); in ctf_type_pointer()
H A Dctf_impl.h249 #define LCTF_CHILD 0x0002 /* CTF container is a child */ macro
H A Dctf_open.c444 fp->ctf_flags |= LCTF_CHILD; in init_types()
1160 fp->ctf_flags |= LCTF_CHILD; in ctf_import()
H A Dctf_create.c301 if (fp->ctf_flags & LCTF_CHILD) in ctf_update()
728 type = LCTF_INDEX_TO_TYPE(fp, type, (fp->ctf_flags & LCTF_CHILD)); in ctf_add_generic()