Lines Matching defs:elp
1531 tl_endpt_t *elp = NULL;
1542 (mod_hash_val_t *)&elp);
1543 ASSERT(rc == 0 && tep == elp);
1544 if ((rc != 0) || (tep != elp)) {
5509 tl_endpt_t *elp;
5513 for (elp = list_head(l); elp != NULL; elp = list_head(l)) {
5514 ASSERT(tep->te_ser == elp->te_ser);
5515 ASSERT(elp->te_flowq == tep);
5516 if (! elp->te_closing)
5517 TL_QENABLE(elp);
5518 elp->te_flowq = NULL;
5519 list_remove(l, elp);
6290 tl_endpt_t *elp;
6296 (mod_hash_val_t *)&elp);
6302 (mod_hash_val_t *)&elp);