Home
last modified time | relevance | path

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

/titanic_53/usr/src/common/ctf/
H A Dctf_create.c78 fp->ctf_flags |= LCTF_RDWR; in ctf_create()
120 fp->ctf_flags |= LCTF_RDWR; in ctf_fdcreate()
233 if (!(fp->ctf_flags & LCTF_RDWR)) in ctf_ref_inc()
251 if (!(fp->ctf_flags & LCTF_RDWR)) in ctf_ref_dec()
300 if (!(fp->ctf_flags & LCTF_RDWR)) in ctf_update()
303 if (!(fp->ctf_flags & LCTF_DIRTY)) in ctf_update()
316 if (fp->ctf_flags & LCTF_CHILD) { in ctf_update()
665 nfp->ctf_flags |= fp->ctf_flags & ~LCTF_DIRTY; in ctf_update()
922 if (!(fp->ctf_flags & LCTF_RDWR)) in ctf_discard()
925 if (!(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()
866 fp->ctf_flags |= LCTF_MMAP; in ctf_dup()
926 if (fp->ctf_flags & LCTF_MMAP) { in ctf_close()
932 !(fp->ctf_flags & LCTF_RDWR)) in ctf_close()
1030 fp->ctf_flags |= LCTF_CHILD; in ctf_import()
1078 ctf_flags(ctf_file_t *fp) in ctf_flags() function
H A Dctf_types.c153 int rc, child = (fp->ctf_flags & LCTF_CHILD); in ctf_type_iter()
645 return (CTF_INDEX_TO_TYPE(ntype, (fp->ctf_flags & LCTF_CHILD))); in ctf_type_pointer()
654 return (CTF_INDEX_TO_TYPE(ntype, (fp->ctf_flags & LCTF_CHILD))); in ctf_type_pointer()
1303 int child = (fp->ctf_flags & LCTF_CHILD); in ctf_max_id()
H A Dctf_impl.h225 uint_t ctf_flags; /* libctf flags (see below) */ member
/titanic_53/usr/src/lib/libctf/common/
H A Dctf_diff.c720 if (cds->cds_ifp->ctf_flags & LCTF_CHILD) { in ctf_diff_pass1()
727 if (cds->cds_ofp->ctf_flags & LCTF_CHILD) { in ctf_diff_pass1()
803 if (cds->cds_ofp->ctf_flags & LCTF_CHILD) { in ctf_diff_pass2()
834 if (ifp->ctf_flags & LCTF_CHILD) in ctf_diff_init()
836 if (ofp->ctf_flags & LCTF_CHILD) in ctf_diff_init()
914 if (cds->cds_ifp->ctf_flags & LCTF_CHILD) in ctf_diff_fini()
916 if (cds->cds_ofp->ctf_flags & LCTF_CHILD) in ctf_diff_fini()
976 if (!(ifp->ctf_flags & LCTF_CHILD) && !(ofp->ctf_flags & LCTF_CHILD)) { in ctf_diff_symid()
H A Dmapfile-vers85 ctf_flags;
H A Dctf_merge.c786 if (!(out->ctf_flags & LCTF_RDWR)) in ctf_merge_types()
1120 if (input->ctf_flags & LCTF_CHILD) in ctf_merge_add()
1181 if (u->ctf_flags & LCTF_CHILD) in ctf_merge_uniquify()
1379 if ((out->ctf_flags & LCTF_CHILD) && ltype != 0) in ctf_merge_merge()
H A Dctf_lib.c664 fp->ctf_flags |= LCTF_MMAP; in ctf_fdcreate_int()
/titanic_53/usr/src/uts/common/sys/
H A Dctf_api.h232 extern uint_t ctf_flags(ctf_file_t *);
/titanic_53/usr/src/cmd/ctfdump/
H A Dctfdump.c267 ctf_flags(g_fp)); in ctfdump_header()