Home
last modified time | relevance | path

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

/mirbsd/src/sys/arch/sparc/dev/
Dxd.c335 return(XD_ERR_AOK);
667 if (xdgetdisklabel(xd, xa->buf) != XD_ERR_AOK)
1091 if (xdc_startbuf(parent, NULL, NULL) != XD_ERR_AOK)
1109 if (xdc_startbuf(parent, xd, bp) != XD_ERR_AOK) {
1159 if (xdc_startbuf(xdcsc, NULL, NULL) != XD_ERR_AOK)
1333 if (xdc_piodriver(xdcsc, 0, 1) != XD_ERR_AOK)
1463 return (XD_ERR_AOK);
1523 return XD_ERR_AOK; /* success */
1555 return (XD_ERR_AOK); /* success */
1627 return (XD_ERR_AOK);
[all …]
Dxdreg.h365 #define XD_ERR_AOK 0x00 /* success */ macro