Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_nv.c99 v->v_next = next; in nv_var_alloc()
153 w = v->v_next; in mdb_nv_destroy()
187 pvp = &vp->v_next; in nv_var_interpos()
191 w->v_next = v->v_next; in nv_var_interpos()
193 v->v_next = NULL; in nv_var_interpos()
238 w = v->v_next; in nv_resize()
369 if (v->v_next == corpse) in mdb_nv_remove()
377 pvp = &v->v_next; in mdb_nv_remove()
382 corpse->v_ndef->v_next = corpse->v_next; in mdb_nv_remove()
386 *pvp = corpse->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
/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_hash.c36 struct inj_var *v_next; member
58 v->v_next = next; in inj_var_alloc()
82 w = v->v_next; in inj_hash_destroy()
96 for (v = h->h_hash[i]; v != NULL; v = v->v_next) { in inj_hash_insert()
115 for (v = h->h_hash[i]; v != NULL; v = v->v_next) { in inj_hash_lookup()
/illumos-gate/usr/src/cmd/ipf/lib/
H A Dvar.c11 struct variable *v_next; member
27 for (v = vtop; v != NULL; v = v->v_next)
172 v->v_next = vtop;
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix_utils.c623 vecp->v_next = NULL; in apix_obsolete_vector()
627 while (tp->v_next != NULL) in apix_obsolete_vector()
628 tp = tp->v_next; in apix_obsolete_vector()
629 tp->v_next = vecp; in apix_obsolete_vector()
637 apixp->x_obsoletes = vecp->v_next; in apix_obsolete_vector()
638 vecp->v_next = NULL; in apix_obsolete_vector()
/illumos-gate/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()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dapix.h119 struct apix_vector *v_next; /* next on per-cpu obosoletes chain */ member