threadtrans_t
threadtrans_t *tp;
tp = kmem_zalloc(sizeof (threadtrans_t), KM_SLEEP);
threadtrans_t *tp;
ASSERT((tp = (threadtrans_t *)tsd_get(topkey)) != NULL);
threadtrans_t *tp)
threadtrans_t *tp;
threadtrans_t *tp;
tp = kmem_zalloc(sizeof (threadtrans_t), KM_SLEEP);
threadtrans_t *tp = tsd_get(topkey);
threadtrans_t *tp = tsd_get(topkey);
kmem_free(tp, sizeof (threadtrans_t));
int (*)(), ulong_t, threadtrans_t *tp);