Searched refs:LCTF_DIRTY (Results 1 – 2 of 2) sorted by relevance
251 if (!(fp->ctf_flags & LCTF_DIRTY)) in ctf_update()435 nfp->ctf_flags |= fp->ctf_flags & ~LCTF_DIRTY; in ctf_update()582 if (!(fp->ctf_flags & LCTF_DIRTY)) in ctf_discard()594 fp->ctf_flags &= ~LCTF_DIRTY; in ctf_discard()634 fp->ctf_flags |= LCTF_DIRTY; in ctf_add_generic()775 fp->ctf_flags |= LCTF_DIRTY; in ctf_set_array()1036 fp->ctf_flags |= LCTF_DIRTY; in ctf_add_enumerator()1138 fp->ctf_flags |= LCTF_DIRTY; in ctf_add_member()1176 fp->ctf_flags |= LCTF_DIRTY; in ctf_delete_type()1239 ctb->ctb_file->ctf_flags |= LCTF_DIRTY; in membadd()
226 #define LCTF_DIRTY 0x0008 /* CTF container has been modified */ macro