Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/boot/common/
H A Dbblk_einfo.c366 unsigned char *disk_hash; in einfo_should_update() local
416 disk_hash = (unsigned char *)einfo_get_hash(disk_einfo); in einfo_should_update()
418 if (memcmp(local_hash, disk_hash, disk_einfo->hash_size) == 0) { in einfo_should_update()