Searched refs:DT_IDFLG_DIFW (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_as.c82 if (idp->di_flags & (DT_IDFLG_DIFR | DT_IDFLG_DIFW))
97 if (!(idp->di_flags & (DT_IDFLG_DIFR | DT_IDFLG_DIFW)))
124 if (idp->di_flags & DT_IDFLG_DIFW)
131 idp->di_flags &= ~(DT_IDFLG_DIFR | DT_IDFLG_DIFW);
H A Ddt_ident.h109 #define DT_IDFLG_DIFW 0x0080 /* variable is modified by current DIFO */ macro
H A Ddt_cg.c658 idp->di_flags |= DT_IDFLG_DIFW;
715 idp->di_flags |= DT_IDFLG_DIFW;
1119 idp->di_flags |= DT_IDFLG_DIFW;
1203 dnp->dn_ident->di_flags |= DT_IDFLG_DIFW;
H A Ddt_cc.c131 DT_IDFLG_DIFR | DT_IDFLG_DIFW);

Completed in 187 milliseconds