Searched refs:UUID_STRING_LEN (Results 1 - 19 of 19) sorted by relevance

/linux-master/lib/
H A Duuid.c92 for (i = 0; i < UUID_STRING_LEN; i++) {
H A Dkobject_uevent.c132 if (count < UUID_STRING_LEN || !uuid_is_valid(buf) ||
133 add_uevent_var(env, "SYNTH_UUID=%.*s", UUID_STRING_LEN, buf))
140 next = buf + UUID_STRING_LEN;
H A Dvsprintf.c1693 char uuid[UUID_STRING_LEN + 1];
/linux-master/include/linux/
H A Duuid.h41 #define UUID_STRING_LEN 36 macro
H A Dmod_devicetable.h845 const char guid_string[UUID_STRING_LEN+1];
H A Defi.h944 #define EFI_VARIABLE_GUID_LEN UUID_STRING_LEN
H A Dblkdev.h62 #define PARTITION_META_INFO_UUIDLTH (UUID_STRING_LEN + 1)
H A Dfs.h1284 char s_sysfs_name[UUID_STRING_LEN + 1];
/linux-master/drivers/vfio/mdev/
H A Dmdev_sysfs.c69 if ((count < UUID_STRING_LEN) || (count > UUID_STRING_LEN + 1))
/linux-master/drivers/gpu/drm/i915/
H A Di915_perf_types.h80 char uuid[UUID_STRING_LEN + 1];
H A Di915_query.c237 char uuid[UUID_STRING_LEN + 1];
/linux-master/drivers/thunderbolt/
H A Ddomain.c174 if (count > (UUID_STRING_LEN + 1) * tb->nboot_acl + 1)
194 if (len != UUID_STRING_LEN) {
/linux-master/drivers/char/
H A Drandom.c1611 char uuid_string[UUID_STRING_LEN + 1];
1614 .maxlen = UUID_STRING_LEN
/linux-master/scripts/mod/
H A Dfile2alias.c47 #define UUID_STRING_LEN 36 macro
1369 if (strlen(*guid_string) != UUID_STRING_LEN) {
/linux-master/drivers/vfio/pci/
H A Dvfio_pci_core.c2028 if (strlen(buf) < UUID_STRING_LEN)
2036 buf += UUID_STRING_LEN;
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dsnoc.c1464 char guid[UUID_STRING_LEN + 1];
H A Dsdio.c2481 char guid[UUID_STRING_LEN + 1];
H A Dpci.c1755 char guid[UUID_STRING_LEN + 1];
/linux-master/drivers/cxl/core/
H A Dregion.c184 if (len != UUID_STRING_LEN + 1)

Completed in 305 milliseconds