Home
last modified time | relevance | path

Searched refs:re_next (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_cmds.c72 new->re_next = list; in inj_rand_add()
85 for (i = 0, r = rlist; r != NULL; r = r->re_next, i++) in inj_cmd_rand()
101 for (r = rlist, i = 0; i < nelems; i++, r = r->re_next) { in inj_cmd_rand()
H A Dinj.h188 struct inj_randelem *re_next; member
/illumos-gate/usr/src/uts/common/nfs/
H A Drnode4.h384 struct nfs4_opinst *re_next; /* next in list */ member
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_rnode.c1765 rep->re_next = reopenlist; in r4mkopenlist()
1886 next = rep->re_next; in r4releopenlist()
H A Dnfs4_recovery.c2545 for (rep = reopenlist; rep; rep = rep->re_next) { in recov_openfiles()