Home
last modified time | relevance | path

Searched refs:poll_array (Results 1 – 2 of 2) sorted by relevance

/onnv-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_tbind.c118 static struct pollfd *poll_array; variable
672 nfds = poll(poll_array, num_fds, INFTIM); in poll_for_action()
707 if (poll_array[i].revents) { in poll_for_action()
718 poll_array[i].fd, i); in poll_for_action()
721 poll_array[i].fd, i); in poll_for_action()
734 poll_array[i].fd, in poll_for_action()
736 (void) t_close(poll_array[i].fd); in poll_for_action()
737 remove_from_poll_list(poll_array[i].fd); in poll_for_action()
765 tpa = poll_array; in add_to_poll_list()
774 poll_array = (struct pollfd *) in add_to_poll_list()
[all …]
/onnv-gate/usr/src/cmd/avs/rdc/
H A Dsndrd.c105 static struct pollfd *poll_array; /* array of poll descriptors for poll */ variable
730 nfds = poll(poll_array, num_fds, INFTIM); in poll_for_action()
765 if (poll_array[i].revents) { in poll_for_action()
776 poll_array[i].fd, i); in poll_for_action()
779 poll_array[i].fd, i); in poll_for_action()
793 poll_array[i].fd, in poll_for_action()
795 (void) t_close(poll_array[i].fd); in poll_for_action()
796 remove_from_poll_list(poll_array[i].fd); in poll_for_action()
823 tpa = poll_array; in add_to_poll_list()
833 poll_array = (struct pollfd *) in add_to_poll_list()
[all …]