Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/nvdimm/
Dcore.c220 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()
Dnd.h497 int nd_uuid_store(struct device *dev, uuid_t **uuid_out, const char *buf,
/linux-6.1.9/drivers/xen/
Dsys-hypervisor.c538 goto uuid_out; in hyper_sysfs_init()
556 uuid_out: in hyper_sysfs_init()