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

  /src/lib/librumphijack/
hijack.c 2204 int rpipe[2] = {-1,-1}, hpipe[2] = {-1,-1}; local in function:REALPOLLTS
2240 if (rv == 0 && (rv = pipe(hpipe)) == -1) {
2265 if (fd == hpipe[0] || fd == hpipe[1]) {
2279 pfd_host[nfds].fd = hpipe[0];
2299 write(hpipe[1], &rv, sizeof(rv));
2358 if (hpipe[0] != -1)
2359 host_close(hpipe[0]);
2360 if (hpipe[1] != -1)
2361 host_close(hpipe[1])
    [all...]
hijack.c 2204 int rpipe[2] = {-1,-1}, hpipe[2] = {-1,-1}; local in function:REALPOLLTS
2240 if (rv == 0 && (rv = pipe(hpipe)) == -1) {
2265 if (fd == hpipe[0] || fd == hpipe[1]) {
2279 pfd_host[nfds].fd = hpipe[0];
2299 write(hpipe[1], &rv, sizeof(rv));
2358 if (hpipe[0] != -1)
2359 host_close(hpipe[0]);
2360 if (hpipe[1] != -1)
2361 host_close(hpipe[1])
    [all...]
hijack.c 2204 int rpipe[2] = {-1,-1}, hpipe[2] = {-1,-1}; local in function:REALPOLLTS
2240 if (rv == 0 && (rv = pipe(hpipe)) == -1) {
2265 if (fd == hpipe[0] || fd == hpipe[1]) {
2279 pfd_host[nfds].fd = hpipe[0];
2299 write(hpipe[1], &rv, sizeof(rv));
2358 if (hpipe[0] != -1)
2359 host_close(hpipe[0]);
2360 if (hpipe[1] != -1)
2361 host_close(hpipe[1])
    [all...]
hijack.c 2204 int rpipe[2] = {-1,-1}, hpipe[2] = {-1,-1}; local in function:REALPOLLTS
2240 if (rv == 0 && (rv = pipe(hpipe)) == -1) {
2265 if (fd == hpipe[0] || fd == hpipe[1]) {
2279 pfd_host[nfds].fd = hpipe[0];
2299 write(hpipe[1], &rv, sizeof(rv));
2358 if (hpipe[0] != -1)
2359 host_close(hpipe[0]);
2360 if (hpipe[1] != -1)
2361 host_close(hpipe[1])
    [all...]

Completed in 44 milliseconds