Searched refs:ctf_type_name (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/chkargs/
H A Dchkargs.c77 ctf_type_name(p.dtp_argv[i].dtt_ctfp,
/freebsd-13-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dctf_api.h183 extern char *ctf_type_name(ctf_file_t *, ctf_id_t, char *, size_t);
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_dof.c385 dofxl.dofxl_argv = dof_add_string(ddo, ctf_type_name(
388 dofxl.dofxl_type = dof_add_string(ddo, ctf_type_name(
417 (void) dof_add_string(ddo, ctf_type_name(dnp->dn_ctfp,
424 (void) dof_add_string(ddo, ctf_type_name(dnp->dn_ctfp,
H A Ddt_print.c109 * Safe version of ctf_type_name() that will fall back to just "<ctfid>" if it
115 if (ctf_type_name(ctfp, id, buf, buflen) == NULL)
H A Ddt_printf.c187 return (ctf_type_name(ctfp, type, n, sizeof (n)) != NULL && (
200 return (ctf_type_name(ctfp, type, n, sizeof (n)) != NULL && (
213 if (ctf_type_name(ctfp, ctf_type_resolve(ctfp, type), n,
226 if (ctf_type_name(ctfp, type, n, sizeof (n)) != NULL &&
H A Ddt_parser.c324 else if (ctf_type_name(ctfp, type, buf, len) == NULL)
3738 char *tag = ctf_type_name(ctfp, type, n1, sizeof (n1));
3759 ctf_type_name(ctfp, type, n1, sizeof (n1)));
3764 ctf_type_name(ctfp, type, n1, sizeof (n1)));
3771 ctf_type_name(ctfp, type, n1, sizeof (n1)));
4300 mnp->dn_membname, ctf_type_name(dxp->dx_dst_ctfp,
4815 ctf_type_name(dnp->dn_ctfp, dnp->dn_type, n, sizeof (n)) != NULL) {
5001 if (ctf_type_name(dnp->dn_xlator->dx_src_ctfp,
5005 if (ctf_type_name(dnp->dn_xlator->dx_dst_ctfp,
H A Ddt_program.c428 ctf_type_name(dnp->dn_ctfp, dnp->dn_type,
H A Ddt_decl.c603 CTF_ADD_NONROOT, ctf_type_name(dtt.dtt_ctfp,
H A Ddt_cg.c77 if (ctf_type_name(fp, type, n, sizeof (n)) == NULL ||
/freebsd-13-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_types.c325 ctf_type_name(ctf_file_t *fp, ctf_id_t type, char *buf, size_t len) function
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/
H A Ddtrace.c586 if (ctf_type_name(p->dtp_argv[i].dtt_ctfp,

Completed in 245 milliseconds