Searched refs:ctf_flags (Results 1 – 6 of 6) sorted by relevance
78 fp->ctf_flags |= LCTF_RDWR; in ctf_create()228 if (!(fp->ctf_flags & LCTF_RDWR)) in ctf_ref_inc()246 if (!(fp->ctf_flags & LCTF_RDWR)) in ctf_ref_dec()285 if (!(fp->ctf_flags & LCTF_RDWR)) in ctf_update()288 if (!(fp->ctf_flags & LCTF_DIRTY)) in ctf_update()301 if (fp->ctf_flags & LCTF_CHILD) in ctf_update()539 nfp->ctf_flags |= fp->ctf_flags & ~LCTF_DIRTY; in ctf_update()683 if (!(fp->ctf_flags & LCTF_RDWR)) in ctf_discard()686 if (!(fp->ctf_flags & LCTF_DIRTY)) in ctf_discard()698 fp->ctf_flags &= ~LCTF_DIRTY; in ctf_discard()[all …]
125 (fp->ctf_flags & LCTF_CHILD)); in ctf_lookup_by_name()223 if ((fp->ctf_flags & LCTF_CHILD) && LCTF_TYPE_ISPARENT(fp, type)) { in ctf_lookup_by_id()
444 fp->ctf_flags |= LCTF_CHILD; in init_types()1023 fp->ctf_flags |= LCTF_MMAP; in ctf_dup()1071 if (fp->ctf_flags & LCTF_MMAP) { in ctf_close()1160 fp->ctf_flags |= LCTF_CHILD; in ctf_import()
265 int rc, child = (fp->ctf_flags & LCTF_CHILD); in ctf_type_iter()654 return (LCTF_INDEX_TO_TYPE(fp, ntype, (fp->ctf_flags & LCTF_CHILD))); in ctf_type_pointer()663 return (LCTF_INDEX_TO_TYPE(fp, ntype, (fp->ctf_flags & LCTF_CHILD))); in ctf_type_pointer()
215 uint_t ctf_flags; /* libctf flags (see below) */ member
456 fp->ctf_flags |= LCTF_MMAP; in ctf_fdopen()