Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/raidframe/
H A Drf_aselect.c161 (raidPtr->Layout.map->SelectionFunc) (raidPtr, type, asm_p, &(stripeFuncs->fp)); in rf_SelectAlgorithm()
216 (raidPtr->Layout.map->SelectionFunc) (raidPtr, type, asm_up, &(vfple->fn)); in rf_SelectAlgorithm()
259 (raidPtr->Layout.map->SelectionFunc) (raidPtr, type, asm_bp, &(vfple->fn)); in rf_SelectAlgorithm()
H A Draidframevar.h571 void (*SelectionFunc) (RF_Raid_t * raidPtr, RF_IoType_t type, member