Home
last modified time | relevance | path

Searched refs:pipe_fd (Results 1 – 10 of 10) sorted by relevance

/titanic_53/usr/src/cmd/fs.d/nfs/lockd/
H A Dlockd.c150 int pipe_fd = -1; in main() local
313 pipe_fd = daemonize_init(); in main()
409 daemonize_fini(pipe_fd); in main()
/titanic_53/usr/src/cmd/idmap/idmapd/
H A Didmapd.c193 static int pipe_fd = -1; variable
202 (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()
/titanic_53/usr/src/cmd/svc/configd/
H A Dconfigd.c453 static int pipe_fd = -1; variable
502 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()
/titanic_53/usr/src/lib/fm/libldom/sparc/
H A Dldom_xmpp_client.c347 struct pollfd *pipe_fd = &pollfd[0]; in xmpp_client_thr() local
369 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()
H A Dldmsvcs_utils.c449 struct pollfd *pipe_fd = &pollfd[0]; in poller_loop() local
489 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()
/titanic_53/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_svc.c470 int pipe_fd = -1; in main() local
581 pipe_fd = daemonize_init(); in main()
696 daemonize_fini(pipe_fd); in main()
/titanic_53/usr/src/lib/auditd_plugins/remote/
H A Dtransport.c958 struct pollfd *pipe_fd = &fds[0]; in recv_record() local
976 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()
/titanic_53/usr/src/cmd/fs.d/nfs/nfsd/
H A Dnfsd.c160 int pipe_fd = -1; in main() local
431 pipe_fd = daemonize_init(); in main()
605 daemonize_fini(pipe_fd); in main()
/titanic_53/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c383 int pipe_fd = -1; in main() local
511 pipe_fd = daemonize_init(); in main()
696 daemonize_fini(pipe_fd); in main()
/titanic_53/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c4671 static int pipe_fd; variable
4679 (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()