HomeSort by: relevance | last modified time | path
    Searched defs:datasum (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/ufs/lfs/
lfs_rfw.c 567 uint32_t datasum, foundsum; local in function:check_segsum
723 datasum = lfs_ss_getdatasum(fs, ssp);
725 if (datasum != foundsum) {
726 DLOG((DLOG_RF, "Datasum error at 0x%" PRIx64
728 offset, datasum, foundsum));
  /src/usr.sbin/dumplfs/
dumplfs.c 594 u_int32_t datasum; local in function:dump_sum
630 "datasum ", lfs_ss_getdatasum(lfsp, sp));
738 datasum = cksum(datap, numblocks * el_size);
739 if (datasum != lfs_ss_getdatasum(lfsp, sp))
740 printf("** computed datasum 0x%lx does not match given datasum 0x%lx\n", (unsigned long)datasum, (unsigned long)lfs_ss_getdatasum(lfsp, sp));

Completed in 27 milliseconds