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

/osnet-11/usr/src/lib/auditd_plugins/remote/
H A Dtransport.c956 struct pollfd *recv_fd = &fds[1]; local
976 recv_fd->fd = -1;
977 recv_fd->events = POLLIN;
987 recv_fd->revents = 0;
1028 do_cleanup(&fds_cnt, recv_fd,
1032 case NP_CLOSE: /* close and remove recv_fd */
1033 do_reset(&fds_cnt, recv_fd,
1037 recv_fd->fd = np_data.sock_num;
1044 if (recv_fd->revents & POLLIN) {
1046 if (!read_fd(recv_fd
1307 do_reset(int *fds_cnt, struct pollfd *recv_fd, boolean_t do_signal) argument
1362 do_cleanup(int *fds_cnt, struct pollfd *recv_fd, boolean_t do_signal) argument
[all...]
/osnet-11/usr/src/lib/fm/libldom/sparc/
H A Dldom_xmpp_client.c351 struct pollfd *recv_fd = &pollfd[1]; local
374 recv_fd->fd = conn.fd; /* XMPP connection */
375 recv_fd->events = POLLIN;
383 recv_fd->revents = 0;
H A Dldmsvcs_utils.c450 struct pollfd *recv_fd = &pollfd[1]; local
492 recv_fd->fd = lsp->fds_chan.fd; /* FMA LDC */
493 recv_fd->events = POLLIN;
494 recv_fd->revents = 0;

Completed in 22 milliseconds