Searched refs:conn_entry (Results 1 – 2 of 2) sorted by relevance
95 struct conn_entry { struct124 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()
101 struct conn_entry { struct107 static struct conn_entry *conn_polled; argument822 struct conn_entry *tnp; in add_to_poll_list()837 conn_polled = (struct conn_entry *) in add_to_poll_list()838 malloc(poll_array_size * sizeof (struct conn_entry) + 256); in add_to_poll_list()840 conn_polled == (struct conn_entry *)NULL) { in add_to_poll_list()855 num_fds * sizeof (struct conn_entry)); in add_to_poll_list()910 num_to_copy * sizeof (struct conn_entry)); in remove_from_poll_list()912 sizeof (struct conn_entry)); in remove_from_poll_list()1192 struct conn_entry *connent = &conn_polled[conn_index]; in do_poll_cots_action()