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

/freebsd-9.3-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_create.c200 if (!(fp->ctf_flags & LCTF_DIRTY))
384 nfp->ctf_flags |= fp->ctf_flags & ~LCTF_DIRTY;
508 if (!(fp->ctf_flags & LCTF_DIRTY))
520 fp->ctf_flags &= ~LCTF_DIRTY;
560 fp->ctf_flags |= LCTF_DIRTY;
673 fp->ctf_flags |= LCTF_DIRTY;
910 fp->ctf_flags |= LCTF_DIRTY;
1011 fp->ctf_flags |= LCTF_DIRTY;
1074 ctb->ctb_file->ctf_flags |= LCTF_DIRTY;
H A Dctf_impl.h224 #define LCTF_DIRTY 0x0008 /* CTF container has been modified */ macro

Completed in 100 milliseconds