Searched refs:ids_count (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_idspace.h55 id_t ids_count; /* number of allocated ids */ member in struct:fmd_idspace
H A Dfmd_idspace.c66 ids->ids_count = 0;
102 count = ids->ids_count;
209 ids->ids_count++;
230 if (ids->ids_count == ids->ids_maxid - ids->ids_minid + 1)
297 ASSERT(ids->ids_count != 0);
298 ids->ids_count--;
H A Dfmd_xprt.c1937 if (ids->ids_count != 0)
1957 if (ids->ids_count != 0)
1985 if (ids->ids_count != 0)
2018 if (ids->ids_count != 0)
H A Dfmd_rpc_adm.c970 * of lock between retrieving ids_count and taking the snapshot. We'll
971 * just capture up to a maximum of whatever ids_count value we sampled.
973 rvp->rxl_buf.rxl_buf_len = fmd.d_xprt_ids->ids_count;

Completed in 62 milliseconds