Searched refs:ctf_type_kind (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_print.c324 if (bid == CTF_ERR || ctf_type_kind(ctfp, bid) != CTF_K_FUNCTION) {
385 (kind = ctf_type_kind(ctfp, rtype)) == CTF_ERR) {
564 (kind = ctf_type_kind(ctfp, rtype)) == CTF_ERR ||
690 if (ctfp == NULL || ctf_type_kind(ctfp, id) == CTF_ERR)
H A Ddt_xlator.c196 kind = ctf_type_kind(dst->dtt_ctfp, dxp->dx_dst_base);
267 uint_t dst_kind = ctf_type_kind(dst_ctfp, dst_base);
285 dst_kind = ctf_type_kind(dst_ctfp, dst_base);
365 if (ctf_type_kind(ctfp, ctf_type_resolve(ctfp, type)) == CTF_K_POINTER)
H A Ddt_parser.c345 uint_t lkind = ctf_type_kind(lfp, lbase);
348 uint_t rkind = ctf_type_kind(rfp, rbase);
683 uint_t kind = ctf_type_kind(fp, base);
762 if (ctf_type_kind(dnp->dn_ctfp, base) == CTF_K_FORWARD)
773 if (ctf_type_kind(dnp->dn_ctfp, base) == CTF_K_POINTER &&
850 kind = ctf_type_kind(fp, type);
870 kind = ctf_type_kind(fp, type);
889 kind = ctf_type_kind(fp, type);
910 kind = ctf_type_kind(fp, type);
929 if (ctf_type_kind(f
[all...]
H A Ddt_decl.c483 ctf_type_kind(ctfp, type) != CTF_K_FORWARD)
548 kind = ctf_type_kind(dtt.dtt_ctfp, base);
587 if (ctf_type_kind(dtt.dtt_ctfp, base) != CTF_K_INTEGER ||
H A Ddt_printf.c121 kind = ctf_type_kind(ctfp, base);
134 uint_t kind = ctf_type_kind(ctfp, base);
141 ctf_type_kind(ctfp, base) == CTF_K_INTEGER &&
225 while (ctf_type_kind(ctfp, type) == CTF_K_TYPEDEF) {
H A Ddt_cg.c73 while (ctf_type_kind(fp, type) == CTF_K_FORWARD) {
200 kind = ctf_type_kind(ctfp, type);
650 assert(ctf_type_kind(ctfp, type) == CTF_K_POINTER);
707 assert(ctf_type_kind(ctfp, type) == CTF_K_POINTER);
H A Ddt_module.c1668 if (ctf_type_kind(fp, ctf_type_resolve(fp, id)) !=
/freebsd-13-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dctf_api.h188 extern int ctf_type_kind(ctf_file_t *, ctf_id_t);
/freebsd-13-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_types.c458 ctf_type_kind(ctf_file_t *fp, ctf_id_t type) function
609 lkind = ctf_type_kind(lfp, ltype);
612 rkind = ctf_type_kind(rfp, rtype);
H A Dctf_create.c851 if (hep != NULL && ctf_type_kind(fp, hep->h_type) == CTF_K_FORWARD)
873 if (hep != NULL && ctf_type_kind(fp, hep->h_type) == CTF_K_FORWARD)
895 if (hep != NULL && ctf_type_kind(fp, hep->h_type) == CTF_K_FORWARD)
1308 dst_kind = ctf_type_kind(dst_fp, dst_type);

Completed in 126 milliseconds