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

  /src/sys/dev/raidframe/
rf_aselect.c 122 RF_FailedStripe_t *tmpfailed_stripe, *failed_stripe = NULL; local in function:rf_SelectAlgorithm
317 tmpfailed_stripe = failed_stripe;
319 rf_FreeFailedStripeStruct(raidPtr, tmpfailed_stripe);
531 tmpfailed_stripe = failed_stripe;
532 failed_stripe = tmpfailed_stripe->next;
533 rf_FreeFailedStripeStruct(raidPtr, tmpfailed_stripe);

Completed in 12 milliseconds