Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc.c189 static svc_input_id_t first_free = (svc_input_id_t)-1; variable
217 user_fd_mgt_array[(int)id].data.next_free = first_free; in _svc_free_id()
218 first_free = id; in _svc_free_id()
229 int selected_index = (int)first_free; in _svc_attribute_new_id()
254 selected_index = (int)first_free; in _svc_attribute_new_id()
258 first_free = user_fd_mgt_array[selected_index].data.next_free; in _svc_attribute_new_id()
372 first_free = (svc_input_id_t)-1; in __destroy_userfd()
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash_page.c70 static u_int32_t first_free __P((u_int32_t));
1049 first_free(map) in first_free() function
1192 bit = bit + first_free(freep[j]);
/illumos-gate/usr/src/cmd/fdisk/
H A Dfdisk.c3082 diskaddr_t first_free, size_free; local
3198 first_free = LE_32(partition[i - 1]->relsect) +
3201 first_free = cyl_size;
3209 size_free = chs_capacity - first_free;
3216 (LE_32(partition[i]->relsect > first_free))
3218 first_free) : 0;
3247 first_free, cylen * cyl_size, 0)) >= 0) {
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_cxt.c256 u64 first_free; member
997 p_mngr->first_free = (u64)p_mngr->t2[0].p_phys; in ecore_cxt_src_t2_alloc()
1789 p_hwfn->p_cxt_mngr->first_free); in ecore_src_init_pf()