Home
last modified time | relevance | path

Searched refs:DT_IDFLG_DIFR (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_as.c84 if (idp->di_flags & (DT_IDFLG_DIFR | DT_IDFLG_DIFW)) in dt_countvar()
99 if (!(idp->di_flags & (DT_IDFLG_DIFR | DT_IDFLG_DIFW))) in dt_copyvar()
124 if (idp->di_flags & DT_IDFLG_DIFR) in dt_copyvar()
133 idp->di_flags &= ~(DT_IDFLG_DIFR | DT_IDFLG_DIFW); in dt_copyvar()
H A Ddt_ident.h106 #define DT_IDFLG_DIFR 0x0040 /* variable is referenced by current DIFO */ macro
H A Ddt_cg.c1191 dnp->dn_ident->di_flags |= DT_IDFLG_DIFR; in dt_cg_assoc_op()
1290 idp->di_flags |= DT_IDFLG_DIFR; in dt_cg_array_op()
2039 dnp->dn_ident->di_flags |= DT_IDFLG_DIFR; in dt_cg_node()
H A Ddt_cc.c127 DT_IDFLG_DIFR | DT_IDFLG_DIFW); in dt_idreset()