Lines Matching defs:pipefd
1347 zpd_add_listener(zoneid_t zid, int fd, int pipefd, int closefd)
1364 listener->pl_pipefd = pipefd;
1370 if (set_noblocking(pipefd) < 0) {
1493 int pipefd[2];
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[1];