Searched refs:pfd (Results 1 – 1 of 1) sorted by relevance
48 struct pollfd pfd = { .fd = fd, .events = POLLHUP }; in nhw_upty_slave_connected() local51 ret = poll(&pfd, 1, 0); in nhw_upty_slave_connected()65 if (!(pfd.revents & POLLHUP)) { in nhw_upty_slave_connected()