Searched refs:pipes (Results 1 – 4 of 4) sorted by relevance
173 shs->pipes[0] = shs->pipes[1] = 0; in run_helper()208 shs->pipes[childfd] = libxl__carefd_record(CTX, fds[our_end]); in run_helper()239 libxl__carefd_fd(shs->pipes[1]), POLLIN|POLLPRI); in run_helper()364 libxl__carefd_close(shs->pipes[0]); shs->pipes[0] = 0; in helper_done()365 libxl__carefd_close(shs->pipes[1]); shs->pipes[1] = 0; in helper_done()397 errnoval = libxl_write_exactly(CTX, libxl__carefd_fd(shs->pipes[0]), in libxl__srm_callout_sendreply()
59 int libxl_pipe(libxl_ctx *ctx, int pipes[2]);
591 int libxl_pipe(libxl_ctx *ctx, int pipes[2]) in libxl_pipe()595 if (pipe(pipes) < 0) { in libxl_pipe()
2868 libxl__carefd *pipes[2]; /* 0 = helper's stdin, 1 = helper's stdout */ member
Completed in 23 milliseconds