Searched defs:bblk_no_hash (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/boot/common/
H A Dbblk_einfo.c38 bblk_hash_t bblk_no_hash = {BBLK_NO_HASH, 0, "(no hash)", NULL}; variable
42 &bblk_no_hash,
292 einfo->hash_type = bblk_no_hash.type;
293 einfo->hash_size = bblk_no_hash.size;
366 if (disk_einfo->hash_type == bblk_no_hash.type)

Completed in 45 milliseconds