Lines Matching refs:my_tlp
960 struct transit_list *my_tlp, in delspan_insert() argument
969 ASSERT(my_tlp != NULL); in delspan_insert()
994 if (my_tlp->trl_spans == NULL) in delspan_insert()
995 transit_list_insert(my_tlp); in delspan_insert()
996 delspan_concat(&my_tlp->trl_spans, mdsp_new); in delspan_insert()
1004 struct transit_list *my_tlp, in delspan_remove() argument
1013 ASSERT(my_tlp != NULL); in delspan_remove()
1016 if ((mdsp = my_tlp->trl_spans) != NULL) { in delspan_remove()
1018 my_tlp->trl_spans = NULL; in delspan_remove()
1020 transit_list_remove(my_tlp); in delspan_remove()
1024 prv = &my_tlp->trl_spans; in delspan_remove()
1039 if (my_tlp->trl_spans == NULL) in delspan_remove()
1040 transit_list_remove(my_tlp); in delspan_remove()