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

  /src/sys/dev/raidframe/
rf_revent.h 41 RF_ReconEvent_t *rf_GetNextReconEvent(RF_RaidReconDesc_t *);
44 void rf_FreeReconEventDesc(RF_Raid_t *,RF_ReconEvent_t *);
rf_revent.c 53 static RF_ReconEvent_t *
70 rf_pool_init(raidPtr, raidPtr->poolNames.revent, &raidPtr->pools.revent, sizeof(RF_ReconEvent_t),
81 RF_ReconEvent_t *
86 RF_ReconEvent_t *event;
171 RF_ReconEvent_t *event = GetReconEventDesc(raidPtr, col, arg, type);
187 static RF_ReconEvent_t *
190 RF_ReconEvent_t *t;
210 RF_ReconEvent_t *event;
226 rf_FreeReconEventDesc(RF_Raid_t *raidPtr, RF_ReconEvent_t *event)
rf_reconstruct.h 100 RF_ReconEvent_t *next;
138 RF_ReconEvent_t *eventQueue; /* queue of pending reconstruction
raidframevar.h 254 typedef struct RF_ReconEvent_s RF_ReconEvent_t;
rf_reconstruct.c 111 static int ProcessReconEvent(RF_Raid_t *, RF_ReconEvent_t *);
569 RF_ReconEvent_t *event;
977 ProcessReconEvent(RF_Raid_t *raidPtr, RF_ReconEvent_t *event)

Completed in 39 milliseconds