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

/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvc.c182 * On insertion, we use the linked list created by (first_free,
196 static svc_input_id_t first_free = (svc_input_id_t)-1; variable
224 user_fd_mgt_array[(int)id].data.next_free = first_free;
225 first_free = id;
236 int selected_index = (int)first_free;
258 selected_index = (int)first_free;
262 first_free = user_fd_mgt_array[selected_index].data.next_free;
377 first_free = (svc_input_id_t)-1;
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash_page.c77 static u_int32_t first_free __P((u_int32_t));
1069 first_free(map) function
1211 bit = bit + first_free(freep[j]);

Completed in 27 milliseconds