Lines Matching refs:buf1
274 char *bf, *buf1, *buf2; in rf_VerifyParityRAID1() local
331 buf1 = bf; in rf_VerifyParityRAID1()
345 pda->bufPtr = buf1; in rf_VerifyParityRAID1()
347 blockNode->succedents[i]->params[1].p = buf1; in rf_VerifyParityRAID1()
350 buf1 += nbytes; in rf_VerifyParityRAID1()
366 pda->bufPtr = buf1; in rf_VerifyParityRAID1()
368 blockNode->succedents[i]->params[1].p = buf1; in rf_VerifyParityRAID1()
371 buf1 += nbytes; in rf_VerifyParityRAID1()
408 buf1 = bf; in rf_VerifyParityRAID1()
427 raidPtr->raidid, nbytes, i, (long) buf1, in rf_VerifyParityRAID1()
431 ret = memcmp(buf1, buf2, nbytes); in rf_VerifyParityRAID1()
436 if (buf1[j] != buf2[j]) in rf_VerifyParityRAID1()
440 printf("buf1 %02x %02x %02x %02x %02x\n", buf1[0] & 0xff, in rf_VerifyParityRAID1()
441 buf1[1] & 0xff, buf1[2] & 0xff, buf1[3] & 0xff, buf1[4] & 0xff); in rf_VerifyParityRAID1()
457 buf1 += nbytes; in rf_VerifyParityRAID1()