Searched refs:h_next (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dhashset.h50 extern const void *h_next(HASHSET_ITERATOR i);
H A Drmtab.c191 while ((m = (struct mntentry *)h_next(iterator)) != NULL) {
225 struct mntentry *m = (struct mntentry *)h_next(iterator);
338 while ((m = (struct mntentry *)h_next(iterator)) != NULL)
H A Dhashset.c41 * using h_next().
245 * Return an opaque HASHSET_ITERATOR (to be used in h_next())
266 h_next(HASHSET_ITERATOR i) function
/illumos-gate/usr/src/cmd/fm/modules/SUNW,SPARC-Enterprise/event-transport/
H A Dex_dscp.h79 struct etm_xport_sock_hdl *h_next; member in struct:etm_xport_sock_hdl
H A Dex_dscp.c323 for (hp = Exh_head; hp; hp = hp->h_next) {
500 for (curr = Exh_head; curr; curr = curr->h_next) {
523 hp->h_next = Exh_head;
547 for (xp = *ppx; xp; xp = xp->h_next) {
549 ppx = &xp->h_next;
560 *ppx = hp->h_next;
561 hp->h_next = NULL;
/illumos-gate/usr/src/common/ctf/
H A Dctf_hash.c120 hep->h_next = hp->h_buckets[h];
154 for (i = hp->h_buckets[h]; i != 0; i = hep->h_next) {
H A Dctf_impl.h69 ushort_t h_next; /* index of next element in hash chain */ member in struct:ctf_helem
/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dfiles_common.h49 struct files_hashent *h_next; member in struct:files_hashent
H A Dfiles_common.c431 hp = hp->h_next) {
587 hp->h_next = htab[bucket].h_first;
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslog_ipaddr.c57 struct hostdata *h_next; member in struct:hostdata
233 n->h_next = *hp;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ipaddr.c51 struct hostdata *h_next; member in struct:hostdata
231 n->h_next = *hp;
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_mapping.c69 idx = idx->h_next;
135 next = p->h_next;
191 newp->h_next = idx;
H A Dns_internal.h394 struct ns_hash *h_next; member in struct:ns_hash
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_impl.c665 struct nlm_host *hostp, *h_next; local
683 h_next = AVL_NEXT(&g->nlm_hosts_tree, hostp);
739 hostp = h_next;

Completed in 147 milliseconds