Home
last modified time | relevance | path

Searched refs:pipes (Results 1 – 4 of 4) sorted by relevance

/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_save_callout.c173 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()
A Dlibxl_utils.h59 int libxl_pipe(libxl_ctx *ctx, int pipes[2]);
A Dlibxl_utils.c591 int libxl_pipe(libxl_ctx *ctx, int pipes[2]) in libxl_pipe()
595 if (pipe(pipes) < 0) { in libxl_pipe()
A Dlibxl_internal.h2868 libxl__carefd *pipes[2]; /* 0 = helper's stdin, 1 = helper's stdout */ member

Completed in 23 milliseconds