Home
last modified time | relevance | path

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

/linux-4.19.296/lib/
Duuid.c90 for (i = 0; i < UUID_STRING_LEN; i++) { in uuid_is_valid()
Dkobject_uevent.c133 if (count < UUID_STRING_LEN || !uuid_is_valid(buf) || in kobject_action_args()
134 add_uevent_var(env, "SYNTH_UUID=%.*s", UUID_STRING_LEN, buf)) in kobject_action_args()
141 next = buf + UUID_STRING_LEN; in kobject_action_args()
Dvsprintf.c1349 char uuid[UUID_STRING_LEN + 1]; in uuid_string()
/linux-4.19.296/include/linux/
Duuid.h39 #define UUID_STRING_LEN 36 macro
Dgenhd.h99 #define PARTITION_META_INFO_UUIDLTH (UUID_STRING_LEN + 1)
Defi.h1217 #define EFI_VARIABLE_GUID_LEN UUID_STRING_LEN
/linux-4.19.296/drivers/thunderbolt/
Ddomain.c180 if (count > (UUID_STRING_LEN + 1) * tb->nboot_acl + 1) in boot_acl_store()
200 if (len != UUID_STRING_LEN) { in boot_acl_store()
/linux-4.19.296/drivers/char/
Drandom.c1451 char uuid_string[UUID_STRING_LEN + 1]; in proc_do_uuid()
1454 .maxlen = UUID_STRING_LEN in proc_do_uuid()