Home
last modified time | relevance | path

Searched refs:ctf_flags (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/common/ctf/
H A Dctf_create.c78 fp->ctf_flags |= LCTF_RDWR; in ctf_create()
191 if (!(fp->ctf_flags & LCTF_RDWR)) in ctf_ref_inc()
209 if (!(fp->ctf_flags & LCTF_RDWR)) in ctf_ref_dec()
248 if (!(fp->ctf_flags & LCTF_RDWR)) in ctf_update()
251 if (!(fp->ctf_flags & LCTF_DIRTY)) in ctf_update()
264 if (fp->ctf_flags & LCTF_CHILD) in ctf_update()
435 nfp->ctf_flags |= fp->ctf_flags & ~LCTF_DIRTY; in ctf_update()
579 if (!(fp->ctf_flags & LCTF_RDWR)) in ctf_discard()
582 if (!(fp->ctf_flags & LCTF_DIRTY)) in ctf_discard()
594 fp->ctf_flags &= ~LCTF_DIRTY; in ctf_discard()
[all …]
H A Dctf_lookup.c123 (fp->ctf_flags & LCTF_CHILD)); in ctf_lookup_by_name()
220 if ((fp->ctf_flags & LCTF_CHILD) && CTF_TYPE_ISPARENT(type) && in ctf_lookup_by_id()
H A Dctf_open.c308 fp->ctf_flags |= LCTF_CHILD; in init_types()
863 fp->ctf_flags |= LCTF_MMAP; in ctf_dup()
911 if (fp->ctf_flags & LCTF_MMAP) { in ctf_close()
1000 fp->ctf_flags |= LCTF_CHILD; in ctf_import()
H A Dctf_types.c148 int rc, child = (fp->ctf_flags & LCTF_CHILD); in ctf_type_iter()
510 return (CTF_INDEX_TO_TYPE(ntype, (fp->ctf_flags & LCTF_CHILD))); in ctf_type_pointer()
519 return (CTF_INDEX_TO_TYPE(ntype, (fp->ctf_flags & LCTF_CHILD))); in ctf_type_pointer()
H A Dctf_impl.h204 uint_t ctf_flags; /* libctf flags (see below) */ member
/titanic_44/usr/src/lib/libctf/common/
H A Dctf_lib.c430 fp->ctf_flags |= LCTF_MMAP; in ctf_fdopen()