MCPcopy Create free account
hub / github.com/F-Stack/f-stack / rte_uuid_copy

Function rte_uuid_copy

dpdk/lib/eal/include/rte_uuid.h:61–64  ·  view source on GitHub ↗

* Copy uuid. * * @param dst * Destination uuid * @param src * Source uuid */

Source from the content-addressed store, hash-verified

59 * Source uuid
60 */
61static inline void rte_uuid_copy(rte_uuid_t dst, const rte_uuid_t src)
62{
63 memcpy(dst, src, sizeof(rte_uuid_t));
64}
65
66/**
67 * Compare two UUID's

Callers 5

trace_uuid_generateFunction · 0.85
eal_parse_vfio_vf_tokenFunction · 0.85
vmbus_uio_alloc_resourceFunction · 0.85

Calls 1

memcpyFunction · 0.50

Tested by

no test coverage detected