Searched refs:LCTF_DIRTY (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_create.c203 if (!(fp->ctf_flags & LCTF_DIRTY))
387 nfp->ctf_flags |= fp->ctf_flags & ~LCTF_DIRTY;
511 if (!(fp->ctf_flags & LCTF_DIRTY))
523 fp->ctf_flags &= ~LCTF_DIRTY;
563 fp->ctf_flags |= LCTF_DIRTY;
676 fp->ctf_flags |= LCTF_DIRTY;
913 fp->ctf_flags |= LCTF_DIRTY;
1014 fp->ctf_flags |= LCTF_DIRTY;
1077 ctb->ctb_file->ctf_flags |= LCTF_DIRTY;
H A Dctf_impl.h235 #define LCTF_DIRTY 0x0008 /* CTF container has been modified */ macro

Completed in 52 milliseconds