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

  /src/lib/librumphijack/
hijack.c 990 errx(EXIT_FAILURE, "rumpcall %s not found!",
2132 checkpoll(struct pollfd *fds, nfds_t nfds, int *hostcall, int *rumpcall)
2141 (*rumpcall)++;
2194 int hostcall = 0, rumpcall = 0; local in function:REALPOLLTS
2200 checkpoll(fds, nfds, &hostcall, &rumpcall);
2202 if (hostcall && rumpcall) {
2374 if (rumpcall)
hijack.c 990 errx(EXIT_FAILURE, "rumpcall %s not found!",
2132 checkpoll(struct pollfd *fds, nfds_t nfds, int *hostcall, int *rumpcall)
2141 (*rumpcall)++;
2194 int hostcall = 0, rumpcall = 0; local in function:REALPOLLTS
2200 checkpoll(fds, nfds, &hostcall, &rumpcall);
2202 if (hostcall && rumpcall) {
2374 if (rumpcall)
hijack.c 990 errx(EXIT_FAILURE, "rumpcall %s not found!",
2132 checkpoll(struct pollfd *fds, nfds_t nfds, int *hostcall, int *rumpcall)
2141 (*rumpcall)++;
2194 int hostcall = 0, rumpcall = 0; local in function:REALPOLLTS
2200 checkpoll(fds, nfds, &hostcall, &rumpcall);
2202 if (hostcall && rumpcall) {
2374 if (rumpcall)

Completed in 144 milliseconds