Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvdimm/
H A 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()
H A Dnd.h497 int nd_uuid_store(struct device *dev, uuid_t **uuid_out, const char *buf,
/openbmc/linux/drivers/xen/
H A Dsys-hypervisor.c595 goto uuid_out; in hyper_sysfs_init()
617 uuid_out: in hyper_sysfs_init()