Home
last modified time | relevance | path

Searched refs:v_next (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/cmd/mdb/common/mdb/
H A Dmdb_nv.c98 v->v_next = next; in nv_var_alloc()
152 w = v->v_next; in mdb_nv_destroy()
166 for (v = nv->nv_hash[i]; v != NULL; v = v->v_next) { in mdb_nv_lookup()
186 pvp = &vp->v_next; in nv_var_interpos()
190 w->v_next = v->v_next; in nv_var_interpos()
192 v->v_next = NULL; in nv_var_interpos()
230 for (v = nv->nv_hash[i]; v != NULL; v = v->v_next) { in mdb_nv_insert()
319 if (v->v_next == corpse) in mdb_nv_remove()
322 } while ((v = v->v_next) != NULL); in mdb_nv_remove()
327 pvp = &v->v_next; in mdb_nv_remove()
[all …]
H A Dmdb_nv.h96 struct mdb_var *v_next; /* Link to next var in hash chain */ member
/titanic_44/usr/src/cmd/fm/fminject/common/
H A Dinj_hash.c38 struct inj_var *v_next; member
60 v->v_next = next; in inj_var_alloc()
84 w = v->v_next; in inj_hash_destroy()
98 for (v = h->h_hash[i]; v != NULL; v = v->v_next) { in inj_hash_insert()
117 for (v = h->h_hash[i]; v != NULL; v = v->v_next) { in inj_hash_lookup()
/titanic_44/usr/src/cmd/ipf/lib/common/
H A Dvar.c11 struct variable *v_next; member
27 for (v = vtop; v != NULL; v = v->v_next)
172 v->v_next = vtop;
/titanic_44/usr/src/uts/i86pc/io/apix/
H A Dapix_utils.c621 vecp->v_next = NULL; in apix_obsolete_vector()
625 while (tp->v_next != NULL) in apix_obsolete_vector()
626 tp = tp->v_next; in apix_obsolete_vector()
627 tp->v_next = vecp; in apix_obsolete_vector()
635 apixp->x_obsoletes = vecp->v_next; in apix_obsolete_vector()
636 vecp->v_next = NULL; in apix_obsolete_vector()
/titanic_44/usr/src/cmd/sgs/elfdump/common/
H A Dfake_shdr.c790 Word v_aux, v_next, va_next; in verdefneed_size() local
824 for (; num_main-- > 0; offset += v_next) { in verdefneed_size()
830 if ((*read_main)(fstate, offset, &v_cnt, &v_aux, &v_next) == 0) in verdefneed_size()
/titanic_44/usr/src/uts/i86pc/sys/
H A Dapix.h118 struct apix_vector *v_next; /* next on per-cpu obosoletes chain */ member