Searched defs:tsd_count (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/common/
H A Dmanifest_find.c67 int tsd_count; /* Number items in list */ member in struct:mftsd
91 if (tsdp->tsd_count >= (tsdp->tsd_max - 1)) {
100 *(tsdp->tsd_array + tsdp->tsd_count) = NULL;
117 *(tsdp->tsd_array + tsdp->tsd_count) = info;
118 tsdp->tsd_count++;
121 *(tsdp->tsd_array + tsdp->tsd_count) = NULL;
276 count = tsdp->tsd_count;

Completed in 44 milliseconds