Home
last modified time | relevance | path

Searched refs:h2 (Results 201 – 225 of 252) sorted by relevance

1234567891011

/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dmirror_gre_neigh.sh29 h2=${NETIFS[p4]}
H A Dmirror_gre_bridge_1d.sh60 h2=${NETIFS[p4]}
H A Dmirror_gre_bridge_1q.sh57 h2=${NETIFS[p4]}
H A Dmirror_gre_bridge_1d_vlan.sh30 h2=${NETIFS[p4]}
H A Dmirror_gre_nh.sh27 h2=${NETIFS[p4]}
H A DREADME17 vrf-h1 | vrf-h2
H A Dtsn_lib.sh225 isochron_recv_start "${h2}" "${receiver_uds}" 5000 "${receiver_extra_args}"
H A Dmirror_gre_changes.sh31 h2=${NETIFS[p4]}
H A Dmirror_gre_vlan_bridge_1q.sh81 h2=${NETIFS[p4]}
/openbmc/bmcweb/src/
H A Dssl_key_handler.cpp451 constexpr std::string_view h2 = "\x02h2"; in nextProtoCallback() local
452 *data = std::bit_cast<const unsigned char*>(h2.data()); in nextProtoCallback()
453 *len = static_cast<unsigned int>(h2.size()); in nextProtoCallback()
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_core.c129 static void nf_conntrack_double_unlock(unsigned int h1, unsigned int h2) in nf_conntrack_double_unlock() argument
132 h2 %= CONNTRACK_LOCKS; in nf_conntrack_double_unlock()
134 if (h1 != h2) in nf_conntrack_double_unlock()
135 spin_unlock(&nf_conntrack_locks[h2]); in nf_conntrack_double_unlock()
140 unsigned int h2, unsigned int sequence) in nf_conntrack_double_lock() argument
143 h2 %= CONNTRACK_LOCKS; in nf_conntrack_double_lock()
144 if (h1 <= h2) { in nf_conntrack_double_lock()
146 if (h1 != h2) in nf_conntrack_double_lock()
147 spin_lock_nested(&nf_conntrack_locks[h2], in nf_conntrack_double_lock()
150 nf_conntrack_lock(&nf_conntrack_locks[h2]); in nf_conntrack_double_lock()
[all …]
/openbmc/webui-vue/src/views/Operations/FactoryReset/
H A DFactoryResetModal.vue6 title-tag="h2"
/openbmc/linux/arch/mips/boot/
H A Delf2ecoff.c123 const Elf32_Phdr *h2 = v2; in phcmp() local
125 if (h1->p_vaddr > h2->p_vaddr) in phcmp()
127 else if (h1->p_vaddr < h2->p_vaddr) in phcmp()
/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/
H A Dtest_network_sub_menu.robot16 ${xpath_interface_settings} //h2[text()="Interface settings"]
17 ${xpath_network_settings} //h2[text()="Network settings"]
18 ${xpath_static_ipv4} //h2[text()="IPv4"]
/openbmc/u-boot/arch/arm/dts/
H A Dsun8i-h2-plus-bananapi-m2-zero.dts18 compatible = "sinovoip,bpi-m2-zero", "allwinner,sun8i-h2-plus";
H A DMakefile437 sun8i-h2-plus-bananapi-m2-zero.dtb \
438 sun8i-h2-plus-libretech-all-h3-cc.dtb \
439 sun8i-h2-plus-orangepi-r1.dtb \
440 sun8i-h2-plus-orangepi-zero.dtb \
/openbmc/linux/Documentation/sphinx-static/
H A Dcustom.css8 div.body h2 { font-size: 150%; }
H A Dtheme_overrides.css15 h1, h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend { selector
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dmirror_gre.sh77 h2=${NETIFS[p4]}
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Ddefault.css114 h2 > .glyphicon-question-sign,
196 /* Add some bottom margin to our h2's */
197 h2 { margin-bottom: 25px; } selector
311 h2.panel-title { font-size: 30px; }
/openbmc/linux/Documentation/devicetree/bindings/arm/
H A Dsunxi.yaml127 - const: allwinner,sun8i-h2-plus
383 - const: libretech,all-h3-cc-h2-plus
384 - const: allwinner,sun8i-h2-plus
968 - const: allwinner,sun8i-h2-plus
978 - const: allwinner,sun8i-h2-plus
/openbmc/webui-vue/docs/customization/
H A Dreadme.md340 h2 {
354 :::tip You might notice that there is an HTML element, `<h2>`, used in the
/openbmc/qemu/docs/sphinx-static/
H A Dtheme_overrides.css15 h1, h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend { selector
/openbmc/linux/lib/zstd/compress/
H A Dzstd_double_fast.c310 size_t const h2 = ZSTD_hashPtr(ip, hBitsL, 8); in ZSTD_compressBlock_doubleFast_dictMatchState_generic() local
315 U32 const matchIndexL = hashLong[h2]; in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
323 hashLong[h2] = hashSmall[h] = curr; /* update hash tables */ in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
/openbmc/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_fimc.c471 u32 cfg, h1, h2, v1, v2; in fimc_set_window() local
475 h2 = real_width - buf->rect.w - buf->rect.x; in fimc_set_window()
482 DRM_DEV_DEBUG_KMS(ctx->dev, "h1[%d]h2[%d]v1[%d]v2[%d]\n", h1, h2, v1, in fimc_set_window()
497 cfg = (EXYNOS_CIWDOFST2_WINHOROFST2(h2) | in fimc_set_window()

1234567891011