Searched refs:ctf_flags (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_create.c79 fp->ctf_flags |= LCTF_RDWR;
200 if (!(fp->ctf_flags & LCTF_RDWR))
203 if (!(fp->ctf_flags & LCTF_DIRTY))
216 if (fp->ctf_flags & LCTF_CHILD)
387 nfp->ctf_flags |= fp->ctf_flags & ~LCTF_DIRTY;
508 if (!(fp->ctf_flags & LCTF_RDWR))
511 if (!(fp->ctf_flags & LCTF_DIRTY))
523 fp->ctf_flags &= ~LCTF_DIRTY;
538 if (!(fp->ctf_flags
[all...]
H A Dctf_lookup.c127 (fp->ctf_flags & LCTF_CHILD));
224 if ((fp->ctf_flags & LCTF_CHILD) && CTF_TYPE_ISPARENT(type) &&
H A Dctf_impl.h213 uint_t ctf_flags; /* libctf flags (see below) */ member in struct:ctf_file
H A Dctf_open.c318 fp->ctf_flags |= LCTF_CHILD;
838 if (fp->ctf_flags & LCTF_MMAP) {
927 fp->ctf_flags |= LCTF_CHILD;
H A Dctf_types.c152 int rc, child = (fp->ctf_flags & LCTF_CHILD);
487 return (CTF_INDEX_TO_TYPE(ntype, (fp->ctf_flags & LCTF_CHILD)));
496 return (CTF_INDEX_TO_TYPE(ntype, (fp->ctf_flags & LCTF_CHILD)));
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libctf/common/
H A Dctf_lib.c521 fp->ctf_flags |= LCTF_MMAP;

Completed in 114 milliseconds