Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-misc.c84 struct strrecvfd recv_fd; in recvfd() local
86 memset(&recv_fd, 0, sizeof (recv_fd)); in recvfd()
87 if (ioctl(sockfd, I_RECVFD, &recv_fd) == 0) in recvfd()
88 fd = recv_fd.fd; in recvfd()
/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Dtransport.c958 struct pollfd *recv_fd = &fds[1]; in recv_record() local
977 recv_fd->fd = -1; in recv_record()
978 recv_fd->events = POLLIN; in recv_record()
988 recv_fd->revents = 0; in recv_record()
1029 do_cleanup(&fds_cnt, recv_fd, in recv_record()
1034 do_reset(&fds_cnt, recv_fd, in recv_record()
1038 recv_fd->fd = np_data.sock_num; in recv_record()
1045 if (recv_fd->revents & POLLIN) { in recv_record()
1075 if (!read_fd(recv_fd->fd, (char *)in_buf.value, len)) { in recv_record()
1320 recv_fd->fd = -1; in do_reset()
[all …]
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Ddisp1.c1159 struct strrecvfd recv_fd; in s_pass_peer_connection() local
1164 memset(&recv_fd, 0, sizeof (recv_fd)); in s_pass_peer_connection()
1165 if (ioctl(md->readfd, I_RECVFD, &recv_fd) == 0) { in s_pass_peer_connection()
1166 int fd = recv_fd.fd; in s_pass_peer_connection()