Home | History | Annotate | Download | only in raidframe

Lines Matching defs:ebuf

192 rf_RegularESubroutine(RF_DagNode_t *node, char *ebuf)
205 RF_ASSERT(node->params[i + 1].p != ebuf);
210 destbuf = ebuf + rf_RaidAddressToByte(raidPtr, suoffset);
242 rf_DegrESubroutine(RF_DagNode_t *node, char *ebuf)
256 RF_ASSERT(node->params[i + 1].p != ebuf);
261 destbuf = ebuf + rf_RaidAddressToByte(raidPtr, suoffset - failedSUOffset);
448 char *ebuf)
489 ebuf_current = ((short *) ebuf) + i * shortsPerEU + k;
492 ebuf_current = ((long *) ebuf) + i * longsPerEU + k;
557 ebuf_current = (short *) ebuf + shortsPerEU * erow;
561 ebuf_current = (long *) ebuf + longsPerEU * erow;
647 char **buf, *ebuf, *pbuf, *dest[2];
789 ebuf = (char *)epda->bufPtr + rf_RaidAddressToByte(raidPtr, sector - esuoff);
794 rf_doubleEOdecode(raidPtr, buf, dest, fcol, pbuf, ebuf);
843 char *ebuf, *pbuf, *dest[2], *olddata[2];
863 * initialize the pbuf and ebuf to point at the beginning of each
870 /* pbuf and ebuf: they will change values as double recovery decoding
873 ebuf = epda->bufPtr;
896 /* Begin the recovery decoding, initially buf[j], ebuf, pbuf, dest[j]
900 rf_doubleEOdecode(raidPtr, buf, dest, fcol, pbuf, ebuf);
906 ebuf += bytesPerSector;