Home
last modified time | relevance | path

Searched refs:dt_xlator_create (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_xlator.h63 extern dt_xlator_t *dt_xlator_create(dtrace_hdl_t *,
H A Ddt_xlator.c97 dt_xlator_create(dtrace_hdl_t *dtp, in dt_xlator_create() function
350 return (dt_xlator_create(dtp, &src_dtt, &dst_dtt, NULL, NULL, NULL)); in dt_xlator_lookup()
H A Ddt_parser.c2504 dxp = dt_xlator_create(dtp, &src, &dst, name, members, yypcb->pcb_list); in dt_node_xlator()