Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_tbind.c123 static struct pollfd *poll_array; variable
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()
776 tpa = poll_array; in add_to_poll_list()
785 poll_array = (struct pollfd *) in add_to_poll_list()
813 poll_array[num_fds].fd = fd; in add_to_poll_list()
847 if (poll_array[i].fd == fd) { in remove_from_poll_list()
851 (void *)&poll_array[i+1], in remove_from_poll_list()
[all …]