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

/illumos-gate/usr/src/cmd/truss/
H A Dramdata.c106 struct bkpt **bpt_hashtable; /* breakpoint hash table */ variable in typeref:struct:bkpt
H A Dfcall.c116 if (bpt_hashtable == NULL)
119 Bpp = &bpt_hashtable[i];
143 if (bpt_hashtable == NULL) {
144 bpt_hashtable = my_malloc(HASHSZ * sizeof (struct bkpt *),
146 (void) memset(bpt_hashtable, 0,
416 for (Bp = bpt_hashtable[bpt_hash(pc)]; Bp != NULL; Bp = Bp->next)
436 for (Bp = bpt_hashtable[hix]; Bp != NULL; Bp = Bp->next)
462 Bp->next = bpt_hashtable[hix];
463 bpt_hashtable[hix] = Bp;
482 for (Bp = bpt_hashtable[
[all...]
H A Dramdata.h262 extern struct bkpt **bpt_hashtable; /* breakpoint hash table */

Completed in 46 milliseconds