Home
last modified time | relevance | path

Searched refs:dn_ident (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_parser.c438 switch (dnp->dn_ident->di_kind) { in dt_node_name()
449 dt_idkind_name(dnp->dn_ident->di_kind), in dt_node_name()
450 prefix, dnp->dn_ident->di_name, suffix); in dt_node_name()
453 dts = dnp->dn_ident->di_data; in dt_node_name()
574 if (dnp->dn_ident != NULL) { in dt_node_free()
575 if (dnp->dn_ident->di_flags & DT_IDFLG_ORPHAN) in dt_node_free()
576 dt_ident_destroy(dnp->dn_ident); in dt_node_free()
577 dnp->dn_ident = NULL; in dt_node_free()
737 if (dt_node_is_dynamic(dnp) && dnp->dn_ident != NULL) { in dt_node_type_name()
739 dt_idkind_name(dt_ident_resolve(dnp->dn_ident)->di_kind)); in dt_node_type_name()
[all …]
H A Ddt_cc.c336 dnp->dn_ident->di_name, argc); in dt_action_clear()
346 dnp->dn_ident->di_name, in dt_action_clear()
350 aid = anp->dn_ident; in dt_action_clear()
358 dt_action_difconst(ap, anp->dn_ident->di_id, DTRACEACT_LIBACT); in dt_action_clear()
368 int denormal = (strcmp(dnp->dn_ident->di_name, "denormalize") == 0); in dt_action_normalize()
379 dnp->dn_ident->di_name, argc, denormal ? 1 : 2); in dt_action_normalize()
389 dnp->dn_ident->di_name, in dt_action_normalize()
396 dnp->dn_ident->di_name); in dt_action_normalize()
399 aid = anp->dn_ident; in dt_action_normalize()
407 dt_action_difconst(ap, anp->dn_ident->di_id, DTRACEACT_LIBACT); in dt_action_normalize()
[all …]
H A Ddt_cg.c677 dt_ident_t *idp = dt_ident_resolve(dnp->dn_child->dn_ident); in dt_cg_prearith_op()
732 dt_ident_t *idp = dt_ident_resolve(dnp->dn_child->dn_ident); in dt_cg_postarith_op()
1147 idp = dt_ident_resolve(dnp->dn_left->dn_ident); in dt_cg_asgn_op()
1180 assert(!(dnp->dn_ident->di_flags & DT_IDFLG_LOCAL)); in dt_cg_assoc_op()
1183 dt_cg_arglist(dnp->dn_ident, dnp->dn_args, dlp, drp); in dt_cg_assoc_op()
1187 if (dnp->dn_ident->di_flags & DT_IDFLG_TLS) in dt_cg_assoc_op()
1192 dnp->dn_ident->di_flags |= DT_IDFLG_DIFR; in dt_cg_assoc_op()
1193 instr = DIF_INSTR_LDV(op, dnp->dn_ident->di_id, dnp->dn_reg); in dt_cg_assoc_op()
1235 dnp->dn_ident->di_flags |= DT_IDFLG_DIFW; in dt_cg_assoc_op()
1236 instr = DIF_INSTR_STV(stvop, dnp->dn_ident->di_id, dnp->dn_reg); in dt_cg_assoc_op()
[all …]
H A Ddt_ident.c379 dnp->dn_ident = dt_ident_create(idp->di_name, idp->di_kind, in dt_idcook_args()
383 if (dnp->dn_ident == NULL) in dt_idcook_args()
399 dnp->dn_ident = dt_ident_create(idp->di_name, xidp->di_kind, in dt_idcook_args()
403 if (dnp->dn_ident == NULL) in dt_idcook_args()
414 dnp->dn_ident->di_data = xidp->di_data; in dt_idcook_args()
415 dnp->dn_ident->di_ctfp = xidp->di_ctfp; in dt_idcook_args()
416 dnp->dn_ident->di_type = xidp->di_type; in dt_idcook_args()
428 assert(dnp->dn_ident->di_flags & DT_IDFLG_ORPHAN); in dt_idcook_args()
429 assert(dnp->dn_ident->di_id == idp->di_id); in dt_idcook_args()
997 idp = dnp->dn_ident; in dt_ident_resolve()
[all …]
H A Ddt_parser.h124 #define dn_ident dn_u._nodes._ident /* VAR,SYM,FUN,AGG,INL,PROBE */ macro
H A Ddt_sugar.c260 const dt_idnode_t *inp = dnp->dn_ident->di_iarg; in dt_sugar_visit_all()
H A Ddt_printf.c1179 lid = lhs->dn_ident; in dt_printa_validate()
1180 rid = rhs->dn_ident; in dt_printa_validate()