Searched refs:uuid_out (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/nvdimm/ |
H A 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() 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 D | nd.h | 231 int nd_uuid_store(struct device *dev, u8 **uuid_out, const char *buf,
|
/kernel/linux/linux-6.6/drivers/nvdimm/ |
H A D | core.c | 213 * @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 D | nd.h | 497 int nd_uuid_store(struct device *dev, uuid_t **uuid_out, const char *buf,
|
/kernel/linux/linux-5.10/drivers/xen/ |
H A D | sys-hypervisor.c | 539 goto uuid_out; in hyper_sysfs_init() 557 uuid_out: in hyper_sysfs_init()
|
/kernel/linux/linux-6.6/drivers/xen/ |
H A D | sys-hypervisor.c | 595 goto uuid_out; in hyper_sysfs_init() 617 uuid_out: in hyper_sysfs_init()
|
Completed in 6 milliseconds