Symbol: h_next
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_ipaddr.c
256
n->h_next = *hp;
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_ipaddr.c
55
struct hostdata *h_next;
usr/src/cmd/fs.d/nfs/mountd/hashset.h
48
extern const void *h_next(HASHSET_ITERATOR i);
usr/src/cmd/fs.d/nfs/mountd/rmtab.c
191
while ((m = (struct mntentry *)h_next(iterator)) != NULL) {
usr/src/cmd/fs.d/nfs/mountd/rmtab.c
225
struct mntentry *m = (struct mntentry *)h_next(iterator);
usr/src/cmd/fs.d/nfs/mountd/rmtab.c
338
while ((m = (struct mntentry *)h_next(iterator)) != NULL)
usr/src/cmd/fs.d/nfs/nfslog/nfslog_ipaddr.c
231
n->h_next = *hp;
usr/src/cmd/fs.d/nfs/nfslog/nfslog_ipaddr.c
55
struct hostdata *h_next;
usr/src/common/ctf/ctf_hash.c
121
hep->h_next = hp->h_buckets[h];
usr/src/common/ctf/ctf_hash.c
155
for (i = hp->h_buckets[h]; i != 0; i = hep->h_next) {
usr/src/common/ctf/ctf_hash.c
189
for (ushort_t i = hp->h_buckets[h]; i != 0; i = hep->h_next) {
usr/src/common/ctf/ctf_impl.h
73
ushort_t h_next; /* index of next element in hash chain */
usr/src/lib/libsldap/common/ns_internal.h
398
struct ns_hash *h_next;
usr/src/lib/libsldap/common/ns_mapping.c
136
next = p->h_next;
usr/src/lib/libsldap/common/ns_mapping.c
192
newp->h_next = idx;
usr/src/lib/libsldap/common/ns_mapping.c
70
idx = idx->h_next;
usr/src/lib/nsswitch/files/common/files_common.c
432
hp = hp->h_next) {
usr/src/lib/nsswitch/files/common/files_common.c
588
hp->h_next = htab[bucket].h_first;
usr/src/lib/nsswitch/files/common/files_common.h
52
struct files_hashent *h_next;
usr/src/uts/common/klm/nlm_impl.c
666
struct nlm_host *hostp, *h_next;
usr/src/uts/common/klm/nlm_impl.c
684
h_next = AVL_NEXT(&g->nlm_hosts_tree, hostp);
usr/src/uts/common/klm/nlm_impl.c
740
hostp = h_next;