Searched refs:rte_uuid_unparse (Results 1 – 6 of 6) sorted by relevance
| /dpdk/drivers/bus/vmbus/ |
| H A D | vmbus_common.c | 101 rte_uuid_unparse(dev->device_id, guid, sizeof(guid)); in vmbus_probe_one_driver() 181 rte_uuid_unparse(dev->device_id, ubuf, sizeof(ubuf)); in rte_vmbus_probe()
|
| /dpdk/lib/eal/include/ |
| H A D | rte_uuid.h | 99 void rte_uuid_unparse(const rte_uuid_t uu, char *out, size_t len);
|
| /dpdk/lib/eal/common/ |
| H A D | eal_common_uuid.c | 155 void rte_uuid_unparse(const rte_uuid_t uu, char *out, size_t len) in rte_uuid_unparse() function
|
| H A D | eal_common_trace_ctf.c | 121 rte_uuid_unparse(trace->uuid, uustr, RTE_UUID_STRLEN); in meta_header_emit()
|
| /dpdk/lib/eal/ |
| H A D | version.map | 270 rte_uuid_unparse;
|
| /dpdk/lib/eal/linux/ |
| H A D | eal_vfio.c | 951 rte_uuid_unparse(vf_token, vf_token_str, sizeof(vf_token_str)); in rte_vfio_setup_device()
|