Home
last modified time | relevance | path

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

/linux/lib/
H A Duuid.c93 for (i = 0; i < UUID_STRING_LEN; i++) { in uuid_is_valid()
H A 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()
H A Dvsprintf.c1734 char uuid[UUID_STRING_LEN + 1]; in uuid_string()
/linux/include/linux/
H A Duuid.h41 #define UUID_STRING_LEN 36 macro
/linux/drivers/gpu/drm/i915/
H A Di915_perf_types.h80 char uuid[UUID_STRING_LEN + 1];
/linux/drivers/thunderbolt/
H A Ddomain.c175 if (count > (UUID_STRING_LEN + 1) * tb->nboot_acl + 1) in boot_acl_store()
195 if (len != UUID_STRING_LEN) { in boot_acl_store()
/linux/drivers/char/
H A Drandom.c1631 char uuid_string[UUID_STRING_LEN + 1]; in proc_do_uuid()
1634 .maxlen = UUID_STRING_LEN in proc_do_uuid()
/linux/scripts/mod/
H A Dfile2alias.c114 #define UUID_STRING_LEN 36 macro
1257 if (strlen(*guid_string) != UUID_STRING_LEN) { in do_wmi_entry()
/linux/drivers/vfio/pci/
H A Dvfio_pci_core.c1952 if (strlen(buf) < UUID_STRING_LEN) in vfio_pci_core_match()
1960 buf += UUID_STRING_LEN; in vfio_pci_core_match()
/linux/drivers/net/wireless/ath/ath10k/
H A Dsdio.c2482 char guid[UUID_STRING_LEN + 1]; in ath10k_sdio_fw_crashed_dump()
H A Dpci.c1757 char guid[UUID_STRING_LEN + 1]; in ath10k_pci_fw_dump_work()
/linux/drivers/gpu/drm/xe/
H A Dxe_oa.c71 char uuid[UUID_STRING_LEN + 1];
/linux/drivers/cxl/core/
H A Dregion.c189 if (len != UUID_STRING_LEN + 1) in uuid_store()