Lines Matching defs:rc_error
393 int rc_error; /* I/O error for this device */
1187 } else if (rm->rm_col[c].rc_error != 0) {
1259 rm->rm_col[c].rc_error = 0;
1384 if (!rc->rc_tried || rc->rc_error != 0)
1398 if (!rc->rc_tried || rc->rc_error != 0)
1402 rc->rc_error = ECKSUM;
1453 while (rm->rm_col[c].rc_error != 0) {
1508 ASSERT(rc->rc_error == 0);
1509 rc->rc_error = ECKSUM;
1532 rm->rm_col[next].rc_error != 0; next++)
1548 rm->rm_col[c].rc_error != 0; c++)
1604 rc->rc_error = ENXIO;
1615 rc->rc_error = ESTALE;
1621 rc->rc_error = cvd->v_read(cvd, NULL, rc->rc_data,
1641 if (rc->rc_error) {
1642 ASSERT(rc->rc_error != ECKSUM); /* child has no bp */
1715 if (rc->rc_error != 0) {
1773 rc->rc_error = cvd->v_read(cvd, NULL,
1775 if (rc->rc_error == 0)