Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ctf/
H A Dctf_hash.c121 hep->h_next = hp->h_buckets[h]; in ctf_hash_insert()
155 for (i = hp->h_buckets[h]; i != 0; i = hep->h_next) { in ctf_hash_lookup()
189 for (ushort_t i = hp->h_buckets[h]; i != 0; i = hep->h_next) { in ctf_hash_dump()
H A Dctf_impl.h73 ushort_t h_next; /* index of next element in hash chain */ member
/illumos-gate/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.h48 extern const void *h_next(HASHSET_ITERATOR i);
H A Dhashset.c266 h_next(HASHSET_ITERATOR i) in h_next() function
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslog_ipaddr.c55 struct hostdata *h_next; member
231 n->h_next = *hp;
/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dfiles_common.h52 struct files_hashent *h_next; member
H A Dfiles_common.c432 hp = hp->h_next) {
588 hp->h_next = htab[bucket].h_first;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ipaddr.c55 struct hostdata *h_next; member
256 n->h_next = *hp; in addhost()
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_mapping.c70 idx = idx->h_next; in ns_scan_hash()
136 next = p->h_next; in ns_free_hash()
192 newp->h_next = idx; in __s_api_add_map2hash()
H A Dns_internal.h398 struct ns_hash *h_next; member
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_impl.c665 struct nlm_host *hostp, *h_next; in nlm_resume_zone() local
683 h_next = AVL_NEXT(&g->nlm_hosts_tree, hostp); in nlm_resume_zone()
739 hostp = h_next; in nlm_resume_zone()