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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dutil.c695 uint_t hash1, hash2; local
699 hash1 = ((Isd_node *)n1)->isd_hash;
702 if (hash1 > hash2)
704 if (hash1 < hash2)
/illumos-gate/usr/src/uts/common/io/hme/
H A Dhme_mac.h429 uint_t hash1; /* hash table 1 [31-16] (RW) */ member in struct:hme_bmac
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dutil.c279 uint_t hash1, hash2; local
283 hash1 = ((PathNode *)n1)->pn_hash;
286 if (hash1 > hash2)
288 if (hash1 < hash2)
/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri_mac.h703 uint32_t hash1; /* 0x60C4 h-table 1 [31-16] (RW) */ member in struct:bmac

Completed in 100 milliseconds