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

  /src/lib/librumphijack/
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) {
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) {

Completed in 24 milliseconds