Lines Matching refs:elp
1530 tl_endpt_t *elp = NULL; in tl_close() local
1541 (mod_hash_val_t *)&elp); in tl_close()
1542 ASSERT(rc == 0 && tep == elp); in tl_close()
1543 if ((rc != 0) || (tep != elp)) { in tl_close()
5458 tl_endpt_t *elp; in tl_cl_backenable() local
5462 for (elp = list_head(l); elp != NULL; elp = list_head(l)) { in tl_cl_backenable()
5463 ASSERT(tep->te_ser == elp->te_ser); in tl_cl_backenable()
5464 ASSERT(elp->te_flowq == tep); in tl_cl_backenable()
5465 if (! elp->te_closing) in tl_cl_backenable()
5466 TL_QENABLE(elp); in tl_cl_backenable()
5467 elp->te_flowq = NULL; in tl_cl_backenable()
5468 list_remove(l, elp); in tl_cl_backenable()
6239 tl_endpt_t *elp; in tl_addr_unbind() local
6245 (mod_hash_val_t *)&elp); in tl_addr_unbind()
6251 (mod_hash_val_t *)&elp); in tl_addr_unbind()