OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_supported
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
memops-watchpoint.exp
49
set
is_supported
1
73
set
is_supported
0
78
if { $
is_supported
} {
88
set
is_supported
1
112
set
is_supported
0
117
if { $
is_supported
} {
127
set
is_supported
1
151
set
is_supported
0
156
if { $
is_supported
} {
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
memops-watchpoint.exp
49
set
is_supported
1
73
set
is_supported
0
78
if { $
is_supported
} {
88
set
is_supported
1
112
set
is_supported
0
117
if { $
is_supported
} {
127
set
is_supported
1
151
set
is_supported
0
156
if { $
is_supported
} {
/src/sys/external/bsd/drm2/dist/drm/amd/display/dmub/src/
amdgpu_dmub_srv.c
132
funcs->
is_supported
= dmub_dcn20_is_supported;
178
if (params->hw_funcs->
is_supported
)
179
dmub->hw_funcs.
is_supported
=
180
params->hw_funcs->
is_supported
;
300
bool *
is_supported
)
302
*
is_supported
= false;
307
if (dmub->hw_funcs.
is_supported
)
308
*
is_supported
= dmub->hw_funcs.
is_supported
(dmub);
/src/sys/external/bsd/drm2/dist/drm/amd/display/dmub/inc/
dmub_srv.h
260
bool (*
is_supported
)(struct dmub_srv *dmub);
member in struct:dmub_srv_hw_funcs
385
* @
is_supported
: hw support state
396
bool *
is_supported
);
/src/external/gpl3/binutils/dist/gprofng/gp-display-html/
gp-display-html.in
2356
my $
is_supported
;
2360
$
is_supported
= $TRUE;
2364
$
is_supported
= $FALSE;
2367
return (\$
is_supported
);
9554
my $
is_supported
= ${ check_support_for_processor (\$machine) };
9556
if (not $
is_supported
)
/src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
gp-display-html.in
2356
my $
is_supported
;
2360
$
is_supported
= $TRUE;
2364
$
is_supported
= $FALSE;
2367
return (\$
is_supported
);
9554
my $
is_supported
= ${ check_support_for_processor (\$machine) };
9556
if (not $
is_supported
)
/src/external/gpl3/gdb/dist/gdb/
remote.c
6000
enum packet_support
is_supported
;
6029
is_supported
= PACKET_ENABLE;
6039
is_supported
= PACKET_ENABLE;
6043
is_supported
= PACKET_DISABLE;
6047
is_supported
= PACKET_SUPPORT_UNKNOWN;
6065
feature->func (this, feature,
is_supported
, value);
/src/external/gpl3/gdb.old/dist/gdb/
remote.c
5966
enum packet_support
is_supported
;
5995
is_supported
= PACKET_ENABLE;
6005
is_supported
= PACKET_ENABLE;
6009
is_supported
= PACKET_DISABLE;
6013
is_supported
= PACKET_SUPPORT_UNKNOWN;
6031
feature->func (this, feature,
is_supported
, value);
Completed in 94 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026