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

/illumos-gate/usr/src/cmd/svc/common/
H A Dmanifest_find.c72 } mftsd_t; typedef in typeref:struct:mftsd
85 add_pointer(mftsd_t *tsdp, const char *fn, const char *pname, uchar_t *hash)
128 * allocate a mftsd_t structure to hold our thread specific data. Upon
132 static mftsd_t *
135 mftsd_t *tsdp;
139 tsdp = (mftsd_t *)pthread_getspecific(tsd_key);
190 mftsd_t *tsdp;
255 mftsd_t *tsdp;

Completed in 44 milliseconds