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

  /src/sys/dev/raidframe/
rf_revent.h 42 void rf_CauseReconEvent(RF_Raid_t *, RF_RowCol_t, void *, RF_Revent_t);
rf_revent.c 167 rf_CauseReconEvent(RF_Raid_t *raidPtr, RF_RowCol_t col, void *arg,
rf_reconstruct.c 1287 rf_CauseReconEvent(raidPtr, col, NULL, RF_REVENT_SKIP);
1301 rf_CauseReconEvent(raidPtr, col, NULL, RF_REVENT_SKIP);
1537 is the case, bail without calling rf_CauseReconEvent().
1547 rf_CauseReconEvent(raidPtr, ctrl->col, NULL, RF_REVENT_READ_FAILED);
1557 rf_CauseReconEvent(raidPtr, ctrl->col, NULL, RF_REVENT_READDONE);
1571 is the case, bail without calling rf_CauseReconEvent().
1580 rf_CauseReconEvent(rbuf->raidPtr, rbuf->col, arg, RF_REVENT_WRITE_FAILED);
1583 rf_CauseReconEvent(rbuf->raidPtr, rbuf->col, arg, RF_REVENT_WRITEDONE);
1625 rf_CauseReconEvent(raidPtr, p->col, NULL, RF_REVENT_HEADSEPCLEAR);
1874 is the case, bail without calling rf_CauseReconEvent()
    [all...]
rf_reconbuffer.c 389 rf_CauseReconEvent(raidPtr, rbuf->col, NULL, RF_REVENT_BUFREADY);
414 rf_CauseReconEvent(raidPtr, cb->col, (void *) 1, RF_REVENT_BUFCLEAR); /* arg==1 => we've

Completed in 16 milliseconds