Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs728 HV *hash1; in apply_to_ties() local
732 hash1 = (HV *)SvRV(self); in apply_to_ties()
733 hv_iterinit(hash1); in apply_to_ties()
737 while ((entry1 = hv_iternext(hash1))) { in apply_to_ties()
741 hash2 = (HV *)SvRV(hv_iterval(hash1, entry1)); in apply_to_ties()
799 HV *hash1; in prune_invalid() local
805 hash1 = (HV *)SvRV(self); in prune_invalid()
806 hv_iterinit(hash1); in prune_invalid()
810 while ((entry1 = hv_iternext(hash1))) { in prune_invalid()
815 hash2 = (HV *)SvRV(hv_iterval(hash1, entry1)); in prune_invalid()
[all …]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash_func.c45 static u_int32_t hash1 __P((const void *, size_t));
65 hash1(key, len)
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dutil.c562 uint_t hash1, hash2; in isdavl_compare() local
566 hash1 = ((Isd_node *)n1)->isd_hash; in isdavl_compare()
569 if (hash1 > hash2) in isdavl_compare()
571 if (hash1 < hash2) in isdavl_compare()
/illumos-gate/usr/src/uts/common/io/hme/
H A Dhme_mac.h429 uint_t hash1; /* hash table 1 [31-16] (RW) */ member
H A Dhme.c2603 PUT_MACREG(hash1, hmep->hme_ladrf[1]); in hmeinit()
/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri_mac.h703 uint32_t hash1; /* 0x60C4 h-table 1 [31-16] (RW) */ member
H A Deri.c1594 PUT_MACREG(hash1, erip->ladrf[1]); in eri_init_macregs_generic()
2082 PUT_MACREG(hash1, ladrf[1]); in eri_init_rx()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dutil.c280 uint_t hash1, hash2; in pnavl_compare() local
284 hash1 = ((PathNode *)n1)->pn_hash; in pnavl_compare()
287 if (hash1 > hash2) in pnavl_compare()
289 if (hash1 < hash2) in pnavl_compare()