Home
last modified time | relevance | path

Searched refs:key_name (Results 1 – 16 of 16) sorted by relevance

/openbmc/qemu/hw/nvram/
H A Dtrace-events8 fw_cfg_select(void *s, uint16_t key_value, const char *key_name, int ret) "%p key 0x%04" PRIx16 " '…
10 fw_cfg_add_bytes(uint16_t key_value, const char *key_name, size_t len) "key 0x%04" PRIx16 " '%s', %…
12 fw_cfg_add_string(uint16_t key_value, const char *key_name, const char *value) "key 0x%04" PRIx16 "…
13 fw_cfg_add_i16(uint16_t key_value, const char *key_name, uint16_t value) "key 0x%04" PRIx16 " '%s',…
14 fw_cfg_add_i32(uint16_t key_value, const char *key_name, uint32_t value) "key 0x%04" PRIx16 " '%s',…
15 fw_cfg_add_i64(uint16_t key_value, const char *key_name, uint64_t value) "key 0x%04" PRIx16 " '%s',…
H A Dfw_cfg.c79 static const char *key_name(uint16_t key) in key_name() function
122 const char *name = key_name(key); in trace_key_name()
/openbmc/linux/fs/hfsplus/
H A Dattributes.c46 (const struct hfsplus_unistr *)&k1->attr.key_name, in hfsplus_attr_bin_cmp_key()
47 (const struct hfsplus_unistr *)&k2->attr.key_name); in hfsplus_attr_bin_cmp_key()
59 (struct hfsplus_unistr *)&key->attr.key_name, in hfsplus_attr_build_key()
63 len = be16_to_cpu(key->attr.key_name.length); in hfsplus_attr_build_key()
65 key->attr.key_name.length = 0; in hfsplus_attr_build_key()
77 cpu_to_be16(offsetof(struct hfsplus_attr_key, key_name) + in hfsplus_attr_build_key()
H A Dhfsplus_raw.h366 struct hfsplus_attr_unistr key_name; member
H A Dxattr.c737 (const struct hfsplus_unistr *)&fd.key->attr.key_name, in hfsplus_listxattr()
/openbmc/linux/tools/hv/
H A Dhv_kvp_daemon.c1544 char *key_name; in main() local
1746 key_name = (char *)hv_msg->body.kvp_enum_data.data.key; in main()
1752 strcpy(key_name, "FullyQualifiedDomainName"); in main()
1755 strcpy(key_name, "IntegrationServicesVersion"); in main()
1761 strcpy(key_name, "NetworkAddressIPv4"); in main()
1766 strcpy(key_name, "NetworkAddressIPv6"); in main()
1770 strcpy(key_name, "OSBuildNumber"); in main()
1774 strcpy(key_name, "OSName"); in main()
1778 strcpy(key_name, "OSMajorVersion"); in main()
1782 strcpy(key_name, "OSMinorVersion"); in main()
[all …]
/openbmc/openbmc-test-automation/lib/
H A Dvar_funcs.py729 def nested_get(key_name, structure): argument
767 result += nested_get(key_name, entry)
771 result += nested_get(key_name, value)
772 if key == key_name:
H A Dgen_valid.py646 key_name = " [" + key + "]"
648 var_value[key], valid_values=value, var_name=key_name
665 key_name = " [" + key + "]"
667 var_value[key], invalid_values=value, var_name=key_name
/openbmc/linux/drivers/hv/
H A Dhv_kvp.c518 char *key_name; in kvp_respond_to_host() local
589 key_name = msg_to_host->body.kvp_enum_data.data.key; in kvp_respond_to_host()
597 keylen = utf8s_to_utf16s(key_name, strlen(key_name), UTF16_HOST_ENDIAN, in kvp_respond_to_host()
/openbmc/u-boot/tools/
H A Dkwbimage.c170 const char *key_name; member
419 unsigned int cfg_option, const char *key_name, in kwb_load_cfg_key() argument
430 fprintf(stderr, "%s not configured\n", key_name); in kwb_load_cfg_key()
434 res = kwb_load_rsa_key(params->keydir, e_key->key_name, &key); in kwb_load_cfg_key()
436 fprintf(stderr, "Failed to load %s\n", key_name); in kwb_load_cfg_key()
1411 el->key_name = strdup(value1); in image_create_config_parse_oneline()
1414 el->key_name = strdup(value1); in image_create_config_parse_oneline()
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_cfg.c219 const char *key_name, in adf_cfg_key_val_get() argument
226 keyval = adf_cfg_key_value_find(sec, key_name); in adf_cfg_key_val_get()
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/
H A D0001-Fix-generate-keynames.patch17 echo "static struct input_key_name key_name [] = {" >> $1
/openbmc/linux/kernel/locking/
H A Dlockdep_proc.c486 const char *key_name; in seq_stats() local
488 key_name = __get_key_name(ckey, str); in seq_stats()
489 snprintf(name, namelen, "%s", key_name); in seq_stats()
/openbmc/linux/tools/objtool/
H A Dcheck.c672 char *key_name, *tmp; in create_static_call_sections() local
707 key_name = strdup(insn_call_dest(insn)->name); in create_static_call_sections()
708 if (!key_name) { in create_static_call_sections()
712 if (strncmp(key_name, STATIC_CALL_TRAMP_PREFIX_STR, in create_static_call_sections()
714 WARN("static_call: trampoline name malformed: %s", key_name); in create_static_call_sections()
715 free(key_name); in create_static_call_sections()
718 tmp = key_name + STATIC_CALL_TRAMP_PREFIX_LEN - STATIC_CALL_KEY_PREFIX_LEN; in create_static_call_sections()
725 free(key_name); in create_static_call_sections()
740 free(key_name); in create_static_call_sections()
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dpackages.rst829 RPM_GPG_NAME = "key_name"
835 Be sure to supply appropriate values for both `key_name` and
858 PACKAGE_FEED_GPG_NAME = "key_name"
/openbmc/linux/block/
H A Dsed-opal.c303 static int read_sed_opal_key(const char *key_name, u_char *buffer, int buflen) in read_sed_opal_key() argument
313 &key_type_user, key_name, true); in read_sed_opal_key()