Searched defs:good_crc (Results 1 - 1 of 1) sorted by relevance

/external/fio/
H A Dverify.c209 void *good_crc; member in struct:vcont
313 if (vc->good_crc && vc->bad_crc) {
315 hexdump(vc->good_crc, vc->crc_len);
430 vc->good_crc = &vh->hash;
455 vc->good_crc = vh->sha512;
481 vc->good_crc = vh->sha256;
507 vc->good_crc = vh->sha1;
528 vc->good_crc = &vh->crc7;
549 vc->good_crc = &vh->crc16;
570 vc->good_crc
[all...]

Completed in 73 milliseconds