OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:othertype
(Results
1 - 25
of
26
) sorted by relevancy
1
2
/src/external/gpl3/gdb.old/dist/gdb/
aarch64-nat.h
51
int aarch64_can_use_hw_breakpoint (enum bptype type, int cnt, int
othertype
);
72
int can_use_hw_breakpoint (enum bptype type, int cnt, int
othertype
) override
73
{ return aarch64_can_use_hw_breakpoint (type, cnt,
othertype
); }
x86-nat.h
56
extern int x86_can_use_hw_breakpoint (enum bptype type, int cnt, int
othertype
);
80
int can_use_hw_breakpoint (enum bptype type, int cnt, int
othertype
) override
81
{ return x86_can_use_hw_breakpoint (type, cnt,
othertype
); }
aarch64-nat.c
70
one).
OTHERTYPE
is non-zero if other types of watchpoints are
74
aarch64_can_use_hw_breakpoint (enum bptype type, int cnt, int
othertype
)
x86-nat.c
185
one).
OTHERTYPE
is non-zero if other types of watchpoints are
196
x86_can_use_hw_breakpoint (enum bptype type, int cnt, int
othertype
)
loongarch-linux-nat.c
44
int can_use_hw_breakpoint (enum bptype type, int cnt, int
othertype
) override;
483
one).
OTHERTYPE
is non-zero if other types of watchpoints are
488
int
othertype
)
ia64-linux-nat.c
721
int cnt, int
othertype
)
s390-linux-nat.c
890
int cnt, int
othertype
)
target.c
493
target_can_use_hardware_watchpoint (bptype type, int cnt, int
othertype
)
497
return target->can_use_hw_breakpoint (type, cnt,
othertype
);
target.h
2094
one.
OTHERTYPE
is the number of watchpoints of other types than
2098
int
othertype
);
procfs.c
3010
procfs_target::can_use_hw_breakpoint (enum bptype type, int cnt, int
othertype
)
/src/external/gpl3/gdb/dist/gdb/
aarch64-nat.h
51
int aarch64_can_use_hw_breakpoint (enum bptype type, int cnt, int
othertype
);
72
int can_use_hw_breakpoint (enum bptype type, int cnt, int
othertype
) override
73
{ return aarch64_can_use_hw_breakpoint (type, cnt,
othertype
); }
x86-nat.h
56
extern int x86_can_use_hw_breakpoint (enum bptype type, int cnt, int
othertype
);
80
int can_use_hw_breakpoint (enum bptype type, int cnt, int
othertype
) override
81
{ return x86_can_use_hw_breakpoint (type, cnt,
othertype
); }
aarch64-nat.c
70
one).
OTHERTYPE
is non-zero if other types of watchpoints are
74
aarch64_can_use_hw_breakpoint (enum bptype type, int cnt, int
othertype
)
x86-nat.c
185
one).
OTHERTYPE
is non-zero if other types of watchpoints are
196
x86_can_use_hw_breakpoint (enum bptype type, int cnt, int
othertype
)
loongarch-linux-nat.c
68
int can_use_hw_breakpoint (enum bptype type, int cnt, int
othertype
) override;
478
one).
OTHERTYPE
is non-zero if other types of watchpoints are
483
int
othertype
)
ia64-linux-nat.c
721
int cnt, int
othertype
)
s390-linux-nat.c
890
int cnt, int
othertype
)
target.c
493
target_can_use_hardware_watchpoint (bptype type, int cnt, int
othertype
)
497
return target->can_use_hw_breakpoint (type, cnt,
othertype
);
target.h
2117
one.
OTHERTYPE
is the number of watchpoints of other types than
2121
int
othertype
);
/src/external/mpl/bind/dist/lib/isccfg/include/isccfg/
grammar.h
454
const cfg_type_t *
othertype
, cfg_obj_t **ret);
458
const cfg_type_t *
othertype
);
/src/external/mpl/dhcp/bind/dist/lib/isccfg/include/isccfg/
grammar.h
475
const cfg_type_t *
othertype
, cfg_obj_t **ret);
479
const cfg_type_t *
othertype
);
/src/external/mpl/bind/dist/bin/tests/system/serve_stale/
tests.sh
257
echo_i "prime cache
othertype
.example CAA ($n)"
259
$DIG -p ${PORT} @10.53.0.1
othertype
.example CAA >dig.out.test$n || ret=1
335
$DIG -p ${PORT} @10.53.0.1
othertype
.example CAA >dig.out.test$((n + 3)) &
362
echo_i "check stale
othertype
.example CAA ($n)"
367
grep "
othertype
\.example\..*4.*IN.*CAA.*0.*issue" dig.out.test$n >/dev/null || ret=1
543
$DIG -p ${PORT} @10.53.0.1
othertype
.example CAA >dig.out.test$((n + 2)) &
562
echo_i "check stale
othertype
.example CAA (serve-stale off) ($n)"
608
$DIG -p ${PORT} @10.53.0.1
othertype
.example CAA >dig.out.test$((n + 2)) &
625
echo_i "check stale
othertype
.example CAA (serve-stale on) ($n)"
630
grep "
othertype
\.example\..*4.*IN.*CAA.*0.*issue" dig.out.test$n >/dev/null || ret=
[
all
...]
/src/external/bsd/unbound/dist/services/
localzone.c
584
const char*
othertype
= NULL;
local
586
othertype
= "other";
589
othertype
= "CNAME";
591
if(
othertype
) {
593
"coexist with %s local-data", rrstr,
othertype
);
/src/external/mpl/bind/dist/lib/isccfg/
parser.c
1454
const cfg_type_t *
othertype
, cfg_obj_t **ret) {
1462
CHECK(cfg_parse_obj(pctx,
othertype
, ret));
1470
const cfg_type_t *
othertype
) {
1475
* If
othertype
is cfg_type_void, it means that enumtype is
1479
if (
othertype
== &cfg_type_void) {
1490
if (
othertype
!= &cfg_type_void) {
1494
cfg_doc_terminal(pctx,
othertype
);
1497
if (
othertype
== &cfg_type_void) {
/src/external/mpl/dhcp/bind/dist/lib/isccfg/
parser.c
1658
const cfg_type_t *
othertype
, cfg_obj_t **ret) {
1666
CHECK(cfg_parse_obj(pctx,
othertype
, ret));
1674
const cfg_type_t *
othertype
) {
1679
* If
othertype
is cfg_type_void, it means that enumtype is
1683
if (
othertype
== &cfg_type_void) {
1694
if (
othertype
!= &cfg_type_void) {
1698
cfg_doc_terminal(pctx,
othertype
);
1701
if (
othertype
== &cfg_type_void) {
Completed in 135 milliseconds
1
2
Indexes created Sat Aug 15 00:25:12 UTC 2026