HomeSort by: relevance | last modified time | path
    Searched refs:hnext (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/usb/
ohcivar.h 55 LIST_ENTRY(ohci_soft_td) hnext; /* next on hash list */
74 LIST_ENTRY(ohci_soft_itd) hnext;/* next on hash list */
ohci.c 1902 LIST_INSERT_HEAD(&sc->sc_hash_tds[h], std, hnext);
1912 LIST_REMOVE(std, hnext);
1923 std = LIST_NEXT(std, hnext))
1942 LIST_INSERT_HEAD(&sc->sc_hash_itds[h], sitd, hnext);
1957 LIST_REMOVE(sitd, hnext);
1968 sitd = LIST_NEXT(sitd, hnext))
  /src/sys/external/bsd/ipf/netinet/
ip_htable.c 1174 void *hnext; local in function:ipf_htable_iter_next
1203 hnext = nextiph->iph_next;
1229 hnext = nextnode->ipe_next;
1235 hnext = NULL;
1272 if (hnext == NULL)

Completed in 160 milliseconds