/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | utils.py | 254 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 D | iotests.py | 945 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 D | vrf.c | 221 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 D | hfs.h | 286 struct hfs_cat_key key; member
|
/openbmc/linux/Documentation/networking/ |
H A D | mac80211-auth-assoc-deauth.txt | 38 alt WEP shared key auth
|
/openbmc/phosphor-webui/app/server-health/controllers/ |
H A D | log-controller.js | 169 data[item.data.key] = item.data.value;
|
/openbmc/u-boot/doc/SPI/ |
H A D | README.ti_qspi_am43x_test | 16 Hit any key to stop autoboot: 0
|
/openbmc/u-boot/board/theobroma-systems/lion_rk3368/ |
H A D | README | 80 Hit any key to stop autoboot: 2
|
/openbmc/openbmc/meta-security/meta-integrity/recipes-security/ima_policy_hashed/files/ |
H A D | ima_policy_hashed | 14 # to the EVM key can be restricted.
|
/openbmc/linux/drivers/net/wireless/ath/carl9170/ |
H A D | fwcmd.h | 102 u32 key[4]; member
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | ccwdev.h | 189 unsigned long intparm, u8 lpm, u8 key);
|
/openbmc/linux/drivers/crypto/rockchip/ |
H A D | rk3288_crypto.h | 246 u8 key[AES_MAX_KEY_SIZE]; member
|
/openbmc/linux/Documentation/tools/rtla/ |
H A D | common_options.rst | 34 …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 D | xlnx,zynqmp-firmware.yaml | 52 used to encrypt or decrypt the data with provided key and initialization
|
/openbmc/linux/Documentation/devicetree/bindings/input/ |
H A D | adi,adp5588.yaml | 61 after these keys are pressed. If only one key is set, a double click is
|
/openbmc/linux/arch/arm/boot/dts/st/ |
H A D | ste-nomadik-s8815.dts | 160 /* User key mapped in as "escape" */
|
/openbmc/linux/drivers/platform/x86/siemens/ |
H A D | simatic-ipc-batt.c | 195 if (table->table[2].key) { in simatic_ipc_batt_probe()
|
/openbmc/linux/drivers/crypto/starfive/ |
H A D | jh7110-cryp.h | 158 u8 key[MAX_KEY_SIZE]; member
|
/openbmc/webui-vue/src/components/Global/ |
H A D | TableToolbar.vue | 12 :key="index"
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | cargo-update-recipe-crates.bbclass | 44 # 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 D | etcd_3.5.7.bb | 1 DESCRIPTION = "etcd is a distributed key-value store for distributed systems"
|
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_npc_fs.c | 156 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 D | nfp_net_ethtool.c | 1421 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 D | nbd.c | 1599 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 D | ip6_tunnel.c | 1105 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()
|