Home
last modified time | relevance | path

Searched refs:key (Results 3651 – 3675 of 5270) sorted by relevance

1...<<141142143144145146147148149150>>...211

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dutils.py254 r = collections.OrderedDict(sorted(r.items(), key=lambda x: x[0]))
633 for key in list(os.environ):
634 if key in good_vars:
637 removed_vars[key] = os.environ[key]
638 del os.environ[key]
/openbmc/qemu/tests/qemu-iotests/
H A Diotests.py945 for key in obj:
946 self.flatten_qmp_object(obj[key], output, basestr + key + '.')
954 for key in obj:
955 output_list += [key + '=' + obj[key]]
/openbmc/linux/drivers/net/
H A Dvrf.c221 u32 key; in vrf_map_lookup_elem() local
223 key = jhash_1word(table_id, HASH_INITVAL); in vrf_map_lookup_elem()
224 hash_for_each_possible(vmap->ht, me, hnode, key) { in vrf_map_lookup_elem()
235 u32 key; in vrf_map_add_elem() local
237 key = jhash_1word(table_id, HASH_INITVAL); in vrf_map_add_elem()
238 hash_add(vmap->ht, &me->hnode, key); in vrf_map_add_elem()
/openbmc/linux/fs/hfs/
H A Dhfs.h286 struct hfs_cat_key key; member
/openbmc/linux/Documentation/networking/
H A Dmac80211-auth-assoc-deauth.txt38 alt WEP shared key auth
/openbmc/phosphor-webui/app/server-health/controllers/
H A Dlog-controller.js169 data[item.data.key] = item.data.value;
/openbmc/u-boot/doc/SPI/
H A DREADME.ti_qspi_am43x_test16 Hit any key to stop autoboot: 0
/openbmc/u-boot/board/theobroma-systems/lion_rk3368/
H A DREADME80 Hit any key to stop autoboot: 2
/openbmc/openbmc/meta-security/meta-integrity/recipes-security/ima_policy_hashed/files/
H A Dima_policy_hashed14 # to the EVM key can be restricted.
/openbmc/linux/drivers/net/wireless/ath/carl9170/
H A Dfwcmd.h102 u32 key[4]; member
/openbmc/linux/arch/s390/include/asm/
H A Dccwdev.h189 unsigned long intparm, u8 lpm, u8 key);
/openbmc/linux/drivers/crypto/rockchip/
H A Drk3288_crypto.h246 u8 key[AES_MAX_KEY_SIZE]; member
/openbmc/linux/Documentation/tools/rtla/
H A Dcommon_options.rst34 …rtla <command> <mode> -t -e osnoise:irq_noise --trigger="hist:key=desc,duration/1000:sort=desc,dur…
/openbmc/linux/Documentation/devicetree/bindings/firmware/xilinx/
H A Dxlnx,zynqmp-firmware.yaml52 used to encrypt or decrypt the data with provided key and initialization
/openbmc/linux/Documentation/devicetree/bindings/input/
H A Dadi,adp5588.yaml61 after these keys are pressed. If only one key is set, a double click is
/openbmc/linux/arch/arm/boot/dts/st/
H A Dste-nomadik-s8815.dts160 /* User key mapped in as "escape" */
/openbmc/linux/drivers/platform/x86/siemens/
H A Dsimatic-ipc-batt.c195 if (table->table[2].key) { in simatic_ipc_batt_probe()
/openbmc/linux/drivers/crypto/starfive/
H A Djh7110-cryp.h158 u8 key[MAX_KEY_SIZE]; member
/openbmc/webui-vue/src/components/Global/
H A DTableToolbar.vue12 :key="index"
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dcargo-update-recipe-crates.bbclass44 # we need to rename crates with name and version to have a unique key
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/etcd/
H A Detcd_3.5.7.bb1 DESCRIPTION = "etcd is a distributed key-value store for distributed systems"
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_fs.c156 input->layer_mdata.key = FIELD_GET(NPC_KEY_OFFSET, cfg); in npc_set_layer_mdata()
218 start_kwi = dummy->layer_mdata.key / 8; in npc_check_overlap()
219 offset = (dummy->layer_mdata.key * 8) % 64; in npc_check_overlap()
453 u8 hdr, key, nr_bytes, bit_offset; in npc_scan_ldata() local
460 key = FIELD_GET(NPC_KEY_OFFSET, cfg); in npc_scan_ldata()
475 start_kwi = key / 8; \ in npc_scan_ldata()
476 offset = (key * 8) % 64; \ in npc_scan_ldata()
/openbmc/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_ethtool.c1421 static int nfp_net_get_rxfh(struct net_device *netdev, u32 *indir, u8 *key, in nfp_net_get_rxfh() argument
1433 if (key) in nfp_net_get_rxfh()
1434 memcpy(key, nn->rss_key, nfp_net_rss_key_sz(nn)); in nfp_net_get_rxfh()
1445 const u32 *indir, const u8 *key, in nfp_net_set_rxfh() argument
1455 if (!key && !indir) in nfp_net_set_rxfh()
1458 if (key) { in nfp_net_set_rxfh()
1459 memcpy(nn->rss_key, key, nfp_net_rss_key_sz(nn)); in nfp_net_set_rxfh()
/openbmc/qemu/block/
H A Dnbd.c1599 if (!strcmp(e->key, "host") || in nbd_has_filename_options_conflict()
1600 !strcmp(e->key, "port") || in nbd_has_filename_options_conflict()
1601 !strcmp(e->key, "path") || in nbd_has_filename_options_conflict()
1602 !strcmp(e->key, "export") || in nbd_has_filename_options_conflict()
1603 strstart(e->key, "server.", NULL)) in nbd_has_filename_options_conflict()
1606 e->key); in nbd_has_filename_options_conflict()
1691 if (strstart(e->key, "server.", NULL)) { in nbd_process_legacy_socket_options()
/openbmc/linux/net/ipv6/
H A Dip6_tunnel.c1105 hop_limit = skb_tunnel_info(skb)->key.ttl; in ip6_tnl_xmit()
1311 const struct ip_tunnel_key *key; in ipxip6_tnl_xmit() local
1317 key = &tun_info->key; in ipxip6_tnl_xmit()
1320 fl6.saddr = key->u.ipv6.src; in ipxip6_tnl_xmit()
1321 fl6.daddr = key->u.ipv6.dst; in ipxip6_tnl_xmit()
1322 fl6.flowlabel = key->label; in ipxip6_tnl_xmit()
1323 dsfield = key->tos; in ipxip6_tnl_xmit()

1...<<141142143144145146147148149150>>...211