Searched refs:pipe_fd (Results 1 – 10 of 10) sorted by relevance
150 int pipe_fd = -1; in main() local313 pipe_fd = daemonize_init(); in main()409 daemonize_fini(pipe_fd); in main()
193 static int pipe_fd = -1; variable202 (void) write(pipe_fd, &data, 1); in daemonize_ready()203 (void) close(pipe_fd); in daemonize_ready()245 pipe_fd = filedes[1]; in daemonize_start()
453 static int pipe_fd = -1; variable502 pipe_fd = filedes[1]; in daemonize_start()522 (void) write(pipe_fd, &data, 1); in daemonize_ready()523 (void) close(pipe_fd); in daemonize_ready()
347 struct pollfd *pipe_fd = &pollfd[0]; in xmpp_client_thr() local369 pipe_fd->fd = xmpp_notify_pipe[1]; /* notification pipe */ in xmpp_client_thr()370 pipe_fd->events = POLLIN; in xmpp_client_thr()379 pipe_fd->revents = 0; in xmpp_client_thr()383 } else if (pipe_fd->revents & POLLIN) { in xmpp_client_thr()
449 struct pollfd *pipe_fd = &pollfd[0]; in poller_loop() local489 pipe_fd->fd = pollbase.notify_pipe[1]; /* notification pipe */ in poller_loop()490 pipe_fd->events = POLLIN; in poller_loop()491 pipe_fd->revents = 0; in poller_loop()502 } else if (pipe_fd->revents & POLLIN) { in poller_loop()
470 int pipe_fd = -1; in main() local581 pipe_fd = daemonize_init(); in main()696 daemonize_fini(pipe_fd); in main()
958 struct pollfd *pipe_fd = &fds[0]; in recv_record() local976 pipe_fd->fd = notify_pipe[1]; in recv_record()977 pipe_fd->events = POLLIN; in recv_record()988 pipe_fd->revents = 0; in recv_record()1019 if (pipe_fd->revents & POLLIN) { in recv_record()1021 if (!read_fd(pipe_fd->fd, (char *)&np_data, in recv_record()
160 int pipe_fd = -1; in main() local431 pipe_fd = daemonize_init(); in main()605 daemonize_fini(pipe_fd); in main()
383 int pipe_fd = -1; in main() local511 pipe_fd = daemonize_init(); in main()696 daemonize_fini(pipe_fd); in main()
4671 static int pipe_fd; variable4679 (void) write(pipe_fd, &status, 1); in daemonize_ready()4680 (void) close(pipe_fd); in daemonize_ready()4735 pipe_fd = filedes[1]; in daemonize_start()