Lines Matching defs:buf1
274 char *bf, *buf1, *buf2;
331 buf1 = bf;
345 pda->bufPtr = buf1;
347 blockNode->succedents[i]->params[1].p = buf1;
350 buf1 += nbytes;
354 * keep i, buf1 running
366 pda->bufPtr = buf1;
368 blockNode->succedents[i]->params[1].p = buf1;
371 buf1 += nbytes;
405 * buf1 is the beginning of the data blocks chunk
408 buf1 = bf;
426 printf("raid%d: RAID1 parity verify %d bytes: i=%d buf1=%lx buf2=%lx buf=%lx\n",
427 raidPtr->raidid, nbytes, i, (long) buf1,
431 ret = memcmp(buf1, buf2, nbytes);
436 if (buf1[j] != buf2[j])
440 printf("buf1 %02x %02x %02x %02x %02x\n", buf1[0] & 0xff,
441 buf1[1] & 0xff, buf1[2] & 0xff, buf1[3] & 0xff, buf1[4] & 0xff);
457 buf1 += nbytes;