Searched refs:fd_path (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/lib/librte_power/ |
| H A D | guest_channel.c | 59 char fd_path[PATH_MAX]; in guest_channel_host_connect() local 74 snprintf(fd_path, PATH_MAX, "%s.%u", path, lcore_id); in guest_channel_host_connect() 76 fd_path, lcore_id); in guest_channel_host_connect() 77 fd = open(fd_path, O_RDWR); in guest_channel_host_connect() 80 "%s\n", fd_path, strerror(errno)); in guest_channel_host_connect() 87 fd_path); in guest_channel_host_connect() 94 "file %s", fd_path); in guest_channel_host_connect() 109 fd_path, ret > 0 ? strerror(ret) : in guest_channel_host_connect() 113 RTE_LOG(INFO, GUEST_CHANNEL, "Channel '%s' is now connected\n", fd_path); in guest_channel_host_connect()
|