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

/illumos-gate/usr/src/cmd/svc/common/
H A Dmanifest_find.c66 manifest_info_t ** tsd_array; /* Array of manifest_info structs */ member in struct:mftsd
69 /* at tsd_array. */
78 * (pname) and hash to the array at tsd_array. If necessary, realloc()
79 * will be called to increase the size of the buffer at tsd_array.
94 newblock = realloc(tsdp->tsd_array,
95 new_max * sizeof (*tsdp->tsd_array));
98 tsdp->tsd_array = newblock;
100 *(tsdp->tsd_array + tsdp->tsd_count) = NULL;
117 *(tsdp->tsd_array + tsdp->tsd_count) = info;
121 *(tsdp->tsd_array
[all...]

Completed in 54 milliseconds