Home
last modified time | relevance | path

Searched refs:fderrmask (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dfd_debug.h48 { if (((l) >= fderrlevel) && ((m) & fderrmask)) cmn_err args; }
/titanic_41/usr/src/uts/intel/sys/
H A Dfd_debug.h49 { if (((l) >= fderrlevel) && ((m) & fderrmask)) cmn_err args; }
/titanic_41/usr/src/uts/sun/sys/
H A Dfdvar.h379 { if (((l) >= fderrlevel) && ((m) & fderrmask)) cmn_err args; }
/titanic_41/usr/src/uts/common/io/
H A Dfd.c139 static uint_t fderrmask = FDEM_ALL; variable
274 fderrmask = (uint_t)debug[1]; in fd_probe()
/titanic_41/usr/src/uts/sun/io/
H A Dfd.c545 static unsigned int fderrmask = (unsigned int)FDEM_ALL; variable