Lines Matching refs:bpts
114 static struct bpt bpts[NBPTS];
119 #define BP_NUM(bp) ((bp) - bpts + 1)
865 bp = bpts;
882 return bpts + (off / BPT_SIZE);
894 for (bp = bpts; bp < &bpts[NBPTS]; ++bp) {
897 bp->instr = (void *)(bpt_table + ((bp - bpts) * BPT_WORDS));
912 bp = bpts;
991 bp = bpts;
1594 bpts[i].enabled = 0;
1605 bp = &bpts[a-1]; /* bp nums are 1 based */
1633 for (bp = bpts; bp < &bpts[NBPTS]; ++bp) {
4029 bpts[i].enabled = 0;