Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ctf/
H A Dctf_create.c313 if (!(fp->ctf_flags & LCTF_DIRTY)) in ctf_update()
675 nfp->ctf_flags |= fp->ctf_flags & ~LCTF_DIRTY; in ctf_update()
936 if (!(fp->ctf_flags & LCTF_DIRTY)) in ctf_discard()
948 fp->ctf_flags &= ~LCTF_DIRTY; in ctf_discard()
991 fp->ctf_flags |= LCTF_DIRTY; in ctf_add_generic()
1126 fp->ctf_flags |= LCTF_DIRTY; in ctf_set_array()
1222 fp->ctf_flags |= LCTF_DIRTY; in ctf_add_struct()
1258 fp->ctf_flags |= LCTF_DIRTY; in ctf_add_union()
1304 fp->ctf_flags |= LCTF_DIRTY; in ctf_add_enum()
1441 fp->ctf_flags |= LCTF_DIRTY; in ctf_add_enumerator()
[all …]
H A Dctf_impl.h251 #define LCTF_DIRTY 0x0008 /* CTF container has been modified */ macro