Home
last modified time | relevance | path

Searched refs:remote_host (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc-test-automation/lib/
H A Dremote_logging_utils.robot12 [Arguments] ${remote_host}=${REMOTE_LOG_SERVER_HOST}
16 # remote_host The host name or IP address of the remote logging server
31 ${host_dict}= Create Dictionary data=${remote_host}
33 ... verify=${TRUE} expected_value=${remote_host}
47 [Arguments] ${remote_host}=${REMOTE_LOG_SERVER_HOST}
51 # remote_host The host name or IP address of the remote logging server
55 @{remote_parm_list}= Create List ${remote_host} ${remote_port}
67 [Arguments] ${remote_host}=${REMOTE_LOG_SERVER_HOST}
71 # remote_host The host name or IP address of the remote logging server
84 ${config}= Catenate @@${remote_host}:${remote_port}
[all …]
/openbmc/u-boot/drivers/smem/
H A Dmsm_smem.c733 unsigned int remote_host; in qcom_smem_enumerate_partitions() local
756 remote_host = host1; in qcom_smem_enumerate_partitions()
758 remote_host = host0; in qcom_smem_enumerate_partitions()
760 if (remote_host >= SMEM_HOST_COUNT) { in qcom_smem_enumerate_partitions()
763 remote_host); in qcom_smem_enumerate_partitions()
767 if (smem->partitions[remote_host]) { in qcom_smem_enumerate_partitions()
770 remote_host); in qcom_smem_enumerate_partitions()
791 if (host0 != remote_host && host1 != remote_host) { in qcom_smem_enumerate_partitions()
809 smem->partitions[remote_host] = header; in qcom_smem_enumerate_partitions()
810 smem->cacheline[remote_host] = le32_to_cpu(entry->cacheline); in qcom_smem_enumerate_partitions()
/openbmc/linux/drivers/soc/qcom/
H A Dsmem.c989 u16 remote_host; in qcom_smem_enumerate_partitions() local
1007 remote_host = host1; in qcom_smem_enumerate_partitions()
1009 remote_host = host0; in qcom_smem_enumerate_partitions()
1013 if (remote_host >= SMEM_HOST_COUNT) { in qcom_smem_enumerate_partitions()
1014 dev_err(smem->dev, "bad host %u\n", remote_host); in qcom_smem_enumerate_partitions()
1018 if (smem->partitions[remote_host].virt_base) { in qcom_smem_enumerate_partitions()
1019 dev_err(smem->dev, "duplicate host %u\n", remote_host); in qcom_smem_enumerate_partitions()
1027 smem->partitions[remote_host].virt_base = (void __iomem *)header; in qcom_smem_enumerate_partitions()
1028 smem->partitions[remote_host].phys_base = smem->regions[0].aux_base + in qcom_smem_enumerate_partitions()
1030 smem->partitions[remote_host].size = le32_to_cpu(entry->size); in qcom_smem_enumerate_partitions()
[all …]
/openbmc/qemu/tests/
H A Dvhost-user-bridge.c687 const char *remote_host, in vubr_backend_udp_setup() argument
719 vubr_set_host(&dev->backend_udp_dest, remote_host); in vubr_backend_udp_setup()
/openbmc/qemu/
H A Dqemu-options.hx4362 ``udp:[remote_host]:remote_port[@[src_ip]:src_port]``