Searched refs:nextid (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/
H A Dpsvc_objects_class.h192 uint32_t nextid; /* next open object slot */ member in struct:__anon1187
H A Dpsvcobj.c3008 if (tbl_arr->nextid == hp->total_obj_count) {
3012 slot = tbl_arr->nextid++;
3976 if (tbl_arr->nextid == hdlp->total_obj_count) {
3980 slot = tbl_arr->nextid++;
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_ident.c694 uint_t nextid = dhp->dh_minid; local
707 nextid = MAX(nextid, idp->di_id + 1);
711 dhp->dh_nextid = nextid;
/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c1425 uint32_t nextid; local
1438 nextid = h->rh_nextentity + 1;
1442 if (nextid == 0) {
1443 nextid++;
1449 cur = uu_list_find(h->rh_dataels, NULL, &nextid, NULL);
1453 if (nextid == h->rh_nextentity)
1455 nextid++;
1458 h->rh_nextentity = nextid;
1459 return (nextid);
1465 uint32_t nextid; local
1500 uint32_t nextid; local
[all...]
/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.c677 id_info_t *nextid; local
680 nextid = id->id_next;
682 id = nextid;
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_mddb.c3279 int nextid = 0; local
3286 nextid++;
3297 (*dtlpp)->dtl_dt.dt_id = ++nextid;

Completed in 270 milliseconds