Searched refs:dest_host (Results 1 - 14 of 14) sorted by relevance

/external/autotest/site_utils/
H A Dmysql_bootstrap.py135 def bootstrap(user, password, source_host, dest_host):
136 """Bootstrap the given user against dest_host.
139 dest_host.
144 @param dest_host: The hostname of the remote db server.
152 infra.execute_command(dest_host, 'echo "hello"')
162 MySQLCommandExecutor.ping(dest_host, use_ssh=True)
176 dest_host, MySQLCommandExecutor.mysql_cmd(grant_privileges % creds))
180 dest_host, user=user, password=password, use_ssh=False)
213 dest_host = global_config.global_config.get_config_value(
223 local_hostname = ('localhost' if utils.is_localhost(dest_host)
[all...]
/external/autotest/client/virt/
H A Dvirt_test_utils.py149 clean=False, save_path=None, dest_host='localhost', mig_port=None):
159 @param dest_host: Destination host (defaults to 'localhost').
200 if dest_host == 'localhost':
203 if (dest_host == 'localhost') and stable_check:
208 if dest_host == 'localhost':
214 if dest_host == 'localhost':
217 uri = 'tcp:%s:%d' % (dest_host, mig_port)
236 if dest_host == 'localhost':
241 if (dest_host == 'localhost') and stable_check:
256 if (dest_host
[all...]
H A Dkvm_vm.py1130 save_path="/tmp", dest_host="localhost", remote_port=None):
1149 @param dest_host: Destination host (defaults to 'localhost').
1193 local = dest_host == "localhost"
1210 uri = "tcp:%s:%d" % (dest_host, remote_port)
H A Dvirt_vm.py770 save_path="/tmp", dest_host="localhost", remote_port=None):
789 @param dest_host: Destination host (defaults to 'localhost').
/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_utils.c521 UINT8 dest_host, UINT8 dest_gate)
536 p_pipe->dest_host = dest_host;
565 tNFA_HCI_RESPONSE nfa_hciu_add_pipe_to_static_gate (UINT8 local_gate, UINT8 pipe_id, UINT8 dest_host, UINT8 dest_gate) argument
571 local_gate, pipe_id, dest_host, dest_gate);
578 p_pipe->dest_host = dest_host;
618 &&(nfa_hciu_is_active_host (pp->dest_host)) )
641 BOOLEAN nfa_hciu_check_pipe_between_gates (UINT8 local_gate, UINT8 dest_host, UINT8 dest_gate) argument
646 NFA_TRACE_DEBUG3 ("nfa_hciu_check_pipe_between_gates () Local gate: 0x%02X, Host[0x%02X] gate: 0x%02X", local_gate, dest_host, dest_gat
520 nfa_hciu_add_pipe_to_gate(UINT8 pipe_id, UINT8 local_gate, UINT8 dest_host, UINT8 dest_gate) argument
934 nfa_hciu_send_create_pipe_cmd(UINT8 source_gate, UINT8 dest_host, UINT8 dest_gate) argument
[all...]
H A Dnfa_hci_act.c638 else if (nfa_hciu_check_pipe_between_gates (p_evt_data->create_pipe.source_gate, p_evt_data->create_pipe.dest_host, p_evt_data->create_pipe.dest_gate))
661 nfa_hci_cb.remote_host_in_use = p_evt_data->create_pipe.dest_host;
664 nfa_hciu_send_create_pipe_cmd (p_evt_data->create_pipe.source_gate, p_evt_data->create_pipe.dest_host, p_evt_data->create_pipe.dest_gate);
689 &&(nfa_hciu_is_active_host (p_pipe->dest_host))
734 if ((p_gate != NULL) && (nfa_hciu_is_active_host (p_pipe->dest_host)) && (p_gate->gate_owner == p_evt_data->get_registry.hci_handle))
738 if (nfa_hciu_is_host_reseting (p_pipe->dest_host))
784 if ((p_gate != NULL) && (nfa_hciu_is_active_host (p_pipe->dest_host)) && (p_gate->gate_owner == p_evt_data->set_registry.hci_handle))
788 if (nfa_hciu_is_host_reseting (p_pipe->dest_host))
833 &&(nfa_hciu_is_active_host (p_pipe->dest_host))
877 &&(nfa_hciu_is_active_host (p_pipe->dest_host)) )
1254 UINT8 source_host, source_gate, dest_host, dest_gate, pipe; local
1376 UINT8 dest_host = nfa_hci_cb.remote_host_in_use; local
[all...]
H A Dnfa_hci_api.c352 UINT8 dest_host,
359 hci_handle, source_gate_id, dest_host, dest_gate);
381 if (nfa_hci_cb.inactive_host[xx] == dest_host)
386 NFA_TRACE_API1 ("NFA_HciCreatePipe (): Host not active:0x%02x", dest_host);
398 p_msg->dest_host = dest_host; /* Host id of the destination host */
983 xx, pp->pipe_id, pp->pipe_state, pp->local_gate, pp->dest_gate, pp->dest_host);
350 NFA_HciCreatePipe(tNFA_HANDLE hci_handle, UINT8 source_gate_id, UINT8 dest_host, UINT8 dest_gate) argument
H A Dnfa_hci_main.c1012 evt_data.created.dest_host = nfa_hci_cb.remote_host_in_use;
/external/libnfc-nci/src/nfa/int/
H A Dnfa_hci_int.h185 UINT8 dest_host; member in struct:__anon10646
324 UINT8 dest_host; /* Peer host to which this pipe is connected */ member in struct:__anon10658
473 extern BOOLEAN nfa_hciu_check_pipe_between_gates (UINT8 local_gate, UINT8 dest_host, UINT8 dest_gate);
483 extern tNFA_HCI_RESPONSE nfa_hciu_add_pipe_to_gate (UINT8 pipe, UINT8 local_gate, UINT8 dest_host, UINT8 dest_gate);
484 extern tNFA_HCI_RESPONSE nfa_hciu_add_pipe_to_static_gate (UINT8 local_gate, UINT8 pipe_id, UINT8 dest_host, UINT8 dest_gate);
500 extern tNFA_STATUS nfa_hciu_send_create_pipe_cmd (UINT8 source_gate, UINT8 dest_host, UINT8 dest_gate);
/external/autotest/client/tests/kvm/tests/
H A Dmigration_multi_host.py69 vm.migrate(dest_host=dsthost, remote_port=mig_port)
/external/libnfc-nci/src/nfa/include/
H A Dnfa_hci_api.h85 UINT8 dest_host; /* Peer host to which this pipe is connected */ member in struct:__anon10495
136 UINT8 dest_host; /* Destination host whose gate is the other end of the pipe is attached to */ member in struct:__anon10501
415 UINT8 dest_host,
/external/bison/build-aux/
H A Dgnupload357 dest_host=`echo "$dest" | sed 's,:.*,,'`
360 $dbg cp $files $base.directive.asc $dest_host
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_hci.c618 UINT8 source_host, dest_host, pipe_id; local
629 dest_host = *(UINT8 *) (p + 1);
632 if ((source_host != NFC_HAL_HCI_HOST_ID_UICC1) && (dest_host != NFC_HAL_HCI_HOST_ID_UICC1))
/external/libnfc-nci/src/hal/int/
H A Dnfc_brcm_defs.h382 UINT8 dest_host; member in struct:__anon10400

Completed in 2968 milliseconds