Lines Matching refs:bpts
111 static struct bpt bpts[NBPTS]; variable
116 #define BP_NUM(bp) ((bp) - bpts + 1)
798 bp = bpts; in at_breakpoint()
809 off = nip - (unsigned long) bpts; in in_breakpoint_table()
810 if (off >= sizeof(bpts)) in in_breakpoint_table()
829 for (bp = bpts; bp < &bpts[NBPTS]; ++bp) { in new_breakpoint()
847 bp = bpts; in insert_bpts()
898 bp = bpts; in remove_bpts()
1365 bpts[i].enabled = 0; in bpt_cmds()
1374 bp = &bpts[a-1]; /* bp nums are 1 based */ in bpt_cmds()
1408 for (bp = bpts; bp < &bpts[NBPTS]; ++bp) { in bpt_cmds()
3721 bpts[i].enabled = 0; in clear_all_bpt()