Searched refs:uuid_out (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/nvdimm/ |
D | core.c | 224 static int nd_uuid_parse(struct device *dev, u8 *uuid_out, const char *buf, in nd_uuid_parse() argument 245 memcpy(uuid_out, uuid, sizeof(uuid)); in nd_uuid_parse() 259 int nd_uuid_store(struct device *dev, u8 **uuid_out, const char *buf, in nd_uuid_store() argument 272 kfree(*uuid_out); in nd_uuid_store() 273 *uuid_out = kmemdup(uuid, sizeof(uuid), GFP_KERNEL); in nd_uuid_store() 274 if (!(*uuid_out)) in nd_uuid_store()
|
D | nd.h | 228 int nd_uuid_store(struct device *dev, u8 **uuid_out, const char *buf,
|
/Linux-v4.19/drivers/xen/ |
D | sys-hypervisor.c | 542 goto uuid_out; in hyper_sysfs_init() 560 uuid_out: in hyper_sysfs_init()
|