/openbmc/qemu/docs/system/ |
H A D | cpu-models-mips.rst.inc | 1 Supported CPU model configurations on MIPS hosts 6 Supported CPU models for MIPS32 hosts 9 The following CPU models are supported for use on MIPS32 hosts. 14 across all desired hosts. 38 Supported CPU models for MIPS64 hosts 41 The following CPU models are supported for use on MIPS64 hosts. 46 across all desired hosts. 82 Supported CPU models for nanoMIPS hosts 85 The following CPU models are supported for use on nanoMIPS hosts. 90 across all desired hosts. [all …]
|
H A D | cpu-models-x86.rst.inc | 1 Recommendations for KVM CPU model configuration on x86 hosts 5 CPU models on x86 hosts. The goals are to maximise performance, while 7 enabling live migration between hosts with heterogeneous CPU models. 19 stable CPU is exposed to the guest across hosts. This is the 28 migrating between hosts with differing hardware. @end table 64 Preferred CPU models for Intel x86 hosts 67 The following CPU models are preferred for use on Intel hosts. 72 across all desired hosts. 110 Important CPU features for Intel x86 hosts 114 x86 hosts, when available in the host CPU. Some of them require explicit [all …]
|
/openbmc/fb-ipmi-oem/include/ |
H A D | commandutils.hpp | 46 std::vector<std::string> hosts = {}; in findHost() local 53 instances(hostInstances, hosts); in findHost() 55 std::sort(hosts.begin(), hosts.end()); in findHost() 63 auto instance = std::lower_bound(hosts.begin(), hosts.end(), num); in findHost() 65 if (instance != std::end(hosts)) in findHost()
|
/openbmc/linux/net/netfilter/ipset/ |
H A D | ip_set_bitmap_ip.c | 44 u32 hosts; /* number of hosts in a subnet */ member 61 return ((ip & ip_set_hostmask(m->netmask)) - m->first_ip) / m->hosts; in ip_to_id() 97 htonl(map->first_ip + id * map->hosts)); in bitmap_ip_do_list() 181 for (; !before(ip_to, ip); ip += map->hosts) { in bitmap_ip_uadt() 218 u32 elements, u32 hosts, u8 netmask) in init_map_ip() argument 226 map->hosts = hosts; in init_map_ip() 254 u32 first_ip = 0, last_ip = 0, hosts; in bitmap_ip_create() local 295 hosts = 1; in bitmap_ip_create() 308 hosts = 2U << (32 - netmask - 1); in bitmap_ip_create() 315 hosts, (unsigned long long)elements); in bitmap_ip_create() [all …]
|
H A D | ip_set_hash_ip.c | 107 u32 ip = 0, ip_to = 0, hosts, i = 0; in hash_ip4_uadt() local 150 hosts = h->netmask == 32 ? 1 : 2 << (32 - h->netmask - 1); in hash_ip4_uadt() 164 ip += hosts; in hash_ip4_uadt()
|
/openbmc/openbmc/meta-facebook/conf/recipes/ |
H A D | fb-consoles.inc | 7 # Calculate the TTY assignments for the hosts. 9 hosts = len(d.getVar('OBMC_HOST_INSTANCES', True).split()) 11 if hosts <= 1: 19 return " ".join(consoles[:hosts])
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/p910nd/p910nd/ |
H A D | fix-var-lock.patch | 13 -/var/run/p9100d.pid, /var/lock/subsys/p9100d, /etc/hosts.allow, /etc/hosts.deny 14 +/var/run/p9100d.pid, /var/lock/p9100d, /etc/hosts.allow, /etc/hosts.deny
|
/openbmc/openbmc/poky/meta/recipes-support/nss-myhostname/ |
H A D | nss-myhostname_0.3.bb | 23 sed -e '/^hosts:/s/\s*\<myhostname\>//' \ 24 -e 's/\(^hosts:.*\)\(\<files\>\)\(.*\)\(\<dns\>\)\(.*\)/\1\2 myhostname \3\4\5/' \ 29 sed -e '/^hosts:/s/\s*\<myhostname\>//' \ 30 -e '/^hosts:/s/\s*myhostname//' \
|
/openbmc/linux/drivers/memstick/host/ |
H A D | jmb38x_ms.c | 69 struct memstick_host *hosts[]; member 803 if (!jm->hosts[cnt]) in jmb38x_ms_suspend() 805 memstick_suspend_host(jm->hosts[cnt]); in jmb38x_ms_suspend() 821 if (!jm->hosts[rc]) in jmb38x_ms_resume() 823 memstick_resume_host(jm->hosts[rc]); in jmb38x_ms_resume() 824 memstick_detect_change(jm->hosts[rc]); in jmb38x_ms_resume() 930 jm = kzalloc(struct_size(jm, hosts, cnt), GFP_KERNEL); in jmb38x_ms_probe() 941 jm->hosts[cnt] = jmb38x_ms_alloc_host(jm, cnt); in jmb38x_ms_probe() 942 if (!jm->hosts[cnt]) in jmb38x_ms_probe() 945 rc = memstick_add_host(jm->hosts[cnt]); in jmb38x_ms_probe() [all …]
|
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/ |
H A D | tcp-wrappers_7.6.bb | 84 …oe_runmake 'TABLES=-DHOSTS_DENY=\"${sysconfdir}/hosts.deny\" -DHOSTS_ALLOW=\"${sysconfdir}/hosts.a… 130 touch ${D}${sysconfdir}/hosts.allow 131 touch ${D}${sysconfdir}/hosts.deny 134 FILES:${PN} += "${sysconfdir}/hosts.allow ${sysconfdir}/hosts.deny"
|
/openbmc/openbmc/meta-facebook/recipes-phosphor/fans/phosphor-fan/yosemite4-common/ |
H A D | host-poweroff | 13 power-off-all-hosts() 27 power-off-all-hosts
|
/openbmc/openbmc/meta-facebook/recipes-phosphor/fans/phosphor-fan/greatlakes/ |
H A D | host-poweroff | 15 power-off-all-hosts() 28 power-off-all-hosts
|
/openbmc/openbmc/meta-facebook/recipes-phosphor/fans/phosphor-fan/yosemitev2/ |
H A D | host-poweroff | 15 power-off-all-hosts() 28 power-off-all-hosts
|
/openbmc/openbmc/poky/meta/recipes-devtools/distcc/files/ |
H A D | default | 12 # Which networks/hosts should be allowed to connect to the daemon? 13 # You can list multiple hosts/networks separated by spaces.
|
/openbmc/openbmc/poky/meta/recipes-core/base-files/ |
H A D | base-files_3.0.14.bb | 15 file://hosts \ 95 install -m 0644 ${S}/hosts ${D}${sysconfdir}/hosts 118 echo "127.0.1.1 ${hostname}" >> ${D}${sysconfdir}/hosts 122 sed -i '/^::1/s/ localhost//' ${D}${sysconfdir}/hosts 167 CONFFILES:${PN} = "${sysconfdir}/fstab ${@['', '${sysconfdir}/hostname ${sysconfdir}/hosts'][(d.get…
|
/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/ |
H A D | 0001-add-nss-resolve-to-nsswitch.patch | 24 -hosts: files dns 25 +hosts: resolve [!UNAVAIL=return] files dns
|
H A D | host.conf | 1 order hosts,bind
|
/openbmc/docs/designs/ |
H A D | multihost-ipmi-design.md | 16 As detailed below the hosts are connected in the IPMB interface, all host 54 Hosts are connected with IPMB interface, the hosts can be 1 to N. The IPMB 55 request coming from the hosts are routed to ipmid by the ipmbbridged. The IPMB 172 Using a different IPMI channel for handling multiple hosts, in the ipmbbridged 176 specification.This limits the maximum hosts to be supported. 185 The proposed design can be tested in a platform in which the multiple hosts are 186 connected.The commands requests are received from all the hosts and responses
|
/openbmc/linux/drivers/scsi/libsas/ |
H A D | Kconfig | 27 bool "Support for SMP interpretation for SAS hosts" 31 Allows sas hosts to receive SMP frames. Selecting this
|
/openbmc/openbmc/poky/meta/recipes-connectivity/libnss-mdns/ |
H A D | libnss-mdns_0.15.1.bb | 28 /^hosts:/ !b 36 /^hosts:/ !b
|
/openbmc/linux/drivers/soc/qcom/ |
H A D | smsm.c | 90 struct smsm_host *hosts; member 172 hostp = &smsm->hosts[host]; in smsm_update_bits() 367 struct smsm_host *host = &smsm->hosts[host_id]; in smsm_parse_ipc() 504 smsm->hosts = devm_kcalloc(&pdev->dev, in qcom_smsm_probe() 508 if (!smsm->hosts) in qcom_smsm_probe()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/ |
H A D | mdns_2559.40.32.bb | 117 sed -e '/^hosts:/s/\s*\<mdns\>//' \ 118 -e 's/\(^hosts:.*\)\(\<files\>\)\(.*\)\(\<dns\>\)\(.*\)/\1\2 mdns\3\4\5/' \ 125 sed -e '/^hosts:/s/\s*\<mdns\>//' \ 126 -e '/^hosts:/s/\s*mdns//' \
|
/openbmc/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_chan.c | 262 const struct nvif_mclass hosts[] = { in nouveau_channel_ctor() local 293 cid = nvif_mclass(&device->object, hosts); in nouveau_channel_ctor() 297 if (hosts[cid].oclass < NV50_CHANNEL_GPFIFO) in nouveau_channel_ctor() 315 if (hosts[cid].oclass < NV50_CHANNEL_GPFIFO) { in nouveau_channel_ctor() 322 if (hosts[cid].oclass < FERMI_CHANNEL_GPFIFO) in nouveau_channel_ctor() 333 if (hosts[cid].oclass >= VOLTA_CHANNEL_GPFIFO_A) { in nouveau_channel_ctor() 351 ret = nvif_object_ctor(&device->object, "abi16ChanUser", 0, hosts[cid].oclass, in nouveau_channel_ctor()
|
/openbmc/linux/Documentation/networking/ |
H A D | dctcp.rst | 9 the data center network to provide multi-bit feedback to the end hosts. 11 To enable it on end hosts::
|
/openbmc/linux/Documentation/PCI/endpoint/ |
H A D | pci-vntb-function.rst | 92 Doorbell Registers are used by the hosts to interrupt each other. 97 Actual transfer of data between the two hosts will happen using the
|