Home
last modified time | relevance | path

Searched refs:nextid (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/
H A Dpsvc_objects_class.h192 uint32_t nextid; /* next open object slot */ member
H A Dpsvcobj.c3008 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()
/titanic_44/usr/src/lib/libscf/common/
H A Dlowlevel.c1425 uint32_t nextid; in handle_alloc_entityid() local
1438 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 …]
/titanic_44/usr/src/lib/libdtrace/common/
H A Ddt_ident.c694 uint_t nextid = dhp->dh_minid; in dt_idhash_update() local
707 nextid = MAX(nextid, idp->di_id + 1); in dt_idhash_update()
711 dhp->dh_nextid = nextid; in dt_idhash_update()
/titanic_44/usr/src/cmd/prstat/
H A Dprstat.c677 id_info_t *nextid; in list_clear() local
680 nextid = id->id_next; in list_clear()
682 id = nextid; in list_clear()