Home
last modified time | relevance | path

Searched refs:is_remote (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/boards/
H A DREADME53 # [is_remote host] == 0 && [is_remote target] == 0.
61 # [is_remote host] == 0 && [is_remote target] == 1.
67 # [is_remote host] == 1 && [is_remote target] == 0.
74 # [is_remote host] == 1 && [is_remote target] == 1.
/netbsd-src/external/gpl2/gmake/dist/
H A Dremote-cstms.c142 int *is_remote, int *id_ptr, int *used_stdin) in start_remote_job() argument
259 *is_remote = 0; in start_remote_job()
H A Dremote-stub.c58 int *is_remote UNUSED, int *id_ptr UNUSED, in start_remote_job()
H A Djob.c193 int *is_remote, int *id_ptr, int *used_stdin));
1187 int is_remote, id, used_stdin; in start_job_command() local
1190 &is_remote, &id, &used_stdin)) in start_job_command()
1201 child->remote = is_remote; in start_job_command()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/testsuite/lib/
H A Dlibphobos.exp173 if { [is_remote host] == 0 && [which $compiler] != 0 } {
/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_dp_helper.c314 if (!aux->is_remote) { in drm_dp_dpcd_read()
321 if (aux->is_remote) in drm_dp_dpcd_read()
352 if (aux->is_remote) in drm_dp_dpcd_write()
H A Ddrm_dp_mst_topology.c2228 port->aux.is_remote = true; in drm_dp_mst_add_port()
/netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/lib/
H A Dlibphobos.exp229 if { [is_remote host] == 0 && [which $compiler] != 0 } {
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_dp_helper.h1424 bool is_remote; member
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-2015531 Use mi_is_target_remote instead of checking "is_remote target".
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-2015531 Use mi_is_target_remote instead of checking "is_remote target".
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git31051 - making the copy-to-remote conditional on is_remote target, and
59628 It could be made to work for the "[is_remote host] && [is_remote target]
63178 [gdb/testsuite] Require ![is_remote host] for TUI
75418 Use require with is_remote
75419 This changes some tests to use require with 'is_remote', rather than
94757 if { [is_remote host] && [board_info host exists fileid] } {
96763 if {![is_remote host] && ![is_remote target]} {
175338 - is_remote target: this checks whether the target board is remote, as