Searched refs:tlp (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/usr.sbin/ac/
H A Dac.c320 struct utmpx_entry *lp, *lp2, *tlp; local
332 tlp = lp;
338 free(tlp);
/freebsd-11-stable/sys/net/
H A Dif_lagg.c619 struct lagg_port *lp, *tlp; local
741 SLIST_FOREACH(tlp, &sc->sc_ports, lp_entries) {
742 if (tlp->lp_ifp->if_index < ifp->if_index && (
743 SLIST_NEXT(tlp, lp_entries) == NULL ||
744 SLIST_NEXT(tlp, lp_entries)->lp_ifp->if_index >
748 if (tlp != NULL)
749 SLIST_INSERT_AFTER(tlp, lp, lp_entries);

Completed in 85 milliseconds