Searched refs:fd_path (Results 1 – 1 of 1) sorted by relevance
| /dpdk/lib/power/ |
| H A D | guest_channel.c | 57 char fd_path[PATH_MAX]; in guest_channel_host_connect() local 72 snprintf(fd_path, PATH_MAX, "%s.%u", path, lcore_id); in guest_channel_host_connect() 74 fd_path, lcore_id); in guest_channel_host_connect() 75 fd = open(fd_path, O_RDWR); in guest_channel_host_connect() 78 "%s\n", fd_path, strerror(errno)); in guest_channel_host_connect() 85 fd_path); in guest_channel_host_connect() 92 "file %s", fd_path); in guest_channel_host_connect() 107 fd_path, ret > 0 ? strerror(ret) : in guest_channel_host_connect() 111 RTE_LOG(INFO, GUEST_CHANNEL, "Channel '%s' is now connected\n", fd_path); in guest_channel_host_connect()
|