Home
last modified time | relevance | path

Searched refs:first_free (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/libnsl/rpc/
H A Dsvc.c186 static svc_input_id_t first_free = (svc_input_id_t)-1; variable
214 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()
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash_page.c76 static u_int32_t first_free __P((u_int32_t));
1058 first_free(map) in first_free() function
1201 bit = bit + first_free(freep[j]);
/titanic_41/usr/src/cmd/fdisk/
H A Dfdisk.c3073 diskaddr_t first_free, size_free; local
3189 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) {