Home
last modified time | relevance | path

Searched refs:good_buf (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/tools/regression/fsx/
H A Dfsx.c338 if (good_buf) { in report_failure()
339 save_buffer(good_buf, file_size, fsxgoodfd); in report_failure()
367 c = good_buf[offset]; in check_buffers()
373 short_at(&good_buf[offset]), bad); in check_buffers()
571 good_buf[offset] = testcalls % 256; in gendata()
573 good_buf[offset] += original_buf[offset]; in gendata()
622 iret = write(fd, good_buf + offset, size); in dowrite()
691 memcpy(p + pg_offset, good_buf + offset, size); in domapwrite()
748 iret = write(fd, good_buf, file_size); in writefileimage()
1193 good_buf = (char *) malloc(maxfilelen); in main()
[all …]
/freebsd-14.2/tools/test/stress2/misc/
H A Dumountf2.sh170 char *good_buf; /* a pointer to the correct data */
421 if (good_buf) {
422 save_buffer(good_buf, file_size, fsxgoodfd);
444 if (memcmp(good_buf + offset, temp_buf, size) != 0) {
449 c = good_buf[offset];
455 short_at(&good_buf[offset]), bad);
/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dzio.c4122 const abd_t *good_buf) in zio_vsd_default_cksum_finish() argument
4125 zfs_ereport_finish_checksum(zcr, good_buf, zcr->zcr_cbdata, B_FALSE); in zio_vsd_default_cksum_finish()