Searched refs:first_free (Results 1 – 3 of 3) sorted by relevance
186 static svc_input_id_t first_free = (svc_input_id_t)-1; variable214 user_fd_mgt_array[(int)id].data.next_free = first_free; in _svc_free_id()215 first_free = id; in _svc_free_id()226 int selected_index = (int)first_free; in _svc_attribute_new_id()251 selected_index = (int)first_free; in _svc_attribute_new_id()255 first_free = user_fd_mgt_array[selected_index].data.next_free; in _svc_attribute_new_id()369 first_free = (svc_input_id_t)-1; in __destroy_userfd()
76 static u_int32_t first_free __P((u_int32_t));1058 first_free(map) in first_free() function1201 bit = bit + first_free(freep[j]);
3073 diskaddr_t first_free, size_free; local3189 first_free = LE_32(partition[i - 1]->relsect) +3192 first_free = cyl_size;3200 size_free = chs_capacity - first_free;3207 (LE_32(partition[i]->relsect > first_free))3209 first_free) : 0;3238 first_free, cylen * cyl_size, 0)) >= 0) {