HomeSort by: relevance | last modified time | path
    Searched refs:XD_RSET_ALL (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/sun3/dev/
xdvar.h 166 #define XD_RSET_ALL (-2) /* don't restart anything */
xd.c 1582 xdc_reset(xdcsc, 0, XD_RSET_ALL, XD_ERR_FAIL, 0);
1681 blastmode = XD_RSET_ALL; /* dead, flush all requests */
1699 if (blastmode == XD_RSET_ALL || blastmode != lcv) {
1794 if (xdc_reset(xdcsc, 0, XD_RSET_ALL, errno, 0) != XD_ERR_AOK) {
  /src/sys/dev/vme/
xdvar.h 167 #define XD_RSET_ALL (-2) /* don't restart anything */
xd.c 1754 xdc_reset(xdcsc, 0, XD_RSET_ALL, XD_ERR_FAIL, 0);
1851 blastmode = XD_RSET_ALL; /* dead, flush all requests */
1869 if (blastmode == XD_RSET_ALL || blastmode != lcv) {
1973 if (xdc_reset(xdcsc, 0, XD_RSET_ALL, errnum, 0) != XD_ERR_AOK) {

Completed in 95 milliseconds