Home
last modified time | relevance | path

Searched refs:key (Results 4601 – 4625 of 5270) sorted by relevance

1...<<181182183184185186187188189190>>...211

/openbmc/qemu/qapi/
H A Dmisc-target.json181 # @pdh: Platform Diffie-Hellman key (base64 encoded)
/openbmc/openbmc/meta-arm/
H A D.gitlab-ci.yml22 # The NVD API key to use when fetching CVEs
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/
H A D0017-Implement-Private-Authenticated-Variable-verificatio.patch147 * First finds the key variable responsible for the authentication of the new variable,
/openbmc/phosphor-psu-code-mgmt/src/
H A Ditem_updater.cpp568 for (const auto& [key, item] : psuStatusMap) in findModelDirectory()
/openbmc/linux/kernel/events/
H A Dcore.c1654 const struct __group_key *a = key; in __group_cmp()
1664 const struct __group_key *a = key; in __group_cmp_ignore_cgroup()
1731 struct __group_key key = { in perf_event_groups_first() local
1738 node = rb_find_first(&key, &groups->tree, __group_cmp); in perf_event_groups_first()
1748 struct __group_key key = { in perf_event_groups_next() local
1755 next = rb_next_match(&key, &event->group_node, __group_cmp); in perf_event_groups_next()
4225 struct __group_key key = { in ctx_event_to_rotate() local
4239 key.cpu = smp_processor_id(); in ctx_event_to_rotate()
4247 key.cpu = -1; in ctx_event_to_rotate()
4248 node = rb_find_first(&key, tree, __group_cmp_ignore_cgroup); in ctx_event_to_rotate()
[all …]
/openbmc/linux/Documentation/process/
H A Dmanagement-style.rst60 It helps to realize that the key difference between a big decision and a
70 Thus the key to avoiding big decisions becomes to just avoiding to do
/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A Dmain.c367 vif->wep_key_list[index].key, in ath6kl_install_static_wep_keys()
405 ik->key, in ath6kl_connect_ap_mode_bss()
/openbmc/linux/Documentation/filesystems/
H A Dhpfs.rst79 extended attributes. Extended attributes are pairs of (key,value) where key is
/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_hw.c892 static const u64 key[] = { in qlcnic_82xx_config_rss() local
926 req.words[i+1] = cpu_to_le64(key[i]); in qlcnic_82xx_config_rss()
/openbmc/openbmc/poky/scripts/
H A Dcombo-layer59 for key, val in options.__dict__.items():
60 setattr(self, key, val)
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/
H A D__init__.py1366 newitem = OrderedDict(sorted(newitem.items(), key=lambda t: t[0]))
1370 newitem.sort(key=lambda obj: obj['id'])
/openbmc/linux/drivers/s390/cio/
H A Dchsc.c861 u32 key : 4; in __chsc_do_secm() member
883 secm_area->key = PAGE_DEFAULT_KEY >> 4; in __chsc_do_secm()
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A D4965.c1706 memcpy(&addsta->key, &cmd->key, sizeof(struct il4965_keyinfo)); in il4965_build_addsta_hcmd()
/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_port.c811 memcpy(rss_key.key, temp, HINIC_RSS_KEY_SIZE); in hinic_rss_set_template_tbl()
854 memcpy(temp, temp_key.key, HINIC_RSS_KEY_SIZE); in hinic_rss_get_template_tbl()
/openbmc/linux/tools/bpf/bpftool/
H A Dgen.c1664 static size_t btfgen_hash_fn(long key, void *ctx) in btfgen_hash_fn() argument
1666 return key; in btfgen_hash_fn()
/openbmc/linux/Documentation/sound/hd-audio/
H A Dmodels.rst198 GPIO mute LED with hot key handling on HP
222 Hot-key support via Mic2 pin on Lenovo machines
/openbmc/linux/arch/arm/boot/dts/samsung/
H A Dexynos5800-peach-pi.dts65 power-key {
800 power_key_irq: power-key-irq-pins {
H A Dexynos5420-peach-pit.dts66 power-key {
818 power_key_irq: power-key-irq-pins {
/openbmc/linux/include/linux/mlx4/
H A Ddevice.h692 u32 key; member
704 u32 key; member
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mq-librem5.dtsi43 key-vol-down {
51 key-vol-up {
/openbmc/docs/designs/
H A Dentity-manager-hw-id-vpd-discover-via-device-tree.md122 'probe' statement(s) in order to key configuration enablement off them.
143 properties) interface on D-Bus can key off GXP hardware data and react
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dmlx5_ib.h654 u32 key; member
1599 return xa_err(xa_store(&dev->odp_mkeys, mlx5_base_mkey(mmkey->key), in mlx5r_store_odp_mkey()
/openbmc/u-boot/tools/binman/
H A DREADME.entries631 - keyblock: Name of the key file to use (inside keydir)
632 - signprivate: Name of provide key file to use (inside keydir)
634 - kernelkey: Name of the kernel key to use (inside keydir)
/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_ethtool.c1466 static int igc_ethtool_get_rxfh(struct net_device *netdev, u32 *indir, u8 *key, in igc_ethtool_get_rxfh() argument
1483 const u8 *key, const u8 hfunc) in igc_ethtool_set_rxfh() argument
1490 if (key || in igc_ethtool_set_rxfh()
/openbmc/linux/drivers/s390/net/
H A Dqeth_l3_main.c58 u32 key = qeth_l3_ipaddr_hash(query); in qeth_l3_find_addr_by_ip() local
62 hash_for_each_possible(card->rx_mode_addrs, addr, hnode, key) in qeth_l3_find_addr_by_ip()
66 hash_for_each_possible(card->ip_htable, addr, hnode, key) in qeth_l3_find_addr_by_ip()

1...<<181182183184185186187188189190>>...211