Home
last modified time | relevance | path

Searched refs:tmpfailed_stripe (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/dev/raidframe/
Drf_aselect.c122 RF_FailedStripe_t *tmpfailed_stripe, *failed_stripe = NULL; in rf_SelectAlgorithm() local
317 tmpfailed_stripe = failed_stripe; in rf_SelectAlgorithm()
319 … rf_FreeFailedStripeStruct(raidPtr, tmpfailed_stripe); in rf_SelectAlgorithm()
531 tmpfailed_stripe = failed_stripe; in rf_SelectAlgorithm()
532 failed_stripe = tmpfailed_stripe->next; in rf_SelectAlgorithm()
533 rf_FreeFailedStripeStruct(raidPtr, tmpfailed_stripe); in rf_SelectAlgorithm()