Searched refs:uuid_string (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/char/
H A Drandom.c1611 char uuid_string[UUID_STRING_LEN + 1]; local
1613 .data = uuid_string,
1633 snprintf(uuid_string, sizeof(uuid_string), "%pU", uuid);
/linux-master/lib/
H A Dvsprintf.c1690 char *uuid_string(char *buf, char *end, const u8 *addr, function
2453 return uuid_string(buf, end, ptr, spec, fmt);

Completed in 143 milliseconds