Searched refs:uuid_out (Results 1 – 3 of 3) sorted by relevance
219 int nd_uuid_store(struct device *dev, uuid_t **uuid_out, const char *buf, in nd_uuid_store() argument232 kfree(*uuid_out); in nd_uuid_store()233 *uuid_out = kmemdup(&uuid, sizeof(uuid), GFP_KERNEL); in nd_uuid_store()234 if (!(*uuid_out)) in nd_uuid_store()
496 int nd_uuid_store(struct device *dev, uuid_t **uuid_out, const char *buf,
595 goto uuid_out; in hyper_sysfs_init()617 uuid_out: in hyper_sysfs_init()
Completed in 10 milliseconds