Searched refs:nextid (Results 1 – 5 of 5) sorted by relevance
192 uint32_t nextid; /* next open object slot */ member
3008 if (tbl_arr->nextid == hp->total_obj_count) { in i_psvc_load_tables()3012 slot = tbl_arr->nextid++; in i_psvc_load_tables()3976 if (tbl_arr->nextid == hdlp->total_obj_count) { in i_psvc_load_generic()3980 slot = tbl_arr->nextid++; in i_psvc_load_generic()
1425 uint32_t nextid; in handle_alloc_entityid() local1438 nextid = h->rh_nextentity + 1; in handle_alloc_entityid()1442 if (nextid == 0) { in handle_alloc_entityid()1443 nextid++; in handle_alloc_entityid()1449 cur = uu_list_find(h->rh_dataels, NULL, &nextid, NULL); in handle_alloc_entityid()1453 if (nextid == h->rh_nextentity) in handle_alloc_entityid()1455 nextid++; in handle_alloc_entityid()1458 h->rh_nextentity = nextid; in handle_alloc_entityid()1459 return (nextid); in handle_alloc_entityid()1465 uint32_t nextid; in handle_alloc_iterid() local[all …]
694 uint_t nextid = dhp->dh_minid; in dt_idhash_update() local707 nextid = MAX(nextid, idp->di_id + 1); in dt_idhash_update()711 dhp->dh_nextid = nextid; in dt_idhash_update()
677 id_info_t *nextid; in list_clear() local680 nextid = id->id_next; in list_clear()682 id = nextid; in list_clear()