Home
last modified time | relevance | path

Searched refs:suma (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/migration/
H A Dmigration.kshlib103 suma=`echo $sumy | awk '{print $1}'`
106 if (( $oldsuma != $suma )); then
137 suma=`echo $sumy | awk '{print $1}'`
140 if (( $oldsuma != $suma )); then
/illumos-gate/usr/src/lib/libpkg/common/
H A Dverify.c258 CHECKSUM_T suma; /* to split four-bytes into 2 two-byte values */ in compute_checksum() local
322 suma.lg = lg; in compute_checksum()
323 tempa.lg = (suma.hl.lo & WDMSK) + (suma.hl.hi & WDMSK); in compute_checksum()