Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/boot/common/
H A Dbblk_einfo.c337 unsigned char *disk_hash; in einfo_should_update() local
387 disk_hash = (unsigned char *)einfo_get_hash(disk_einfo); in einfo_should_update()
389 if (memcmp(local_hash, disk_hash, disk_einfo->hash_size) == 0) { in einfo_should_update()