Searched refs:uuid_out (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/nvdimm/ |
D | core.c | 217 static int nd_uuid_parse(struct device *dev, u8 *uuid_out, const char *buf, in nd_uuid_parse() argument 238 memcpy(uuid_out, uuid, sizeof(uuid)); in nd_uuid_parse() 252 int nd_uuid_store(struct device *dev, u8 **uuid_out, const char *buf, in nd_uuid_store() argument 265 kfree(*uuid_out); in nd_uuid_store() 266 *uuid_out = kmemdup(uuid, sizeof(uuid), GFP_KERNEL); in nd_uuid_store() 267 if (!(*uuid_out)) in nd_uuid_store()
|
D | nd.h | 231 int nd_uuid_store(struct device *dev, u8 **uuid_out, const char *buf,
|
/Linux-v5.10/drivers/xen/ |
D | sys-hypervisor.c | 539 goto uuid_out; in hyper_sysfs_init() 557 uuid_out: in hyper_sysfs_init()
|