Searched refs:rf_MakeReconBuffer (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/dev/raidframe/
H A Drf_reconutil.h47 rf_MakeReconBuffer(RF_Raid_t * raidPtr, RF_RowCol_t col, RF_RbufType_t type);
H A Drf_reconutil.c124 reconCtrlPtr->perDiskInfo[i].rbuf = (i == fcol) ? NULL : rf_MakeReconBuffer(raidPtr, i, RF_RBUF_TYPE_EXCLUSIVE);
142 rbuf = rf_MakeReconBuffer(raidPtr, fcol,
228 rf_MakeReconBuffer(RF_Raid_t *raidPtr, RF_RowCol_t col, RF_RbufType_t type) function
H A Drf_reconstruct.c1822 new_rbuf = rf_MakeReconBuffer(raidPtr, diskno, RF_RBUF_TYPE_FORCED); /* create new buf */

Completed in 209 milliseconds