Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fm/modules/SUNW,SPARC-Enterprise/event-transport/
H A Dex_dscp.c323 for (hp = Exh_head; hp; hp = hp->h_next) { in exs_accept()
500 for (curr = Exh_head; curr; curr = curr->h_next) { in etm_xport_init()
523 hp->h_next = Exh_head; in etm_xport_init()
547 for (xp = *ppx; xp; xp = xp->h_next) { in etm_xport_fini()
549 ppx = &xp->h_next; in etm_xport_fini()
560 *ppx = hp->h_next; in etm_xport_fini()
561 hp->h_next = NULL; in etm_xport_fini()
H A Dex_dscp.h79 struct etm_xport_sock_hdl *h_next; member
/titanic_44/usr/src/cmd/fs.d/nfs/mountd/
H A Drmtab.c191 while ((m = (struct mntentry *)h_next(iterator)) != NULL) { in mntlist_delete_all()
225 struct mntentry *m = (struct mntentry *)h_next(iterator); in xdr_mntlistencode()
338 while ((m = (struct mntentry *)h_next(iterator)) != NULL) in rmtab_rewrite()
H A Dhashset.h50 extern const void *h_next(HASHSET_ITERATOR i);
H A Dhashset.c266 h_next(HASHSET_ITERATOR i) in h_next() function
/titanic_44/usr/src/common/ctf/
H A Dctf_hash.c120 hep->h_next = hp->h_buckets[h]; in ctf_hash_insert()
154 for (i = hp->h_buckets[h]; i != 0; i = hep->h_next) { in ctf_hash_lookup()
H A Dctf_impl.h69 ushort_t h_next; /* index of next element in hash chain */ member
/titanic_44/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslog_ipaddr.c57 struct hostdata *h_next; member
233 n->h_next = *hp;
/titanic_44/usr/src/lib/nsswitch/files/common/
H A Dfiles_common.h49 struct files_hashent *h_next; member
H A Dfiles_common.c431 hp = hp->h_next) {
587 hp->h_next = htab[bucket].h_first;
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ipaddr.c51 struct hostdata *h_next; member
231 n->h_next = *hp; in addhost()
/titanic_44/usr/src/lib/libsldap/common/
H A Dns_mapping.c69 idx = idx->h_next; in ns_scan_hash()
135 next = p->h_next; in ns_free_hash()
191 newp->h_next = idx; in __s_api_add_map2hash()
H A Dns_internal.h394 struct ns_hash *h_next; member
/titanic_44/usr/src/uts/common/klm/
H A Dnlm_impl.c627 struct nlm_host *hostp, *h_next; in nlm_resume_zone() local
645 h_next = AVL_NEXT(&g->nlm_hosts_tree, hostp); in nlm_resume_zone()
701 hostp = h_next; in nlm_resume_zone()