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

/opensolaris-onvv-gate/usr/src/lib/libnsl/rpc/
H A Dsvc.c179 * On insertion, we use the linked list created by (first_free,
193 static svc_input_id_t first_free = (svc_input_id_t)-1; variable
221 user_fd_mgt_array[(int)id].data.next_free = first_free;
222 first_free = id;
233 int selected_index = (int)first_free;
255 selected_index = (int)first_free;
259 first_free = user_fd_mgt_array[selected_index].data.next_free;
374 first_free = (svc_input_id_t)-1;
/opensolaris-onvv-gate/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) function
1201 bit = bit + first_free(freep[j]);
/opensolaris-onvv-gate/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) {

Completed in 121 milliseconds