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

  /src/sys/dev/vme/
xy.c 115 if ((ER) == XY_ERR_AOK) { \
311 return(XY_ERR_AOK);
709 if (error == XY_ERR_AOK) break;
712 if (error != XY_ERR_AOK) {
727 if (xygetdisklabel(xy, buf) != XY_ERR_AOK)
1346 return(del == 0 ? XY_ERR_FAIL : XY_ERR_AOK);
1391 return(XY_ERR_AOK);
1459 return (XY_ERR_AOK);
1464 * xyc_submit_iorq: submit an iorq for processing. returns XY_ERR_AOK
1516 return XY_ERR_AOK; /* success *
    [all...]
xyreg.h 184 #define XY_ERR_AOK 0x00 /* success */
  /src/sys/arch/sun3/dev/
xy.c 127 if ((ER) == XY_ERR_AOK) { \
309 return XY_ERR_AOK;
586 if (err == XY_ERR_AOK)
590 if (err != XY_ERR_AOK) {
604 if (xygetdisklabel(xy, dvmabuf) != XY_ERR_AOK)
1199 return del == 0 ? XY_ERR_FAIL : XY_ERR_AOK;
1244 return XY_ERR_AOK;
1318 return XY_ERR_AOK;
1323 * xyc_submit_iorq: submit an iorq for processing. returns XY_ERR_AOK
1375 return XY_ERR_AOK; /* success *
    [all...]
xyreg.h 185 #define XY_ERR_AOK 0x00 /* success */

Completed in 13 milliseconds