Searched defs:PE_CONSUMER (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd.c141 PE_CONSUMER, enumerator in enum:pipe_end
565 if (safe_write(rst_event_pipe[PE_CONSUMER], &processed,
2058 switch (safe_read(rst_event_pipe[PE_CONSUMER], &event,
2510 clear_pollfd(rst_event_pipe[PE_CONSUMER]);
3557 if (isset_pollfd(rst_event_pipe[PE_CONSUMER])) {
3682 disable_blocking(rst_event_pipe[PE_CONSUMER]);
3683 if ((set_pollfd(rst_event_pipe[PE_CONSUMER], POLLIN)) == -1)
3747 (void) close(pipe_fds[PE_CONSUMER]);
3754 if ((safe_read(pipe_fds[PE_CONSUMER], &i, sizeof (i)) != 0) ||
3758 (void) close(pipe_fds[PE_CONSUMER]);
[all...]

Completed in 77 milliseconds