Searched defs:pipefd (Results 1 - 2 of 2) sorted by relevance

/pkg/src/zoneproxy/zoneproxy-client/
H A Dzoneproxy-client.c274 (void) fprintf(stderr, "Daemon didn't return pipefd\n");
399 int pipefd = -1; local
525 if (zp_register_socket(sockfd, &pipefd) < 0) {
566 pfd[0].fd = pipefd;
578 rc = read(pipefd, &value, 1);
/pkg/src/zoneproxy/zoneproxyd/
H A Dzoneproxyd.c1347 zpd_add_listener(zoneid_t zid, int fd, int pipefd, int closefd) argument
1364 listener->pl_pipefd = pipefd;
1370 if (set_noblocking(pipefd) < 0) {
1493 int pipefd[2]; local
1532 if (pipe(pipefd) < 0) {
1537 dp->d_data.d_desc.d_descriptor, pipefd[0], pipefd[1]) < 0) {
1539 if (close(pipefd[0]) < 0) {
1543 if (close(pipefd[1]) < 0) {
1553 r_dp->d_data.d_desc.d_descriptor = pipefd[
[all...]

Completed in 364 milliseconds