Searched refs:tta (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/misc/
H A Dmime.c151 Att_t* tta; local
222 tta = &cap->att;
223 tta->name = "default";
224 x = strcopy(tta->value = cap->data, v) + 1;
234 tta = tta->next = att;
/illumos-gate/usr/src/uts/common/io/lvm/trans/
H A Dtrans_ioctl.c359 static struct tothread tta[NTSDTHREADS]; variable in typeref:struct:tothread
688 trans_test_threadcreate(&tta[i]);
692 trans_test_stepwait(&tta[i], 1);
702 trans_test_step(&tta[i], 2);
706 trans_test_stepwait(&tta[i], 3);
715 error = tta[i].error;
716 mutex_destroy(&tta[i].lock);
717 cv_destroy(&tta[i].cv);

Completed in 61 milliseconds