Home
last modified time | relevance | path

Searched refs:uuid_out (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/nvdimm/
H A 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()
245 * @uuid_out: uuid buffer to replace
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()
H A Dnd.h231 int nd_uuid_store(struct device *dev, u8 **uuid_out, const char *buf,
/kernel/linux/linux-6.6/drivers/nvdimm/
H A Dcore.c213 * @uuid_out: uuid buffer to replace
220 int nd_uuid_store(struct device *dev, uuid_t **uuid_out, const char *buf, in nd_uuid_store() argument
233 kfree(*uuid_out); in nd_uuid_store()
234 *uuid_out = kmemdup(&uuid, sizeof(uuid), GFP_KERNEL); in nd_uuid_store()
235 if (!(*uuid_out)) in nd_uuid_store()
H A Dnd.h497 int nd_uuid_store(struct device *dev, uuid_t **uuid_out, const char *buf,
/kernel/linux/linux-5.10/drivers/xen/
H A Dsys-hypervisor.c539 goto uuid_out; in hyper_sysfs_init()
557 uuid_out: in hyper_sysfs_init()
/kernel/linux/linux-6.6/drivers/xen/
H A Dsys-hypervisor.c595 goto uuid_out; in hyper_sysfs_init()
617 uuid_out: in hyper_sysfs_init()

Completed in 6 milliseconds