Lines Matching refs:bpts
116 static struct bpt bpts[NBPTS]; variable
121 #define BP_NUM(bp) ((bp) - bpts + 1)
866 bp = bpts; in at_breakpoint()
883 return bpts + (off / BPT_SIZE); in in_breakpoint_table()
895 for (bp = bpts; bp < &bpts[NBPTS]; ++bp) { in new_breakpoint()
898 bp->instr = (void *)(bpt_table + ((bp - bpts) * BPT_WORDS)); in new_breakpoint()
913 bp = bpts; in insert_bpts()
992 bp = bpts; in remove_bpts()
1594 bpts[i].enabled = 0; in bpt_cmds()
1605 bp = &bpts[a-1]; /* bp nums are 1 based */ in bpt_cmds()
1633 for (bp = bpts; bp < &bpts[NBPTS]; ++bp) { in bpt_cmds()
4038 bpts[i].enabled = 0; in clear_all_bpt()