Searched hist:"48 a2e88f53aea4dface64883157ad3c428132f75" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/lib/ |
H A D | uuid.c | diff 48a2e88f53aea4dface64883157ad3c428132f75 Mon Feb 24 09:37:50 CST 2020 Andy Shevchenko <andriy.shevchenko@linux.intel.com> uuid: Provide a GUID generator for raw buffer
In some cases we would like to generate a GUID and export it. Though it would require either casting to internal kernel types or an intermediate buffer. Instead we may achieve this by supplying a pointer to raw buffer and make a complimentary API to existing one for UUIDs.
Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: David Sterba <dsterba@suse.com>
|
/openbmc/linux/include/linux/ |
H A D | uuid.h | diff 48a2e88f53aea4dface64883157ad3c428132f75 Mon Feb 24 09:37:50 CST 2020 Andy Shevchenko <andriy.shevchenko@linux.intel.com> uuid: Provide a GUID generator for raw buffer
In some cases we would like to generate a GUID and export it. Though it would require either casting to internal kernel types or an intermediate buffer. Instead we may achieve this by supplying a pointer to raw buffer and make a complimentary API to existing one for UUIDs.
Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: David Sterba <dsterba@suse.com>
|