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

  /src/external/bsd/wpa/dist/src/ap/
ap_list.h 20 struct ap_info *hnext; /* next entry in hash table list */ member in struct:ap_info
pmksa_cache_auth.h 18 struct rsn_pmksa_cache_entry *next, *hnext; member in struct:rsn_pmksa_cache_entry
sta_info.h 102 struct sta_info *hnext; /* next entry in hash table list */ member in struct:sta_info
  /src/external/mit/lua/dist/src/
lstring.c 74 TString *hnext = p->u.hnext; /* save next */ local
76 p->u.hnext = vect[h]; /* chain it into array */
78 p = hnext;
172 p = &(*p)->u.hnext;
173 *p = (*p)->u.hnext; /* remove element from its list */
199 for (ts = *list; ts != NULL; ts = ts->u.hnext) {
215 ts->u.hnext = *list;
lobject.h 405 struct TString *hnext; /* linked list for hash table */ member in union:TString::__anon23863
  /src/sys/dev/usb/
ohcivar.h 55 LIST_ENTRY(ohci_soft_td) hnext; /* next on hash list */ member in struct:ohci_soft_td
74 LIST_ENTRY(ohci_soft_itd) hnext;/* next on hash list */ member in struct:ohci_soft_itd
  /src/sys/external/bsd/ipf/netinet/
ip_htable.c 1175 void *hnext; local
1204 hnext = nextiph->iph_next;
1230 hnext = nextnode->ipe_next;
1236 hnext = NULL;
1273 if (hnext == NULL)
  /src/external/bsd/ipf/dist/
ip_htable.c 1237 void *hnext; local
1266 hnext = nextiph->iph_next;
1292 hnext = nextnode->ipe_next;
1298 hnext = NULL;
1335 if (hnext == NULL)
  /src/external/bsd/less/dist/
ch.c 44 struct bufnode *hnext, *hprev; member in struct:bufnode
113 for (bn = thisfile->hashtbl[h].hnext; \
114 bn != END_OF_HCHAIN(h); bn = bn->hnext)
117 (bn)->hnext->hprev = (bn)->hprev; \
118 (bn)->hprev->hnext = (bn)->hnext;
121 (bn)->hnext = thisfile->hashtbl[h].hnext; \
123 thisfile->hashtbl[h].hnext->hprev = (bn); \
124 thisfile->hashtbl[h].hnext = (bn)
    [all...]

Completed in 33 milliseconds