Home
last modified time | relevance | path

Searched refs:uuid_out (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/nvdimm/
Dcore.c217 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()
Dnd.h231 int nd_uuid_store(struct device *dev, u8 **uuid_out, const char *buf,
/Linux-v5.10/drivers/xen/
Dsys-hypervisor.c539 goto uuid_out; in hyper_sysfs_init()
557 uuid_out: in hyper_sysfs_init()