Searched refs:DIS_DEBUG_COMPAT (Results 1 – 3 of 3) sorted by relevance
859 if ((dhx->dhx_debug & DIS_DEBUG_COMPAT) != 0) in fmt_branch()927 if ((dhx->dhx_debug & (DIS_DEBUG_SYN_ALL|DIS_DEBUG_COMPAT)) != 0) { in fmt_cas()1066 if ((dhx->dhx_debug & DIS_DEBUG_COMPAT) == 0) in fmt_ls()1071 if ((dhx->dhx_debug & DIS_DEBUG_COMPAT) == 0) in fmt_ls()1077 if ((dhx->dhx_debug & DIS_DEBUG_COMPAT) == 0) in fmt_ls()1080 if ((dhp->dh_flags & (DIS_DEBUG_COMPAT|DIS_DEBUG_SYN_ALL)) in fmt_ls()1092 if ((dhp->dh_flags & (DIS_DEBUG_COMPAT|DIS_DEBUG_SYN_ALL)) in fmt_ls()1104 if ((dhp->dh_flags & (DIS_DEBUG_COMPAT|DIS_DEBUG_SYN_ALL)) in fmt_ls()1115 if ((dhx->dhx_debug & DIS_DEBUG_COMPAT) == 0) in fmt_ls()1122 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