Lines Matching defs:t
392 * Even if the timer message arrives, we don't shutdown
440 struct temp_slot *t = (struct temp_slot *)(q->q_ptr);
448 mutex_enter(&t->lock);
449 t->info_ack = mp;
450 cv_signal(&t->wait);
451 mutex_exit(&t->lock);
472 struct temp_slot ts, *t;
486 t = &ts;
487 bzero(t, sizeof (*t));
488 q->q_ptr = (void *)t;
489 WR(q)->q_ptr = (void *)t;
499 mutex_init(&t->lock, NULL, MUTEX_DEFAULT, NULL);
500 cv_init(&t->wait, NULL, CV_DEFAULT, NULL);
502 t->ops = &tmpops;
510 mutex_enter(&t->lock);
511 while (t->info_ack == NULL) {
512 if (cv_wait_sig(&t->wait, &t->lock) == 0) {
517 mutex_exit(&t->lock);
522 pptr = (struct T_info_ack *)t->info_ack->b_rptr;
536 freemsg(t->info_ack);
537 mutex_destroy(&t->lock);
538 cv_destroy(&t->wait);
758 * Don't discard the header just yet since the
999 * Don't block service procedure (and mir_close) if
1137 * is TRUE. And mir_timer_start() won't start the timer again.
1225 * Don't re-start idle timer if we are closing queues.
1313 * We noenable the read-side queue because we don't want it
1342 * with the corresponding ioctl, then don't accept
1406 * If this connection is closing, don't accept any new messages.
1474 * We still haven't received enough data to complete
1684 * it as such. However, we don't want
1885 * since we aren't idle any more.
2132 * end-points that aren't connected.
2342 * If we haven't already queued some data and the downstream module
2362 * go through. If we can't find a duplicate, then
2446 * We don't clear mir_hold_inbound here because
2494 /* Don't pass T_DATA_REQ messages downstream. */
2518 * Mark the structure such that we don't accept any
2530 * If we have sent down a T_ORDREL_REQ, don't send
2708 * Don't send two T_ORDRELs
2725 * pending replies we won't be able to send them. However,