host_poll
rv = host_poll(pfd, 2, -1);
int (*host_poll)(struct pollfd *, nfds_t, int);
if (host_poll(&pfd, 1, INFTIM) == -1) {