HomeSort by: relevance | last modified time | path
    Searched defs:pfd_host (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/librumphijack/
hijack.c 2203 struct pollfd *pfd_host = NULL, *pfd_rump = NULL; local in function:REALPOLLTS
2220 pfd_host = malloc(sizeof(*pfd_host)*(nfds+1));
2221 if (!pfd_host)
2250 pfd_host[i].fd = -1;
2253 pfd_host[i].fd = -1;
2270 pfd_host[i].fd = fd;
2271 pfd_host[i].events = fds[i].events;
2273 pfd_rump[i].revents = pfd_host[i].revents = 0;
2279 pfd_host[nfds].fd = hpipe[0]
    [all...]
hijack.c 2203 struct pollfd *pfd_host = NULL, *pfd_rump = NULL; local in function:REALPOLLTS
2220 pfd_host = malloc(sizeof(*pfd_host)*(nfds+1));
2221 if (!pfd_host)
2250 pfd_host[i].fd = -1;
2253 pfd_host[i].fd = -1;
2270 pfd_host[i].fd = fd;
2271 pfd_host[i].events = fds[i].events;
2273 pfd_rump[i].revents = pfd_host[i].revents = 0;
2279 pfd_host[nfds].fd = hpipe[0]
    [all...]
hijack.c 2203 struct pollfd *pfd_host = NULL, *pfd_rump = NULL; local in function:REALPOLLTS
2220 pfd_host = malloc(sizeof(*pfd_host)*(nfds+1));
2221 if (!pfd_host)
2250 pfd_host[i].fd = -1;
2253 pfd_host[i].fd = -1;
2270 pfd_host[i].fd = fd;
2271 pfd_host[i].events = fds[i].events;
2273 pfd_rump[i].revents = pfd_host[i].revents = 0;
2279 pfd_host[nfds].fd = hpipe[0]
    [all...]

Completed in 110 milliseconds