Searched refs:hix (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.c214 * URI_HASH(unsigned hix, char *cp, char *ep) - hash the char(s) from
215 * *cp to *ep to the unsigned hix, cp nor ep are modified.
217 * URI_HASH_IX(unsigned hix, int which) - convert the hash value hix to
267 #define URI_HASH_IX(hix, which) (hix) = (hix) % (uri_hash_sz[(which)])
523 uint32_t hix; local
536 hix = del->hvalue;
537 URI_HASH_IX(hix, cu
571 uint32_t hix; local
742 uint32_t hix; local
[all...]
/illumos-gate/usr/src/uts/common/inet/nca/
H A Dnca.h1801 #define HASH_IX(s, l, hix, hsz) { \
1805 (hix) = 0; \
1807 (hix) = (hix) * 33 + *cp++; \
1808 (hix) &= NCA_HASH_MASK; \
1810 (hix) %= (hsz); \
/illumos-gate/usr/src/cmd/truss/
H A Dfcall.c432 uint_t hix = bpt_hash(pc); local
436 for (Bp = bpt_hashtable[hix]; Bp != NULL; Bp = Bp->next)
462 Bp->next = bpt_hashtable[hix];
463 bpt_hashtable[hix] = Bp;

Completed in 73 milliseconds