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

  /src/sys/dev/raidframe/
rf_aselect.c 120 RF_VoidFunctionPointerListElem_t *vfple, *tmpvfple; local in function:rf_SelectAlgorithm
206 vfple = rf_AllocVFPListElem(raidPtr);
207 if (failed_stripe->vfple == NULL) {
208 failed_stripe->vfple = vfple;
209 failed_stripes_vfple_end = vfple;
211 failed_stripes_vfple_end->next = vfple;
212 failed_stripes_vfple_end = vfple;
216 (raidPtr->Layout.map->SelectionFunc) (raidPtr, type, asm_up, &(vfple->fn));
221 if (vfple->fn == NULL)
    [all...]
rf_netbsd.h 80 struct pool vfple; /* VoidFunctionPtr List Elements */ member in struct:RF_Pools_s
106 char vfple[RF_MAX_POOLNAMELEN]; /* VoidFunctionPtr List Elements */ member in struct:RF_PoolNames_s
rf_layout.h 193 RF_VoidFunctionPointerListElem_t *vfple; /* linked list of pointers to DAG creation member in struct:RF_FailedStripe_s

Completed in 13 milliseconds