Searched refs:DIS_DEBUG_COMPAT (Results 1 – 3 of 3) sorted by relevance
860 if ((dhx->dhx_debug & DIS_DEBUG_COMPAT) != 0) in fmt_branch()928 if ((dhx->dhx_debug & (DIS_DEBUG_SYN_ALL|DIS_DEBUG_COMPAT)) != 0) { in fmt_cas()1067 if ((dhx->dhx_debug & DIS_DEBUG_COMPAT) == 0) in fmt_ls()1072 if ((dhx->dhx_debug & DIS_DEBUG_COMPAT) == 0) in fmt_ls()1078 if ((dhx->dhx_debug & DIS_DEBUG_COMPAT) == 0) in fmt_ls()1081 if ((dhp->dh_flags & (DIS_DEBUG_COMPAT|DIS_DEBUG_SYN_ALL)) in fmt_ls()1093 if ((dhp->dh_flags & (DIS_DEBUG_COMPAT|DIS_DEBUG_SYN_ALL)) in fmt_ls()1105 if ((dhp->dh_flags & (DIS_DEBUG_COMPAT|DIS_DEBUG_SYN_ALL)) in fmt_ls()1116 if ((dhx->dhx_debug & DIS_DEBUG_COMPAT) == 0) in fmt_ls()1123 if ((dhp->dh_flags & (DIS_DEBUG_COMPAT|DIS_DEBUG_SYN_ALL)) in fmt_ls()[all …]
134 dhx->dhx_debug = DIS_DEBUG_COMPAT; in dis_sparc_handle_attach()162 dhx->dhx_debug |= DIS_DEBUG_COMPAT; in dis_sparc_handle_attach()165 dhx->dhx_debug &= ~(DIS_DEBUG_SYN_ALL|DIS_DEBUG_COMPAT); in dis_sparc_handle_attach()
43 #define DIS_DEBUG_COMPAT 0x01L macro