OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hwbps
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/gpxe/src/arch/i386/core/
gdbmach.c
45
static struct hwbp
hwbps
[ 4 ];
variable in typeref:struct:hwbp
51
for ( i = 0; i < sizeof
hwbps
/ sizeof
hwbps
[ 0 ]; i++ ) {
52
if (
hwbps
[ i ].type == type &&
hwbps
[ i ].addr == addr &&
hwbps
[ i ].len == len ) {
53
return &
hwbps
[ i ];
55
if ( !
hwbps
[ i ].enabled ) {
56
available = &
hwbps
[ i ];
63
unsigned int regnum = bp -
hwbps
;
[
all
...]
/external/syslinux/com32/gdbstub/
gdbstub.c
96
static struct hwbp
hwbps
[4];
variable in typeref:struct:hwbp
119
for (i = 0; i < sizeof
hwbps
/ sizeof
hwbps
[0]; i++) {
120
if (
hwbps
[i].type == type &&
hwbps
[i].addr == addr
121
&&
hwbps
[i].len == len) {
122
return &
hwbps
[i];
124
if (!
hwbps
[i].enabled) {
125
available = &
hwbps
[i];
133
int regnum = bp -
hwbps
;
[
all
...]
Completed in 215 milliseconds