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

/illumos-gate/usr/src/uts/common/io/
H A Dtl.c558 struct tl_endpt *ti_tep; /* NULL if peer has already closed */ member in struct:tl_icon
3281 tip->ti_tep = tep;
3511 * If ti_tep is NULL the client has already closed. In this case
3515 ASSERT(tip->ti_tep == NULL ||
3516 tip->ti_tep->te_seqno == cres->SEQ_number);
3517 cl_ep = tip->ti_tep;
3761 * on client: it should already have one from tip->ti_tep linkage.
3807 tip->ti_tep = NULL;
3955 * If ti_tep is NULL the client has already closed. In this case
3959 IMPLY(tip->ti_tep !
[all...]

Completed in 68 milliseconds