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

/illumos-gate/usr/src/cmd/truss/
H A Dfcall.c112 struct bkpt **Bpp; local
119 Bpp = &bpt_hashtable[i];
120 while ((Bp = *Bpp) != NULL) {
122 Bpp = &Bp->next;
125 *Bpp = Bp->next;

Completed in 46 milliseconds