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

/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_as.c84 if (idp->di_flags & (DT_IDFLG_DIFR | DT_IDFLG_DIFW))
99 if (!(idp->di_flags & (DT_IDFLG_DIFR | DT_IDFLG_DIFW)))
126 if (idp->di_flags & DT_IDFLG_DIFW)
133 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.c674 idp->di_flags |= DT_IDFLG_DIFW;
729 idp->di_flags |= DT_IDFLG_DIFW;
1130 idp->di_flags |= DT_IDFLG_DIFW;
1213 dnp->dn_ident->di_flags |= DT_IDFLG_DIFW;
H A Ddt_cc.c128 DT_IDFLG_DIFR | DT_IDFLG_DIFW);

Completed in 77 milliseconds