Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/bus/vmbus/linux/
H A Dvmbus_bus.c171 char dirname[PATH_MAX], mapname[64]; in rte_vmbus_map_device() local
192 if (get_sysfs_string(filename, mapname, sizeof(mapname)) < 0) { in rte_vmbus_map_device()
197 if (strncmp(map_names[i], mapname, strlen(map_names[i])) != 0) { in rte_vmbus_map_device()
200 mapname, map_names[i]); in rte_vmbus_map_device()
214 cp = memchr(mapname, ':', sizeof(mapname)); in rte_vmbus_map_device()