Home
last modified time | relevance | path

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

/linux/drivers/vfio/mdev/
H A Dmdev_sysfs.c69 if ((count < UUID_STRING_LEN) || (count > UUID_STRING_LEN + 1)) in create_store()
/linux/lib/
H A Duuid.c92 for (i = 0; i < UUID_STRING_LEN; i++) { in uuid_is_valid()
H A Dvsprintf.c1739 char uuid[UUID_STRING_LEN + 1]; in uuid_string()
/linux/include/linux/
H A Duuid.h41 #define UUID_STRING_LEN 36 macro
H A Defi.h937 #define EFI_VARIABLE_GUID_LEN UUID_STRING_LEN
H A Dblkdev.h63 #define PARTITION_META_INFO_UUIDLTH (UUID_STRING_LEN + 1)
H A Dfs.h1404 char s_sysfs_name[UUID_STRING_LEN + 1];
/linux/drivers/gpu/drm/i915/
H A Di915_perf_types.h80 char uuid[UUID_STRING_LEN + 1];
/linux/drivers/thunderbolt/
H A 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/drivers/char/
H A Drandom.c1637 char uuid_string[UUID_STRING_LEN + 1]; in proc_do_uuid()
1640 .maxlen = UUID_STRING_LEN in proc_do_uuid()
/linux/drivers/vfio/pci/
H A Dvfio_pci_core.c1941 if (strlen(buf) < UUID_STRING_LEN) in vfio_pci_core_match()
1949 buf += UUID_STRING_LEN; in vfio_pci_core_match()
/linux/drivers/net/wireless/ath/ath10k/
H A Dsnoc.c1470 char guid[UUID_STRING_LEN + 1]; in ath10k_snoc_fw_crashed_dump()
/linux/drivers/gpu/drm/xe/
H A Dxe_oa.c70 char uuid[UUID_STRING_LEN + 1];
/linux/drivers/cxl/core/
H A Dregion.c181 if (len != UUID_STRING_LEN + 1) in uuid_store()