Home
last modified time | relevance | path

Searched refs:UUID_STRING_LEN (Results 1 – 20 of 20) sorted by relevance

/linux-6.12.1/drivers/vfio/mdev/
Dmdev_sysfs.c69 if ((count < UUID_STRING_LEN) || (count > UUID_STRING_LEN + 1)) in create_store()
/linux-6.12.1/lib/
Duuid.c92 for (i = 0; i < UUID_STRING_LEN; i++) { in uuid_is_valid()
Dkobject_uevent.c132 if (count < UUID_STRING_LEN || !uuid_is_valid(buf) || in kobject_action_args()
133 add_uevent_var(env, "SYNTH_UUID=%.*s", UUID_STRING_LEN, buf)) in kobject_action_args()
140 next = buf + UUID_STRING_LEN; in kobject_action_args()
Dvsprintf.c1693 char uuid[UUID_STRING_LEN + 1]; in uuid_string()
/linux-6.12.1/include/linux/
Duuid.h41 #define UUID_STRING_LEN 36 macro
Dmod_devicetable.h847 const char guid_string[UUID_STRING_LEN+1];
Defi.h947 #define EFI_VARIABLE_GUID_LEN UUID_STRING_LEN
Dblkdev.h62 #define PARTITION_META_INFO_UUIDLTH (UUID_STRING_LEN + 1)
Dfs.h1330 char s_sysfs_name[UUID_STRING_LEN + 1];
/linux-6.12.1/drivers/gpu/drm/i915/
Di915_perf_types.h80 char uuid[UUID_STRING_LEN + 1];
Di915_query.c237 char uuid[UUID_STRING_LEN + 1]; in query_perf_config_data()
/linux-6.12.1/drivers/thunderbolt/
Ddomain.c174 if (count > (UUID_STRING_LEN + 1) * tb->nboot_acl + 1) in boot_acl_store()
194 if (len != UUID_STRING_LEN) { in boot_acl_store()
/linux-6.12.1/drivers/char/
Drandom.c1635 char uuid_string[UUID_STRING_LEN + 1]; in proc_do_uuid()
1638 .maxlen = UUID_STRING_LEN in proc_do_uuid()
/linux-6.12.1/scripts/mod/
Dfile2alias.c47 #define UUID_STRING_LEN 36 macro
1379 if (strlen(*guid_string) != UUID_STRING_LEN) { in do_wmi_entry()
/linux-6.12.1/drivers/vfio/pci/
Dvfio_pci_core.c1950 if (strlen(buf) < UUID_STRING_LEN) in vfio_pci_core_match()
1958 buf += UUID_STRING_LEN; in vfio_pci_core_match()
/linux-6.12.1/drivers/net/wireless/ath/ath10k/
Dsnoc.c1467 char guid[UUID_STRING_LEN + 1]; in ath10k_snoc_fw_crashed_dump()
Dsdio.c2481 char guid[UUID_STRING_LEN + 1]; in ath10k_sdio_fw_crashed_dump()
Dpci.c1755 char guid[UUID_STRING_LEN + 1]; in ath10k_pci_fw_dump_work()
/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_oa.c52 char uuid[UUID_STRING_LEN + 1];
/linux-6.12.1/drivers/cxl/core/
Dregion.c185 if (len != UUID_STRING_LEN + 1) in uuid_store()