/openbmc/u-boot/drivers/smem/ |
H A D | msm_smem.c | 151 __le16 host1; member 189 __le16 host1; member 354 phdr->host0, phdr->host1); in qcom_smem_alloc_private() 540 phdr->host0, phdr->host1); in qcom_smem_get_private() 664 u32 host0, host1, size; in qcom_smem_set_global_partition() local 674 host1 = le16_to_cpu(entry->host1); in qcom_smem_set_global_partition() 676 if (host0 == SMEM_GLOBAL_HOST && host0 == host1) in qcom_smem_set_global_partition() 697 host1 = le16_to_cpu(header->host1); in qcom_smem_set_global_partition() 704 if (host0 != SMEM_GLOBAL_HOST && host1 != SMEM_GLOBAL_HOST) { in qcom_smem_set_global_partition() 734 u32 host0, host1; in qcom_smem_enumerate_partitions() local [all …]
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | vrf-xfrm-tests.sh | 70 out=$(eval ip netns exec host1 $cmd 2>&1) 180 ip netns del host1 193 ip -netns host1 link set dev eth0 master ${VRF} 198 for ns in host1 host2 221 ip -netns host1 xfrm policy add \ 231 ip -netns host1 xfrm policy add \ 242 ip -6 -netns host1 xfrm policy add \ 252 ip -6 -netns host1 xfrm policy add \ 264 ip -netns host1 xfrm state add src ${HOST1_4} dst ${HOST2_4} \ 279 ip -netns host1 xfrm state add src ${HOST2_4} dst ${HOST1_4} \ [all …]
|
/openbmc/obmc-console/docs/ |
H A D | mux-support.md | 39 For declaring the different consoles, the section name, e.g. `[host1]` must be 46 [host1] 48 logfile = /var/log/console-host1.log 73 $ obmc-console-client -i host1 76 Connecting to console 'host1' will cause console 'host2' to: 82 Then the following happens for console 'host1': 118 xyz.openbmc_project.Console.host1 926 obmc-console-server root ... 128 └─ /xyz/openbmc_project/console/host1 131 $ busctl tree xyz.openbmc_project.Console.host1 135 └─ /xyz/openbmc_project/console/host1 [all …]
|
/openbmc/openbmc/meta-facebook/recipes-phosphor/hostlogger/phosphor-hostlogger/fb-compute-multihost/ |
H A D | ttyS0.conf | 1 SOCKET_ID=host1 5 HOST_STATE=/xyz/openbmc_project/state/host1 6 OUT_DIR=/var/lib/obmc/hostlogs/host1
|
/openbmc/phosphor-misc/http-redirect/ |
H A D | test.awk | 89 host1 = "somewhere.example.com" 91 headers[0] = "Host: " host1 ports[port] 124 host1 = "somewhere.example.com" 128 expect="Location: https://" host1 "/\r" 132 headers[0] = "Host: " host1 ports[port] 137 testabsuris(expect, headers, host1, ports)
|
/openbmc/linux/drivers/soc/qcom/ |
H A D | smem.c | 154 __le16 host1; member 192 __le16 host1; member 456 le16_to_cpu(phdr->host0), le16_to_cpu(phdr->host1)); in qcom_smem_alloc_private() 667 le16_to_cpu(phdr->host0), le16_to_cpu(phdr->host1)); in qcom_smem_get_private() 887 struct smem_ptable_entry *entry, u16 host0, u16 host1) in qcom_smem_partition_header() argument 909 if (host1 != le16_to_cpu(header->host1)) { in qcom_smem_partition_header() 911 host1, le16_to_cpu(header->host1)); in qcom_smem_partition_header() 958 if (le16_to_cpu(entry->host1) == SMEM_GLOBAL_HOST) { in qcom_smem_set_global_partition() 990 u16 host0, host1; in qcom_smem_enumerate_partitions() local 1005 host1 = le16_to_cpu(entry->host1); in qcom_smem_enumerate_partitions() [all …]
|
/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/ |
H A D | server.ttyS0.conf | 2 console-id = host1 3 logfile = /var/log/obmc-console-host1.log
|
H A D | client.2201.conf | 1 console-id = host1
|
H A D | obmc-console-ttyS1-ssh-bic@.service | 7 …r /etc/dropbear/dropbear_rsa_host_key -c "/usr/bin/obmc-console-client -i host1" $DROPBEAR_EXTRA_A…
|
H A D | obmc-console-ttyS1-ssh-host@.service | 7 …r /etc/dropbear/dropbear_rsa_host_key -c "/usr/bin/obmc-console-client -i host1" $DROPBEAR_EXTRA_A…
|
/openbmc/openbmc/meta-amd/meta-common/recipes-phosphor/console/obmc-console/ |
H A D | server.ttyVUART0.conf | 3 socket-id = host1 5 logfile = /var/log/obmc-console-host1.log
|
H A D | client.2201.conf | 1 socket-id = host1
|
/openbmc/linux/arch/arm/boot/dts/rockchip/ |
H A D | rk3288-veyron-chromebook.dtsi | 61 /* This turns on vbus for host1 (dwc2) */ 62 vcc5_host1: vcc5-host1-regulator { 174 host1_pwr_en: host1-pwr-en {
|
H A D | rk3288-phycore-rdk.dts | 50 vcc_host1_5v: usb-host1-regulator { 211 host1_vbus_drv: host1-vbus-drv {
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | rk3288-veyron-chromebook.dtsi | 55 /* This turns on vbus for host1 (dwc2) */ 56 vcc5_host1: vcc5-host1-regulator { 195 host1_pwr_en: host1-pwr-en {
|
H A D | rk3288-phycore-rdk.dts | 95 vcc_host1_5v: usb-host1-regulator { 241 host1_vbus_drv: host1-vbus-drv {
|
/openbmc/phosphor-settingsd/ |
H A D | README-settings-manager.md | 12 - It should be possible, for example, for host0/ and host1/ on a system with two 35 /xyz/openbmc_project/control/host1/boot_mode:
|
/openbmc/qemu/target/ppc/ |
H A D | mem_helper.c | 61 void *host1, *host2; in probe_contiguous() local 72 host1 = probe_access(env, addr, nb_pg1, access_type, mmu_idx, raddr); in probe_contiguous() 77 if (host2 == host1 + nb_pg1) { in probe_contiguous() 78 return host1; in probe_contiguous()
|
/openbmc/openbmc/meta-facebook/recipes-x86/chassis/ |
H A D | x86-power-control_%.bbappend | 4 SRC_URI:append:yosemitev2 = " file://power-config-host1.json"
|
/openbmc/linux/Documentation/admin-guide/nfs/ |
H A D | nfs-rdma.rst | 187 assumes you have two IB hosts named host1 and host2): 191 host1$ ip link set dev ib0 up 192 host1$ ip address add dev ib0 a.b.c.x 195 host1$ ping a.b.c.y
|
/openbmc/linux/drivers/net/ethernet/sfc/siena/ |
H A D | farch.c | 2053 __be32 rhost, host1, host2; in efx_farch_filter_from_gen_spec() local 2083 host1 = rhost; in efx_farch_filter_from_gen_spec() 2092 spec->data[0] = ntohl(host1) << 16 | ntohs(port1); in efx_farch_filter_from_gen_spec() 2093 spec->data[1] = ntohs(port2) << 16 | ntohl(host1) >> 16; in efx_farch_filter_from_gen_spec() 2151 __be32 host1, host2; in efx_farch_filter_to_gen_spec() local 2167 host1 = htonl(spec->data[0] >> 16 | spec->data[1] << 16); in efx_farch_filter_to_gen_spec() 2172 gen_spec->loc_host[0] = host1; in efx_farch_filter_to_gen_spec() 2176 gen_spec->rem_host[0] = host1; in efx_farch_filter_to_gen_spec()
|
/openbmc/linux/drivers/net/ethernet/sfc/falcon/ |
H A D | farch.c | 1984 __be32 rhost, host1, host2; in ef4_farch_filter_from_gen_spec() local 2014 host1 = rhost; in ef4_farch_filter_from_gen_spec() 2023 spec->data[0] = ntohl(host1) << 16 | ntohs(port1); in ef4_farch_filter_from_gen_spec() 2024 spec->data[1] = ntohs(port2) << 16 | ntohl(host1) >> 16; in ef4_farch_filter_from_gen_spec() 2082 __be32 host1, host2; in ef4_farch_filter_to_gen_spec() local 2098 host1 = htonl(spec->data[0] >> 16 | spec->data[1] << 16); in ef4_farch_filter_to_gen_spec() 2103 gen_spec->loc_host[0] = host1; in ef4_farch_filter_to_gen_spec() 2107 gen_spec->rem_host[0] = host1; in ef4_farch_filter_to_gen_spec()
|
/openbmc/docs/designs/ |
H A D | uart-mux-support.md | 220 busctl set-property xyz.openbmc_project.Console.host1 \ 231 busctl tree --user xyz.openbmc_project.Console.host1 235 ├─/xyz/openbmc_project/console/host1 242 busctl tree --user xyz.openbmc_project.Console.host1 246 └─/xyz/openbmc_project/console/host1 407 | xyz.openbmc_project.Console.host1 +-----+ +-----+ ttyS0 +-----+ UART0 +-----+ | +…
|
H A D | multihost-ipmi-design.md | 100 For example, host1 send a request to get boot order from BMC, BMC maintains data 102 gets the host in which the command received. The handler will fetch host1 boot
|
/openbmc/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3328-roc-cc.dts | 63 vcc_host1_5v: vcc_otg_5v: vcc-host1-5v-regulator {
|