Home
last modified time | relevance | path

Searched refs:uuid_str_valid (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/lib/
H A Duuid.c58 int uuid_str_valid(const char *uuid) in uuid_str_valid() function
150 if (!uuid_str_valid(uuid_str)) { in uuid_str_to_bin()
/openbmc/u-boot/include/
H A Duuid.h35 int uuid_str_valid(const char *uuid);
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0002-FF-A-v15-lib-uuid-introduce-uuid_str_to_le_bin-funct.patch92 + if (!uuid_str_valid(uuid_str) || !uuid_bin)
/openbmc/u-boot/net/
H A Dbootp.c538 if (uuid_str_valid(uuid)) { in dhcp_extended()