Searched refs:selected_index (Results 1 – 1 of 1) sorted by relevance
229 int selected_index = (int)first_free; in _svc_attribute_new_id() local232 if (selected_index == -1) { in _svc_attribute_new_id()254 selected_index = (int)first_free; in _svc_attribute_new_id()257 node->id = (svc_input_id_t)selected_index; 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()263 return ((svc_input_id_t)selected_index); in _svc_attribute_new_id()