Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/1394/
H A Dt1394_errmsg.c167 if ((result >= -CMD1394_ERR_FIRST) && (result <= -CMD1394_ERR_LAST)) { in t1394_errmsg()
168 err = result - (-CMD1394_ERR_FIRST); in t1394_errmsg()
/titanic_44/usr/src/uts/common/sys/1394/
H A Dcmd1394.h203 #define CMD1394_ERR_FIRST CMD1394_CMDSUCCESS macro