hijack.c | 984 errx(EXIT_FAILURE, "hostcall %s not found!", 2132 checkpoll(struct pollfd *fds, nfds_t nfds, int *hostcall, int *rumpcall) 2143 (*hostcall)++; 2194 int hostcall = 0, rumpcall = 0; local in function:REALPOLLTS 2200 checkpoll(fds, nfds, &hostcall, &rumpcall); 2202 if (hostcall && rumpcall) { 2366 if (hostcall) {
|