Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_create.c288 if (!(fp->ctf_flags & LCTF_DIRTY)) in ctf_update()
539 nfp->ctf_flags |= fp->ctf_flags & ~LCTF_DIRTY; in ctf_update()
686 if (!(fp->ctf_flags & LCTF_DIRTY)) in ctf_discard()
698 fp->ctf_flags &= ~LCTF_DIRTY; in ctf_discard()
738 fp->ctf_flags |= LCTF_DIRTY; in ctf_add_generic()
880 fp->ctf_flags |= LCTF_DIRTY; in ctf_set_array()
1141 fp->ctf_flags |= LCTF_DIRTY; in ctf_add_enumerator()
1243 fp->ctf_flags |= LCTF_DIRTY; in ctf_add_member()
1281 fp->ctf_flags |= LCTF_DIRTY; in ctf_delete_type()
1333 ctb->ctb_file->ctf_flags |= LCTF_DIRTY; in membadd()
H A Dctf_impl.h251 #define LCTF_DIRTY 0x0008 /* CTF container has been modified */ macro