HomeSort by: relevance | last modified time | path
    Searched refs:LCTF_DIRTY (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/common/ctf/
ctf_create.c 296 if (!(fp->ctf_flags & LCTF_DIRTY))
547 nfp->ctf_flags |= fp->ctf_flags & ~LCTF_DIRTY;
694 if (!(fp->ctf_flags & LCTF_DIRTY))
706 fp->ctf_flags &= ~LCTF_DIRTY;
748 fp->ctf_flags |= LCTF_DIRTY;
890 fp->ctf_flags |= LCTF_DIRTY;
1151 fp->ctf_flags |= LCTF_DIRTY;
1253 fp->ctf_flags |= LCTF_DIRTY;
1291 fp->ctf_flags |= LCTF_DIRTY;
1343 ctb->ctb_file->ctf_flags |= LCTF_DIRTY;
    [all...]
ctf_impl.h 251 #define LCTF_DIRTY 0x0008 /* CTF container has been modified */

Completed in 21 milliseconds