Searched refs:recv_fd (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/lib/print/libpapi-lpd/common/ |
H A D | lpd-misc.c | 84 struct strrecvfd recv_fd; in recvfd() local 86 memset(&recv_fd, NULL, sizeof (recv_fd)); in recvfd() 87 if (ioctl(sockfd, I_RECVFD, &recv_fd) == 0) in recvfd() 88 fd = recv_fd.fd; in recvfd()
|
/titanic_44/usr/src/lib/auditd_plugins/remote/ |
H A D | transport.c | 959 struct pollfd *recv_fd = &fds[1]; in recv_record() local 978 recv_fd->fd = -1; in recv_record() 979 recv_fd->events = POLLIN; in recv_record() 989 recv_fd->revents = 0; in recv_record() 1030 do_cleanup(&fds_cnt, recv_fd, in recv_record() 1035 do_reset(&fds_cnt, recv_fd, in recv_record() 1039 recv_fd->fd = np_data.sock_num; in recv_record() 1046 if (recv_fd->revents & POLLIN) { in recv_record() 1048 if (!read_fd(recv_fd->fd, (char *)&len, sizeof (len))) { in recv_record() 1076 if (!read_fd(recv_fd->fd, (char *)in_buf.value, len)) { in recv_record() [all …]
|
/titanic_44/usr/src/lib/fm/libldom/sparc/ |
H A D | ldom_xmpp_client.c | 348 struct pollfd *recv_fd = &pollfd[1]; in xmpp_client_thr() local 371 recv_fd->fd = conn.fd; /* XMPP connection */ in xmpp_client_thr() 372 recv_fd->events = POLLIN; in xmpp_client_thr() 380 recv_fd->revents = 0; in xmpp_client_thr()
|
H A D | ldmsvcs_utils.c | 450 struct pollfd *recv_fd = &pollfd[1]; in poller_loop() local 492 recv_fd->fd = lsp->fds_chan.fd; /* FMA LDC */ in poller_loop() 493 recv_fd->events = POLLIN; in poller_loop() 494 recv_fd->revents = 0; in poller_loop()
|
/titanic_44/usr/src/cmd/lp/cmd/lpsched/ |
H A D | disp1.c | 1158 struct strrecvfd recv_fd; in s_pass_peer_connection() local 1163 memset(&recv_fd, NULL, sizeof (recv_fd)); in s_pass_peer_connection() 1164 if (ioctl(md->readfd, I_RECVFD, &recv_fd) == 0) { in s_pass_peer_connection() 1165 int fd = recv_fd.fd; in s_pass_peer_connection()
|