Searched refs:uuid_out (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/nvdimm/ |
D | core.c | 121 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()
|
D | nd.h | 171 int nd_uuid_store(struct device *dev, u8 **uuid_out, const char *buf,
|
/linux-4.4.14/include/linux/ |
D | random.h | 29 void generate_random_uuid(unsigned char uuid_out[16]);
|
/linux-4.4.14/drivers/char/ |
D | random.c | 1634 void generate_random_uuid(unsigned char uuid_out[16]) in generate_random_uuid() 1636 get_random_bytes(uuid_out, 16); in generate_random_uuid() 1638 uuid_out[6] = (uuid_out[6] & 0x0F) | 0x40; in generate_random_uuid() 1640 uuid_out[8] = (uuid_out[8] & 0x3F) | 0x80; in generate_random_uuid()
|
/linux-4.4.14/drivers/xen/ |
D | sys-hypervisor.c | 512 goto uuid_out; in hyper_sysfs_init() 529 uuid_out: in hyper_sysfs_init()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | obd_class.h | 1788 #define ll_generate_random_uuid(uuid_out) cfs_get_random_bytes(uuid_out, sizeof(class_uuid_t)) argument
|