Home
last modified time | relevance | path

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

/linux-6.15/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.c735 (const struct hfsplus_unistr *)&fd.key->attr.key_name, in hfsplus_listxattr()
/linux-6.15/tools/hv/
H A Dhv_kvp_daemon.c1736 char *key_name; in main() local
1944 strcpy(key_name, "FullyQualifiedDomainName"); in main()
1947 strcpy(key_name, "IntegrationServicesVersion"); in main()
1953 strcpy(key_name, "NetworkAddressIPv4"); in main()
1958 strcpy(key_name, "NetworkAddressIPv6"); in main()
1962 strcpy(key_name, "OSBuildNumber"); in main()
1966 strcpy(key_name, "OSName"); in main()
1970 strcpy(key_name, "OSMajorVersion"); in main()
1974 strcpy(key_name, "OSMinorVersion"); in main()
1978 strcpy(key_name, "OSVersion"); in main()
[all …]
/linux-6.15/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()
/linux-6.15/drivers/crypto/intel/qat/qat_common/
H A Dadf_cfg.c248 const char *key_name, in adf_cfg_key_val_get() argument
255 keyval = adf_cfg_key_value_find(sec, key_name); in adf_cfg_key_val_get()
/linux-6.15/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()
/linux-6.15/tools/objtool/
H A Dcheck.c636 char *key_name, *tmp; in create_static_call_sections() local
671 key_name = strdup(insn_call_dest(insn)->name); in create_static_call_sections()
672 if (!key_name) { in create_static_call_sections()
676 if (strncmp(key_name, STATIC_CALL_TRAMP_PREFIX_STR, in create_static_call_sections()
678 ERROR("static_call: trampoline name malformed: %s", key_name); in create_static_call_sections()
681 tmp = key_name + STATIC_CALL_TRAMP_PREFIX_LEN - STATIC_CALL_KEY_PREFIX_LEN; in create_static_call_sections()
/linux-6.15/block/
H A Dsed-opal.c304 static int read_sed_opal_key(const char *key_name, u_char *buffer, int buflen) in read_sed_opal_key() argument
314 &key_type_user, key_name, true); in read_sed_opal_key()