Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_tbind.c123 static struct pollfd *poll_array; variable
683 nfds = poll(poll_array, num_fds, INFTIM); in poll_for_action()
718 if (poll_array[i].revents) { in poll_for_action()
729 poll_array[i].fd, i); in poll_for_action()
732 poll_array[i].fd, i); in poll_for_action()
745 poll_array[i].fd, in poll_for_action()
747 (void) t_close(poll_array[i].fd); in poll_for_action()
748 remove_from_poll_list(poll_array[i].fd); in poll_for_action()
776 tpa = poll_array; in add_to_poll_list()
785 poll_array = (struct pollfd *) in add_to_poll_list()
[all …]
/titanic_50/usr/src/cmd/avs/rdc/
H A Dsndrd.c109 static struct pollfd *poll_array; /* array of poll descriptors for poll */ variable
732 nfds = poll(poll_array, num_fds, INFTIM); in poll_for_action()
767 if (poll_array[i].revents) { in poll_for_action()
778 poll_array[i].fd, i); in poll_for_action()
781 poll_array[i].fd, i); in poll_for_action()
795 poll_array[i].fd, in poll_for_action()
797 (void) t_close(poll_array[i].fd); in poll_for_action()
798 remove_from_poll_list(poll_array[i].fd); in poll_for_action()
825 tpa = poll_array; in add_to_poll_list()
835 poll_array = (struct pollfd *) in add_to_poll_list()
[all …]