Searched refs:pipe_fd (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/fm/libldom/sparc/
H A Dldom_xmpp_client.c350 struct pollfd *pipe_fd = &pollfd[0]; local
372 pipe_fd->fd = xmpp_notify_pipe[1]; /* notification pipe */
373 pipe_fd->events = POLLIN;
382 pipe_fd->revents = 0;
386 } else if (pipe_fd->revents & POLLIN) {
H A Dldmsvcs_utils.c449 struct pollfd *pipe_fd = &pollfd[0]; local
489 pipe_fd->fd = pollbase.notify_pipe[1]; /* notification pipe */
490 pipe_fd->events = POLLIN;
491 pipe_fd->revents = 0;
502 } else if (pipe_fd->revents & POLLIN) {
/osnet-11/usr/src/lib/auditd_plugins/remote/
H A Dtransport.c955 struct pollfd *pipe_fd = &fds[0]; local
974 pipe_fd->fd = notify_pipe[1];
975 pipe_fd->events = POLLIN;
986 pipe_fd->revents = 0;
1017 if (pipe_fd->revents & POLLIN) {
1019 if (!read_fd(pipe_fd->fd, (char *)&np_data,

Completed in 22 milliseconds