Symbol: RF_RaidReconDesc_t
sys/dev/raidframe/rf_desc.h
61
RF_RaidReconDesc_t *next;
sys/dev/raidframe/rf_raid.h
193
RF_RaidReconDesc_t *reconDesc; /* reconstruction descriptor */
sys/dev/raidframe/rf_reconstruct.c
108
static RF_RaidReconDesc_t *AllocRaidReconDesc(RF_Raid_t *, RF_RowCol_t,
sys/dev/raidframe/rf_reconstruct.c
110
static void FreeReconDesc(RF_RaidReconDesc_t *);
sys/dev/raidframe/rf_reconstruct.c
169
static RF_RaidReconDesc_t *
sys/dev/raidframe/rf_reconstruct.c
175
RF_RaidReconDesc_t *reconDesc;
sys/dev/raidframe/rf_reconstruct.c
189
FreeReconDesc(RF_RaidReconDesc_t *reconDesc)
sys/dev/raidframe/rf_reconstruct.c
200
RF_Free(reconDesc, sizeof(RF_RaidReconDesc_t));
sys/dev/raidframe/rf_reconstruct.c
247
RF_RaidReconDesc_t *reconDesc;
sys/dev/raidframe/rf_reconstruct.c
359
RF_RaidReconDesc_t *reconDesc;
sys/dev/raidframe/rf_reconstruct.c
562
rf_ContinueReconstructFailedDisk(RF_RaidReconDesc_t *reconDesc)
sys/dev/raidframe/rf_reconstruct.h
121
RF_RaidReconDesc_t *reconDesc;
sys/dev/raidframe/rf_reconstruct.h
182
int rf_ContinueReconstructFailedDisk(RF_RaidReconDesc_t *);
sys/dev/raidframe/rf_reconutil.c
57
rf_MakeReconControl(RF_RaidReconDesc_t *reconDesc,
sys/dev/raidframe/rf_reconutil.h
41
rf_MakeReconControl(RF_RaidReconDesc_t * reconDesc,
sys/dev/raidframe/rf_revent.c
207
rf_DrainReconEventQueue(RF_RaidReconDesc_t *reconDesc)
sys/dev/raidframe/rf_revent.c
82
rf_GetNextReconEvent(RF_RaidReconDesc_t *reconDesc)
sys/dev/raidframe/rf_revent.h
41
RF_ReconEvent_t *rf_GetNextReconEvent(RF_RaidReconDesc_t *);
sys/dev/raidframe/rf_revent.h
43
void rf_DrainReconEventQueue(RF_RaidReconDesc_t *r);