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

/freebsd-10-stable/usr.sbin/ac/
H A Dac.c318 struct utmpx_entry *lp, *lp2, *tlp; local
330 tlp = lp;
336 free(tlp);
/freebsd-10-stable/sys/net/
H A Dif_lagg.c588 struct lagg_port *lp, *tlp; local
673 SLIST_FOREACH(tlp, &sc->sc_ports, lp_entries) {
674 if (tlp->lp_ifp->if_index < ifp->if_index && (
675 SLIST_NEXT(tlp, lp_entries) == NULL ||
676 SLIST_NEXT(tlp, lp_entries)->lp_ifp->if_index >
680 if (tlp != NULL)
681 SLIST_INSERT_AFTER(tlp, lp, lp_entries);

Completed in 193 milliseconds