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

/macosx-10.9.5/dtrace-118.1/libctf/
H A Dctf_lookup.c129 (fp->ctf_flags & LCTF_CHILD));
259 if ((fp->ctf_flags & LCTF_CHILD) && CTF_TYPE_ISPARENT(type) &&
H A Dctf_types.c150 int rc, child = (fp->ctf_flags & LCTF_CHILD);
485 return (CTF_INDEX_TO_TYPE(ntype, (fp->ctf_flags & LCTF_CHILD)));
494 return (CTF_INDEX_TO_TYPE(ntype, (fp->ctf_flags & LCTF_CHILD)));
H A Dctf_open.c427 fp->ctf_flags |= LCTF_CHILD;
1042 fp->ctf_flags |= LCTF_CHILD;
H A Dctf_create.c220 if (fp->ctf_flags & LCTF_CHILD)
557 type = CTF_INDEX_TO_TYPE(type, (fp->ctf_flags & LCTF_CHILD));
/macosx-10.9.5/dtrace-118.1/head/
H A Dctf_impl.h236 #define LCTF_CHILD 0x0002 /* CTF container is a child */ macro

Completed in 277 milliseconds