Searched defs:uuid_out (Results 1 – 2 of 2) sorted by relevance
121 static int nd_uuid_parse(struct device *dev, u8 *uuid_out, const char *buf, in nd_uuid_parse()156 int nd_uuid_store(struct device *dev, u8 **uuid_out, const char *buf, in nd_uuid_store()
1788 #define ll_generate_random_uuid(uuid_out) cfs_get_random_bytes(uuid_out, sizeof(class_uuid_t)) argument