fullBufferList    398 dev/raidframe/rf_reconbuffer.c 	if ((p = reconCtrlPtr->fullBufferList) != NULL) {
fullBufferList    399 dev/raidframe/rf_reconbuffer.c 		reconCtrlPtr->fullBufferList = p->next;
fullBufferList    425 dev/raidframe/rf_reconbuffer.c 		if (!reconCtrl->fullBufferList ||
fullBufferList    427 dev/raidframe/rf_reconbuffer.c 		     reconCtrl->fullBufferList->failedDiskSectorOffset)) {
fullBufferList    431 dev/raidframe/rf_reconbuffer.c 			rbuf->next = reconCtrl->fullBufferList;
fullBufferList    432 dev/raidframe/rf_reconbuffer.c 			reconCtrl->fullBufferList = rbuf;
fullBufferList    434 dev/raidframe/rf_reconbuffer.c 			for (pt = reconCtrl->fullBufferList, p = pt->next;
fullBufferList    251 dev/raidframe/rf_reconstruct.h 	RF_ReconBuffer_t	*fullBufferList;/*
fullBufferList    155 dev/raidframe/rf_reconutil.c 	reconCtrlPtr->fullBufferList = NULL;
fullBufferList    333 dev/raidframe/rf_reconutil.c 	for (rbuf = raidPtr->reconControl[frow]->fullBufferList; rbuf;