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

/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dconfig.c65 Word *hashtbl, *hashbkt, *hashchn, hashbkts = 0; local
272 hashbkt = &hashtbl[2];
339 hashchn[ndx] = hashbkt[hashval];
340 hashbkt[hashval] = ndx++;
437 hashchn[ndx] = hashbkt[hashval];
438 hashbkt[hashval] = ndx++;
501 hashchn[ndx] = hashbkt[hashval];
502 hashbkt[hashval] = ndx++;
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dupdate.c216 Word *hashbkt; /* hash table bucket pointer */ local
281 hashbkt = &hashtab[2];
1519 if (_hashndx = hashbkt[hashval]) {
1527 hashbkt[hashval] =

Completed in 72 milliseconds