Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/ctf/
H A Dctf_create.c303 if (!(fp->ctf_flags & LCTF_DIRTY)) in ctf_update()
665 nfp->ctf_flags |= fp->ctf_flags & ~LCTF_DIRTY; in ctf_update()
925 if (!(fp->ctf_flags & LCTF_DIRTY)) in ctf_discard()
937 fp->ctf_flags &= ~LCTF_DIRTY; in ctf_discard()
977 fp->ctf_flags |= LCTF_DIRTY; in ctf_add_generic()
1112 fp->ctf_flags |= LCTF_DIRTY; in ctf_set_array()
1208 fp->ctf_flags |= LCTF_DIRTY; in ctf_add_struct()
1244 fp->ctf_flags |= LCTF_DIRTY; in ctf_add_union()
1280 fp->ctf_flags |= LCTF_DIRTY; in ctf_add_enum()
1417 fp->ctf_flags |= LCTF_DIRTY; in ctf_add_enumerator()
[all …]
H A Dctf_impl.h250 #define LCTF_DIRTY 0x0008 /* CTF container has been modified */ macro