Searched refs:uuid_string (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/char/ |
| H A D | random.c | 1631 char uuid_string[UUID_STRING_LEN + 1]; in proc_do_uuid() local 1633 .data = uuid_string, in proc_do_uuid() 1653 snprintf(uuid_string, sizeof(uuid_string), "%pU", uuid); in proc_do_uuid()
|
| /linux/lib/ |
| H A D | vsprintf.c | 1731 char *uuid_string(char *buf, char *end, const u8 *addr, in uuid_string() 2567 return uuid_string(buf, end, ptr, spec, fmt); in pointer() 1730 char *uuid_string(char *buf, char *end, const u8 *addr, uuid_string() function
|