Searched refs:selected_index (Results 1 – 1 of 1) sorted by relevance
226 int selected_index = (int)first_free; in _svc_attribute_new_id() local229 if (selected_index == -1) { in _svc_attribute_new_id()251 selected_index = (int)first_free; in _svc_attribute_new_id()254 node->id = (svc_input_id_t)selected_index; in _svc_attribute_new_id()255 first_free = user_fd_mgt_array[selected_index].data.next_free; in _svc_attribute_new_id()257 user_fd_mgt_array[selected_index].data.fd_node = node; in _svc_attribute_new_id()258 user_fd_mgt_array[selected_index].free = FALSE; in _svc_attribute_new_id()260 return ((svc_input_id_t)selected_index); in _svc_attribute_new_id()