Home
last modified time | relevance | path

Searched refs:ht_next (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/lib9p/
H A Dconnection.c153 while ((req = ht_next(&iter)) != NULL) { in l9p_connection_close()
169 while ((fid = ht_next(&iter)) != NULL) { in l9p_connection_close()
H A Dhashtable.h105 void *ht_next(struct ht_iter *iter);
H A Dhashtable.c252 ht_next(struct ht_iter *iter) in ht_next() function
/freebsd/usr.sbin/mountd/
H A Dmountd.c176 struct hostlist *ht_next; member
1545 hp = hp->ht_next; in put_exlist()
2596 hp->ht_next = ep->ex_defdir->dp_hosts; in hang_dirp()
2658 hp->ht_next = dp->dp_hosts; in add_dlist()
2750 hp = hp->ht_next; in chk_host()
3115 hp = hp->ht_next; in free_host()
3128 hp->ht_next = (struct hostlist *)NULL; in get_ht()