Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_tbind.c95 struct conn_entry { struct
124 static struct conn_entry *conn_polled;
773 struct conn_entry *tnp; in add_to_poll_list()
787 conn_polled = (struct conn_entry *) in add_to_poll_list()
788 malloc(poll_array_size * sizeof (struct conn_entry) + 256); in add_to_poll_list()
790 conn_polled == (struct conn_entry *)NULL) { in add_to_poll_list()
803 num_fds * sizeof (struct conn_entry)); in add_to_poll_list()
857 num_to_copy * sizeof (struct conn_entry)); in remove_from_poll_list()
859 sizeof (struct conn_entry)); in remove_from_poll_list()
1486 struct conn_entry *connent = &conn_polled[conn_index]; in do_poll_cots_action()