Home
last modified time | relevance | path

Searched refs:ERR_UNC (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/sun/sys/dada/impl/
H A Dstatus.h60 #define ERR_UNC 0x40 /* Uncorrectable data error */ macro
/titanic_41/usr/src/uts/sun/io/dada/targets/
H A Ddad.c2849 } else if ((error & ERR_UNC) == ERR_UNC) { in dcd_check_error()
4412 else if (cmdp->udcd_error_reg & ERR_UNC) in dcd_translate()