Home
last modified time | relevance | path

Searched refs:ctf_type_name (Results 1 – 18 of 18) sorted by relevance

/onnv-gate/usr/src/lib/abi/apptrace/common/
H A Dapptraceutil.c49 if (ctf_type_name(ctfp, type, buf, len) == NULL) in type_name()
316 if (ctf_type_name(ctfp, id, type, sizeof (type)) == NULL) in elt_print()
/onnv-gate/usr/src/cmd/dtrace/test/cmd/chkargs/
H A Dchkargs.c77 ctf_type_name(p.dtp_argv[i].dtt_ctfp, in probe()
/onnv-gate/usr/src/cmd/mdb/common/libstandctf/
H A Dmapfile81 ctf_type_name;
/onnv-gate/usr/src/uts/common/ctf/
H A Dmapfile95 ctf_type_name;
/onnv-gate/usr/src/lib/libctf/common/
H A Dmapfile-vers105 ctf_type_name;
/onnv-gate/usr/src/uts/common/sys/
H A Dctf_api.h177 extern char *ctf_type_name(ctf_file_t *, ctf_id_t, char *, size_t);
/onnv-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_nm.c193 if (ctf_type_name(fp, f.ctc_return, arg, sizeof (arg)) != NULL) in nm_func_signature()
207 if (ctf_type_name(fp, argv[i], arg, sizeof (arg)) != NULL) in nm_func_signature()
254 str = ctf_type_name(fp, id, buf, sizeof (buf)); in nm_print_ctype()
H A Dmdb_ctf.c410 if (ctf_type_name(idp->mci_fp, id, name, sizeof (name)) != in mdb_ctf_type_resolve()
436 ret = ctf_type_name(idp->mci_fp, idp->mci_id, buf, len); in mdb_ctf_type_name()
/onnv-gate/usr/src/lib/libdtrace/common/
H A Ddt_dof.c379 dofxl.dofxl_argv = dof_add_string(ddo, ctf_type_name( in dof_add_translator()
382 dofxl.dofxl_type = dof_add_string(ddo, ctf_type_name( in dof_add_translator()
411 (void) dof_add_string(ddo, ctf_type_name(dnp->dn_ctfp, in dof_add_probe()
418 (void) dof_add_string(ddo, ctf_type_name(dnp->dn_ctfp, in dof_add_probe()
H A Ddt_printf.c171 return (ctf_type_name(ctfp, type, n, sizeof (n)) != NULL && ( in pfcheck_xshort()
184 return (ctf_type_name(ctfp, type, n, sizeof (n)) != NULL && ( in pfcheck_xlong()
197 if (ctf_type_name(ctfp, ctf_type_resolve(ctfp, type), n, in pfcheck_xlonglong()
210 if (ctf_type_name(ctfp, type, n, sizeof (n)) != NULL && in pfcheck_xlonglong()
H A Ddt_parser.c299 else if (ctf_type_name(ctfp, type, buf, len) == NULL) in dt_type_name()
3649 char *tag = ctf_type_name(ctfp, type, n1, sizeof (n1)); in dt_cook_op2()
3670 ctf_type_name(ctfp, type, n1, sizeof (n1))); in dt_cook_op2()
3675 ctf_type_name(ctfp, type, n1, sizeof (n1))); in dt_cook_op2()
3682 ctf_type_name(ctfp, type, n1, sizeof (n1))); in dt_cook_op2()
4201 mnp->dn_membname, ctf_type_name(dxp->dx_dst_ctfp, in dt_cook_xlator()
4535 ctf_type_name(dnp->dn_ctfp, dnp->dn_type, n, sizeof (n)) != NULL) { in dt_node_printr()
4713 if (ctf_type_name(dnp->dn_xlator->dx_src_ctfp, in dt_node_printr()
4717 if (ctf_type_name(dnp->dn_xlator->dx_dst_ctfp, in dt_node_printr()
H A Ddt_program.c421 ctf_type_name(dnp->dn_ctfp, dnp->dn_type, in dt_header_decl()
H A Ddt_decl.c603 CTF_ADD_NONROOT, ctf_type_name(dtt.dtt_ctfp, in dt_decl_member()
H A Ddt_cg.c74 if (ctf_type_name(fp, type, n, sizeof (n)) == NULL || in dt_cg_membinfo()
/onnv-gate/usr/src/uts/intel/dtrace/
H A Dfbt.c659 if (ctf_type_name(fp, type, desc->dtargd_native, in fbt_getargdesc()
/onnv-gate/usr/src/common/ctf/
H A Dctf_types.c309 ctf_type_name(ctf_file_t *fp, ctf_id_t type, char *buf, size_t len) in ctf_type_name() function
/onnv-gate/usr/src/cmd/dtrace/
H A Ddtrace.c513 if (ctf_type_name(p->dtp_argv[i].dtt_ctfp, in print_probe_info()
/onnv-gate/usr/src/uts/sparc/dtrace/
H A Dfbt.c1687 if (ctf_type_name(fp, type, desc->dtargd_native, in fbt_getargdesc()