Searched refs:lnext (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/common/
H A Dlist.c121 list_t *lnext; local
126 lnext = list->l_next;
130 list = lnext;
/freebsd-11-stable/sys/dev/cx/
H A Dcxddk.h108 unsigned lnext : 1; /* LNext option enable */ member in struct:__anon9551
/freebsd-11-stable/contrib/gcc/
H A Dggc-zone.c1599 struct large_page_entry **lpp, *lp, *lnext; local
1615 for (lp = zone->large_pages; lp != NULL; lp = lnext)
1619 lnext = lp->next;
1634 *lpp = lnext;
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpireg.h500 uint16_t lnext; member in struct:wpi_cmd_data
H A Dif_wpi.c2909 tx->lnext = htole16(next->m_pkthdr.len);
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwnreg.h750 uint16_t lnext; member in struct:iwn_cmd_data

Completed in 144 milliseconds