Lines Matching refs:ctf_id_t

465 		ctf_free(dtd->dtd_u.dtu_argv, sizeof (ctf_id_t) *
481 ctf_dtd_lookup(ctf_file_t *fp, ctf_id_t type)
528 static ctf_id_t
532 ctf_id_t type;
588 static ctf_id_t
593 ctf_id_t type;
608 static ctf_id_t
609 ctf_add_reftype(ctf_file_t *fp, uint_t flag, ctf_id_t ref, uint_t kind)
612 ctf_id_t type;
626 ctf_id_t
633 ctf_id_t
640 ctf_id_t
641 ctf_add_pointer(ctf_file_t *fp, uint_t flag, ctf_id_t ref)
646 ctf_id_t
650 ctf_id_t type;
666 ctf_set_array(ctf_file_t *fp, ctf_id_t type, const ctf_arinfo_t *arp)
682 ctf_id_t
684 const ctf_funcinfo_t *ctc, const ctf_id_t *argv)
687 ctf_id_t type;
689 ctf_id_t *vdat = NULL;
702 if (vlen != 0 && (vdat = ctf_alloc(sizeof (ctf_id_t) * vlen)) == NULL)
706 ctf_free(vdat, sizeof (ctf_id_t) * vlen);
713 bcopy(argv, vdat, sizeof (ctf_id_t) * ctc->ctc_argc);
721 ctf_id_t
727 ctf_id_t type;
743 ctf_id_t
749 ctf_id_t type;
765 ctf_id_t
771 ctf_id_t type;
787 ctf_id_t
793 ctf_id_t type;
811 * return the ctf_id_t of the existing definition.
826 ctf_id_t
827 ctf_add_typedef(ctf_file_t *fp, uint_t flag, const char *name, ctf_id_t ref)
830 ctf_id_t type;
844 ctf_id_t
845 ctf_add_volatile(ctf_file_t *fp, uint_t flag, ctf_id_t ref)
850 ctf_id_t
851 ctf_add_const(ctf_file_t *fp, uint_t flag, ctf_id_t ref)
856 ctf_id_t
857 ctf_add_restrict(ctf_file_t *fp, uint_t flag, ctf_id_t ref)
863 ctf_add_enumerator(ctf_file_t *fp, ctf_id_t enid, const char *name, int value)
919 ctf_add_member(ctf_file_t *fp, ctf_id_t souid, const char *name, ctf_id_t type)
971 ctf_id_t ltype = ctf_type_resolve(fp, lmd->dmd_type);
1039 membcmp(const char *name, ctf_id_t type, ulong_t offset, void *arg)
1049 membadd(const char *name, ctf_id_t type, ulong_t offset, void *arg)
1088 ctf_id_t
1089 ctf_add_type(ctf_file_t *dst_fp, ctf_file_t *src_fp, ctf_id_t src_type)
1091 ctf_id_t dst_type = CTF_ERR;
1142 dst_type = (ctf_id_t)hep->h_type;