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

/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_hash.c38 struct inj_var *v_next; member in struct:inj_var
60 v->v_next = next;
84 w = v->v_next;
98 for (v = h->h_hash[i]; v != NULL; v = v->v_next) {
117 for (v = h->h_hash[i]; v != NULL; v = v->v_next) {
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_nv.c98 v->v_next = next;
152 w = v->v_next;
166 for (v = nv->nv_hash[i]; v != NULL; v = v->v_next) {
186 pvp = &vp->v_next;
190 w->v_next = v->v_next;
192 v->v_next = NULL;
230 for (v = nv->nv_hash[i]; v != NULL; v = v->v_next) {
314 return; /* No v_next changes needed */
319 if (v->v_next
[all...]
H A Dmdb_nv.h96 struct mdb_var *v_next; /* Link to next var in hash chain */ member in struct:mdb_var
/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dvar.c11 struct variable *v_next; member in struct:variable
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.c621 vecp->v_next = NULL;
625 while (tp->v_next != NULL)
626 tp = tp->v_next;
627 tp->v_next = vecp;
635 apixp->x_obsoletes = vecp->v_next;
636 vecp->v_next = NULL;
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dapix.h118 struct apix_vector *v_next; /* next on per-cpu obosoletes chain */ member in struct:apix_vector
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dfake_shdr.c790 Word v_aux, v_next, va_next; local
824 for (; num_main-- > 0; offset += v_next) {
830 if ((*read_main)(fstate, offset, &v_cnt, &v_aux, &v_next) == 0)

Completed in 70 milliseconds