Home
last modified time | relevance | path

Searched refs:recv_fd (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-misc.c84 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_41/usr/src/lib/auditd_plugins/remote/
H A Dtransport.c959 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_41/usr/src/lib/fm/libldom/sparc/
H A Dldom_xmpp_client.c348 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 Dldmsvcs_utils.c450 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_41/usr/src/cmd/lp/cmd/lpsched/
H A Ddisp1.c1158 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()