Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/truss/
H A Dfcall.c432 uint_t hix = bpt_hash(pc); in create_bkpt() local
436 for (Bp = bpt_hashtable[hix]; Bp != NULL; Bp = Bp->next) in create_bkpt()
462 Bp->next = bpt_hashtable[hix]; in create_bkpt()
463 bpt_hashtable[hix] = Bp; in create_bkpt()