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

  /src/sys/dev/raidframe/
rf_aselect.c 119 RF_ASMHeaderListElem_t *asmhle, *tmpasmhle; local in function:rf_SelectAlgorithm
287 tmpasmhle= asmhle;
288 asmhle = tmpasmhle->next;
289 rf_FreeAccessStripeMap(raidPtr, tmpasmhle->asmh);
290 rf_FreeASMHeaderListElem(raidPtr, tmpasmhle);
295 tmpasmhle= asmhle;
296 asmhle = tmpasmhle->next;
297 rf_FreeAccessStripeMap(raidPtr, tmpasmhle->asmh);
298 rf_FreeASMHeaderListElem(raidPtr, tmpasmhle);
365 this access. We initialize tmpasmhle and tmpvfpl
    [all...]

Completed in 10 milliseconds