HomeSort by: relevance | last modified time | path
    Searched defs:asmhle (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/raidframe/
rf_aselect.c 119 RF_ASMHeaderListElem_t *asmhle, *tmpasmhle; local in function:rf_SelectAlgorithm
192 asmhle = rf_AllocASMHeaderListElem(raidPtr);
194 failed_stripe->asmh_u = asmhle; /* we're the head... */
195 failed_stripes_asmh_u_end = asmhle; /* and the tail */
198 failed_stripes_asmh_u_end->next = asmhle;
199 failed_stripes_asmh_u_end = asmhle;
203 asmhle->asmh = rf_MapAccess(raidPtr, address, length, buffer, RF_DONT_REMAP);
204 asm_up = asmhle->asmh->stripeMap;
239 asmhle = rf_AllocASMHeaderListElem(raidPtr);
241 failed_stripe->asmh_b = asmhle;
    [all...]
rf_netbsd.h 62 struct pool asmhle; /* Access Stripe Map Header List Elements */ member in struct:RF_Pools_s
88 char asmhle[RF_MAX_POOLNAMELEN]; /* Access Stripe Map Header List Elements */ member in struct:RF_PoolNames_s

Completed in 12 milliseconds