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

/illumos-gate/usr/src/cmd/cvcd/sparc/sun4u/starcat/
H A Dcvcd.c117 #define REDIR_PFD 1 macro
362 pfds[REDIR_PFD].fd = fd;
378 (void) close(pfds[REDIR_PFD].fd);
379 pfds[REDIR_PFD].fd = -1;
615 pfds[REDIR_PFD].events = POLLIN;
617 pfds[REDIR_PFD].events |= POLLOUT;
685 count = write(pfds[REDIR_PFD].fd,
717 if ((output_len == 0) && (pfds[REDIR_PFD].revents & POLLIN)) {
718 count = read(pfds[REDIR_PFD].fd, output_buf, MAXPKTSZ);

Completed in 58 milliseconds