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

  /src/lib/librumpclient/
rumpclient.c 86 int (*host_close)(int); variable in typeref:typename:int (*)(int)
691 host_close(ofds[i]);
721 host_close(fd);
758 host_close(holyfd);
763 host_close(clispc.spc_fd);
977 host_close(clispc.spc_fd);
1040 host_close(holyfd);
1101 (void)host_close(fd);
1128 host_close(newfd);
  /src/lib/librumphijack/
hijack.c 2193 int (*host_close)(int); local in function:REALPOLLTS
2353 host_close = GETSYSCALL(host, CLOSE);
2359 host_close(hpipe[0]);
2361 host_close(hpipe[1]);

Completed in 15 milliseconds