Home | History | Annotate | Download | only in src

Lines Matching full:err_pipe

78   int piperead, pipefd[2], err_pipe[2];
281 err_pipe[1] = -1;
302 safe_pipe(err_pipe, 0);
313 close(err_pipe[1]);
316 if (read_write(err_pipe[0], (unsigned char *)&ev, sizeof(ev), 1))
322 close(err_pipe[0]);
329 send_event(err_pipe[1], EVENT_FORK_ERR, errno);
349 send_event(err_pipe[1], EVENT_PIDFILE, errno);
364 log_err = log_start(ent_pw, err_pipe[1]);
370 daemon->helperfd = create_helper(pipewrite, err_pipe[1], script_uid, script_gid, max_fd);
383 send_event(err_pipe[1], EVENT_GROUP_ERR, errno);
423 send_event(err_pipe[1], EVENT_CAP_ERR, bad_capabilities);
430 send_event(err_pipe[1], EVENT_USER_ERR, errno);
442 send_event(err_pipe[1], EVENT_CAP_ERR, errno);
562 if (err_pipe[1] != -1)
563 close(err_pipe[1]);