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

  /src/lib/librumphijack/
hijack.c 2207 int sverrno = 0, rv_rump, rv_host, errno_rump, errno_host; local in function:REALPOLLTS
2301 rv_host = (int)(intptr_t)trv_val;
2305 if (rv_host > 0 && pfd_host[nfds].revents & POLLIN) {
2306 rv_host--;
2313 if (rv_rump > 0 || rv_host > 0) {
2325 if (rv_host > 0) {
2331 rv += rv_host;
2335 } else if (rv_rump == -1 || rv_host == -1) {
2340 if (rv_host == -1) {
2349 assert(rv_rump == 0 && rv_host == 0)
    [all...]
hijack.c 2207 int sverrno = 0, rv_rump, rv_host, errno_rump, errno_host; local in function:REALPOLLTS
2301 rv_host = (int)(intptr_t)trv_val;
2305 if (rv_host > 0 && pfd_host[nfds].revents & POLLIN) {
2306 rv_host--;
2313 if (rv_rump > 0 || rv_host > 0) {
2325 if (rv_host > 0) {
2331 rv += rv_host;
2335 } else if (rv_rump == -1 || rv_host == -1) {
2340 if (rv_host == -1) {
2349 assert(rv_rump == 0 && rv_host == 0)
    [all...]

Completed in 25 milliseconds