Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/truss/
H A Dfcall.c81 #define bpt_hash(addr) ((((addr) >> 13) ^ ((addr) >> 2)) & 0x7ff) macro
416 for (Bp = bpt_hashtable[bpt_hash(pc)]; Bp != NULL; Bp = Bp->next) in get_bkpt()
432 uint_t hix = bpt_hash(pc); in create_bkpt()