Symbol: rf_CauseReconEvent
sys/dev/raidframe/rf_reconbuffer.c
389
rf_CauseReconEvent(raidPtr, rbuf->col, NULL, RF_REVENT_BUFREADY);
sys/dev/raidframe/rf_reconbuffer.c
414
rf_CauseReconEvent(raidPtr, cb->col, (void *) 1, RF_REVENT_BUFCLEAR); /* arg==1 => we've
sys/dev/raidframe/rf_reconstruct.c
1287
rf_CauseReconEvent(raidPtr, col, NULL, RF_REVENT_SKIP);
sys/dev/raidframe/rf_reconstruct.c
1301
rf_CauseReconEvent(raidPtr, col, NULL, RF_REVENT_SKIP);
sys/dev/raidframe/rf_reconstruct.c
1547
rf_CauseReconEvent(raidPtr, ctrl->col, NULL, RF_REVENT_READ_FAILED);
sys/dev/raidframe/rf_reconstruct.c
1557
rf_CauseReconEvent(raidPtr, ctrl->col, NULL, RF_REVENT_READDONE);
sys/dev/raidframe/rf_reconstruct.c
1580
rf_CauseReconEvent(rbuf->raidPtr, rbuf->col, arg, RF_REVENT_WRITE_FAILED);
sys/dev/raidframe/rf_reconstruct.c
1583
rf_CauseReconEvent(rbuf->raidPtr, rbuf->col, arg, RF_REVENT_WRITEDONE);
sys/dev/raidframe/rf_reconstruct.c
1625
rf_CauseReconEvent(raidPtr, p->col, NULL, RF_REVENT_HEADSEPCLEAR);
sys/dev/raidframe/rf_reconstruct.c
1882
rf_CauseReconEvent(rbuf->raidPtr, rbuf->col, (void *) rbuf, RF_REVENT_FORCEDREAD_FAILED);
sys/dev/raidframe/rf_reconstruct.c
1885
rf_CauseReconEvent(rbuf->raidPtr, rbuf->col, (void *) rbuf, RF_REVENT_FORCEDREADDONE);
sys/dev/raidframe/rf_reconstruct.c
1931
rf_CauseReconEvent(raidPtr, cb->col, NULL, RF_REVENT_BLOCKCLEAR);
sys/dev/raidframe/rf_reconstruct.c
1962
rf_CauseReconEvent(raidPtr, p->col, NULL, RF_REVENT_HEADSEPCLEAR);
sys/dev/raidframe/rf_revent.h
42
void rf_CauseReconEvent(RF_Raid_t *, RF_RowCol_t, void *, RF_Revent_t);