Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.c3322 struct event *nextep; in save_suspects() local
3325 for (ep = fmep->psuspects; ep; ep = nextep) { in save_suspects()
3326 nextep = ep->psuspects; in save_suspects()
3333 for (ep = fmep->suspects; ep; ep = nextep) { in save_suspects()
3334 nextep = ep->suspects; in save_suspects()
3350 struct event *nextep; in restore_suspects() local
3354 for (ep = fmep->psuspects; ep; ep = nextep) { in restore_suspects()
3356 nextep = ep->psuspects; in restore_suspects()