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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_as.c86 if (idp->di_flags & (DT_IDFLG_DIFR | DT_IDFLG_DIFW))
101 if (!(idp->di_flags & (DT_IDFLG_DIFR | DT_IDFLG_DIFW)))
128 if (idp->di_flags & DT_IDFLG_DIFW)
135 idp->di_flags &= ~(DT_IDFLG_DIFR | DT_IDFLG_DIFW);
H A Ddt_ident.h111 #define DT_IDFLG_DIFW 0x0080 /* variable is modified by current DIFO */ macro
H A Ddt_cg.c659 idp->di_flags |= DT_IDFLG_DIFW;
716 idp->di_flags |= DT_IDFLG_DIFW;
1120 idp->di_flags |= DT_IDFLG_DIFW;
1204 dnp->dn_ident->di_flags |= DT_IDFLG_DIFW;
H A Ddt_cc.c142 DT_IDFLG_DIFR | DT_IDFLG_DIFW);

Completed in 81 milliseconds