Home
last modified time | relevance | path

Searched refs:DT_IDFLG_DIFW (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()
126 if (idp->di_flags & DT_IDFLG_DIFW) in dt_copyvar()
133 idp->di_flags &= ~(DT_IDFLG_DIFR | DT_IDFLG_DIFW); in dt_copyvar()
H A Ddt_ident.h107 #define DT_IDFLG_DIFW 0x0080 /* variable is modified by current DIFO */ macro
H A Ddt_cg.c678 idp->di_flags |= DT_IDFLG_DIFW; in dt_cg_prearith_op()
733 idp->di_flags |= DT_IDFLG_DIFW; in dt_cg_postarith_op()
1147 idp->di_flags |= DT_IDFLG_DIFW; in dt_cg_asgn_op()
1234 dnp->dn_ident->di_flags |= DT_IDFLG_DIFW; in dt_cg_assoc_op()
H A Ddt_cc.c127 DT_IDFLG_DIFR | DT_IDFLG_DIFW); in dt_idreset()