Lines Matching refs:bpts
114 static struct bpt bpts[NBPTS];
119 #define BP_NUM(bp) ((bp) - bpts + 1)
862 bp = bpts;
879 return bpts + (off / BPT_SIZE);
891 for (bp = bpts; bp < &bpts[NBPTS]; ++bp) {
894 bp->instr = (void *)(bpt_table + ((bp - bpts) * BPT_WORDS));
909 bp = bpts;
988 bp = bpts;
1504 bpts[i].enabled = 0;
1515 bp = &bpts[a-1]; /* bp nums are 1 based */
1543 for (bp = bpts; bp < &bpts[NBPTS]; ++bp) {
3968 bpts[i].enabled = 0;