Searched refs:fsdata_crc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/lib/libstand/
H A Dnandfs.c151 uint32_t fsdata_crc, comp_crc; local
157 fsdata_crc = fsdata->f_sum;
164 fsdata->f_sum = fsdata_crc;
167 return (fsdata_crc == comp_crc);

Completed in 58 milliseconds