Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_create.c78 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 …]
H A Dctf_lookup.c125 (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()
H A Dctf_open.c444 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()
H A Dctf_types.c265 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()
H A Dctf_impl.h215 uint_t ctf_flags; /* libctf flags (see below) */ member
/freebsd/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c456 fp->ctf_flags |= LCTF_MMAP; in ctf_fdopen()