Home
last modified time | relevance | path

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

/drivers/nvdimm/
Dcore.c121 static int nd_uuid_parse(struct device *dev, u8 *uuid_out, const char *buf, in nd_uuid_parse() argument
142 memcpy(uuid_out, uuid, sizeof(uuid)); in nd_uuid_parse()
156 int nd_uuid_store(struct device *dev, u8 **uuid_out, const char *buf, in nd_uuid_store() argument
169 kfree(*uuid_out); in nd_uuid_store()
170 *uuid_out = kmemdup(uuid, sizeof(uuid), GFP_KERNEL); in nd_uuid_store()
171 if (!(*uuid_out)) in nd_uuid_store()
Dnd.h170 int nd_uuid_store(struct device *dev, u8 **uuid_out, const char *buf,
/drivers/char/
Drandom.c1651 void generate_random_uuid(unsigned char uuid_out[16]) in generate_random_uuid()
1653 get_random_bytes(uuid_out, 16); in generate_random_uuid()
1655 uuid_out[6] = (uuid_out[6] & 0x0F) | 0x40; in generate_random_uuid()
1657 uuid_out[8] = (uuid_out[8] & 0x3F) | 0x80; in generate_random_uuid()
/drivers/xen/
Dsys-hypervisor.c512 goto uuid_out; in hyper_sysfs_init()
529 uuid_out: in hyper_sysfs_init()
/drivers/staging/lustre/lustre/include/
Dobd_class.h1788 #define ll_generate_random_uuid(uuid_out) cfs_get_random_bytes(uuid_out, sizeof(class_uuid_t)) argument