Lines Matching refs:bpts
103 static struct bpt bpts[NBPTS]; variable
108 #define BP_NUM(bp) ((bp) - bpts + 1)
718 bp = bpts; in at_breakpoint()
729 off = nip - (unsigned long) bpts; in in_breakpoint_table()
730 if (off >= sizeof(bpts)) in in_breakpoint_table()
749 for (bp = bpts; bp < &bpts[NBPTS]; ++bp) { in new_breakpoint()
767 bp = bpts; in insert_bpts()
817 bp = bpts; in remove_bpts()
1246 bpts[i].enabled = 0; in bpt_cmds()
1255 bp = &bpts[a-1]; /* bp nums are 1 based */ in bpt_cmds()
1289 for (bp = bpts; bp < &bpts[NBPTS]; ++bp) { in bpt_cmds()