Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c1476 uint32_t nextid; in handle_alloc_entityid() local
1494 nextid++; in handle_alloc_entityid()
1506 nextid++; in handle_alloc_entityid()
1510 return (nextid); in handle_alloc_entityid()
1516 uint32_t nextid; in handle_alloc_iterid() local
1529 nextid++; in handle_alloc_iterid()
1541 nextid++; in handle_alloc_iterid()
1545 return (nextid); in handle_alloc_iterid()
1551 uint32_t nextid; in handle_next_changeid() local
1556 if (nextid == 0) in handle_next_changeid()
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/
H A Dpsvc_objects_class.h190 uint32_t nextid; /* next open object slot */ member
H A Dpsvcobj.c3006 if (tbl_arr->nextid == hp->total_obj_count) { in i_psvc_load_tables()
3010 slot = tbl_arr->nextid++; in i_psvc_load_tables()
3974 if (tbl_arr->nextid == hdlp->total_obj_count) { in i_psvc_load_generic()
3978 slot = tbl_arr->nextid++; in i_psvc_load_generic()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_ident.c696 uint_t nextid = dhp->dh_minid; in dt_idhash_update() local
709 nextid = MAX(nextid, idp->di_id + 1); in dt_idhash_update()
713 dhp->dh_nextid = nextid; in dt_idhash_update()
/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.c678 id_info_t *nextid; in list_clear() local
681 nextid = id->id_next; in list_clear()
683 id = nextid; in list_clear()