HomeSort by: relevance | last modified time | path
    Searched refs:dt_type_name (Results 1 - 4 of 4) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_parser.h 269 extern const char *dt_type_name(ctf_file_t *, ctf_id_t, char *, size_t);
dt_parser.c 312 dt_type_name(ctf_file_t *ctfp, ctf_id_t type, char *buf, size_t len) function
495 dt_type_name(dnp->dn_xlator->dx_dst_ctfp,
497 dt_type_name(dnp->dn_xlator->dx_src_ctfp,
741 (void) dt_type_name(dnp->dn_ctfp, dnp->dn_type, buf + n, len);
745 return (dt_type_name(dnp->dn_ctfp, dnp->dn_type, buf, len));
1440 dt_dprintf("type %s added as id %ld\n", dt_type_name(
1490 dt_type_name(dtt.dtt_ctfp, dtt.dtt_type,
1492 dt_type_name(ott.dtt_ctfp, ott.dtt_type,
1502 dt_type_name(dtt.dtt_ctfp, dtt.dtt_type,
1643 dt_type_name(dtt.dtt_ctfp
    [all...]
dt_decl.c 554 "%s\n", dt_type_name(dtt.dtt_ctfp, dtt.dtt_type,
879 dt_type_name(tip->dtt_ctfp, tip->dtt_type,
dt_ident.c 344 dt_type_name(ap->dn_ctfp, ap->dn_type, n1, sizeof (n1)));
457 dt_type_name(ap->dn_ctfp, ap->dn_type, n, sizeof (n)));

Completed in 27 milliseconds