Searched refs:hash_next (Results 1 - 9 of 9) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/inet/
H A Dipsec_impl.h143 var = table[hash].hash_head; var != NULL; var = var->field.hash_next
146 (var)->field.hash_next
151 (var)->field.hash_next = (table)[hash].hash_head; \
154 if ((var)->field.hash_next != NULL) \
155 (var)->field.hash_next->field.hash_pp = \
156 &((var)->field.hash_next); \
168 (var)->field.hash_next = head; \
171 if ((var)->field.hash_next != NULL) \
172 (var)->field.hash_next->field.hash_pp = \
173 &((var)->field.hash_next); \
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/fs/
H A Ddnlc.c234 (ncp)->hash_next = (hp)->hash_next; \
236 (hp)->hash_next->hash_prev = (ncp); \
237 (hp)->hash_next = (ncp); \
245 (ncp)->hash_prev->hash_next = (ncp)->hash_next; \
246 (ncp)->hash_next->hash_prev = (ncp)->hash_prev; \
248 (ncp)->hash_next = NULL; \
379 hp->hash_next = (ncache_t *)hp;
606 for (ncp = hp->hash_next; nc
[all...]
/opensolaris-onvv-gate/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc_impl.h60 struct oversize *hash_next; member in struct:oversize
H A Dmtmalloc.c229 big->hash_next = ovsz_hashtab[bucket];
378 opp = &(*opp)->hash_next)
389 *opp = big->hash_next; /* remove big from the hash table */
390 big->hash_next = NULL;
1480 ovsz_hdr->hash_next = NULL;
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Ddnlc.h79 struct ncache *hash_next; /* hash chain, MUST BE FIRST */ member in struct:ncache
92 ncache_t *hash_next; member in struct:nc_hash
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c172 next = ncp->hash_next;
263 nc_va = (uintptr_t)(nch.hash_next);
330 nc_va = (uintptr_t)(ncp->hash_next);
331 ncp->hash_next = dnlc_hash[hash];
354 for (ent = dnlc_hash[i]; ent != NULL; ent = ent->hash_next) {
523 for (ent = dnlc_hash[MDB_DNLC_HASH(addr)]; ent; ent = ent->hash_next) {
/opensolaris-onvv-gate/usr/src/uts/common/inet/ip/
H A Dspd.c939 for (; src != NULL; src = src->ipsp_hash.hash_next) {
1443 p = p->ipsp_hash.hash_next) {
1952 for (p = chain; p != NULL; p = p->ipsp_hash.hash_next) {
3351 np = ap->ipa_hash.hash_next;
3561 nip = ip->ipsp_hash.hash_next;
3680 for (p2 = head; p2 != NULL; p2 = p2->ipsp_hash.hash_next) {
3696 for (p2 = head; p2 != NULL; p2 = p2->ipsp_hash.hash_next) {
3857 nip = ip->ipsp_hash.hash_next;
3867 nip = ip->ipsp_hash.hash_next;
H A Dspdsock.c1864 ss->spdsock_dump_cur_rule = cur->ipsp_hash.hash_next;
/opensolaris-onvv-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c1866 pol = pol->ipsp_hash.hash_next;

Completed in 200 milliseconds