Searched refs:bpts (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/xmon/
H A Dxmon.c48 static struct bpt bpts[NBPTS]; variable in typeref:struct:bpt
374 bp = bpts;
387 bp = bpts;
418 bp = bpts;
731 bpts[i].enabled = 0;
763 for (bp = bpts; bp < &bpts[NBPTS]; ++bp)
771 for (bp = bpts; bp < &bpts[NBPTS]; ++bp)
774 if (bp >= &bpts[NBPT
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/xmon/
H A Dxmon.c97 static struct bpt bpts[NBPTS]; variable in typeref:struct:bpt
102 #define BP_NUM(bp) ((bp) - bpts + 1)
628 bp = bpts;
639 off = nip - (unsigned long) bpts;
640 if (off >= sizeof(bpts))
659 for (bp = bpts; bp < &bpts[NBPTS]; ++bp) {
677 bp = bpts;
721 bp = bpts;
1120 bpts[
[all...]

Completed in 39 milliseconds