HomeSort by: relevance | last modified time | path
    Searched refs:reattach (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
jit-elf.exp 62 # Continue to LOCATION in the program. If REATTACH, detach and
65 proc continue_to_test_location {location reattach} {
70 if {$reattach} {
80 proc one_jit_test {jit_solibs_target match_str reattach} {
113 if { ![continue_to_test_location "break here 1" $reattach] } {
125 if { ![continue_to_test_location "break here 2" $reattach] } {
149 # registered. We reuse the normal test, and detach/reattach at
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
jit-elf.exp 63 # Continue to LOCATION in the program. If REATTACH, detach and
66 proc continue_to_test_location {location reattach} {
71 if {$reattach} {
81 proc one_jit_test {jit_solibs_target match_str reattach} {
115 if { ![continue_to_test_location "break here 1" $reattach] } {
127 if { ![continue_to_test_location "break here 2" $reattach] } {
151 # registered. We reuse the normal test, and detach/reattach at
  /src/external/bsd/wpa/dist/wpa_supplicant/
wpa_supplicant_i.h 965 unsigned int reattach:1; /* reassociation to the same BSS requested */ member in struct:wpa_supplicant
scan.c 1252 } else if (wpa_s->reattach && wpa_s->current_ssid != NULL) {
1276 * Reset the reattach flag so that we fall back to full scan if
1279 wpa_s->reattach = 0;
wpa_supplicant.c 8962 wpa_s->reattach = 0;
ctrl_iface.c 12621 } else if (os_strcmp(buf, "REATTACH") == 0) {
12626 wpa_s->reattach = 1;
  /src/external/bsd/wpa/dist/wpa_supplicant/dbus/
dbus_new_handlers.c 2270 * wpas_dbus_handler_reattach - Reattach to current AP
2276 * Handler function for "Reattach" method call of network interface.
2282 wpa_s->reattach = 1;

Completed in 34 milliseconds