Searched refs:user_fd_mgt_array (Results 1 – 1 of 1) sorted by relevance
191 static _svc_management_user_fd* user_fd_mgt_array = NULL; variable198 #define node_from_id(id) (user_fd_mgt_array[(int)id].data.fd_node)199 #define is_free_id(id) (user_fd_mgt_array[(int)id].free)216 user_fd_mgt_array[(int)id].free = TRUE; in _svc_free_id()217 user_fd_mgt_array[(int)id].data.next_free = first_free; in _svc_free_id()240 tmp = realloc(user_fd_mgt_array, in _svc_attribute_new_id()250 user_fd_mgt_array = tmp; in _svc_attribute_new_id()258 first_free = user_fd_mgt_array[selected_index].data.next_free; in _svc_attribute_new_id()260 user_fd_mgt_array[selected_index].data.fd_node = node; in _svc_attribute_new_id()261 user_fd_mgt_array[selected_index].free = FALSE; in _svc_attribute_new_id()[all …]