Searched refs:mapname (Results 1 – 1 of 1) sorted by relevance
171 char dirname[PATH_MAX], mapname[64]; in rte_vmbus_map_device() local192 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()