Searched defs:dt_type_name (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_parser.c307 dt_type_name(ctf_file_t *ctfp, ctf_id_t type, char *buf, size_t len) function
490 dt_type_name(dnp->dn_xlator->dx_dst_ctfp,
492 dt_type_name(dnp->dn_xlator->dx_src_ctfp,
736 (void) dt_type_name(dnp->dn_ctfp, dnp->dn_type, buf + n, len);
740 return (dt_type_name(dnp->dn_ctfp, dnp->dn_type, buf, len));
1435 dt_dprintf("type %s added as id %ld\n", dt_type_name(
1485 dt_type_name(dtt.dtt_ctfp, dtt.dtt_type,
1487 dt_type_name(ott.dtt_ctfp, ott.dtt_type,
1497 dt_type_name(dtt.dtt_ctfp, dtt.dtt_type,
1638 dt_type_name(dt
[all...]

Completed in 50 milliseconds