Searched refs:ids_nextid (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_idspace.h52 id_t ids_nextid; /* next identifier guess for alloc */ member in struct:fmd_idspace
H A Dfmd_idspace.c63 ids->ids_nextid = min - 1;
234 if (++ids->ids_nextid > ids->ids_maxid)
235 ids->ids_nextid = ids->ids_minid;
236 id = ids->ids_nextid;
255 * For the moment, we use a simple but slow implementation: reset ids_nextid to
265 ids->ids_nextid = ids->ids_minid - 1;

Completed in 44 milliseconds