Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.c3304 struct event *nextep; in save_suspects() local
3307 for (ep = fmep->psuspects; ep; ep = nextep) { in save_suspects()
3308 nextep = ep->psuspects; in save_suspects()
3315 for (ep = fmep->suspects; ep; ep = nextep) { in save_suspects()
3316 nextep = ep->suspects; in save_suspects()
3332 struct event *nextep; in restore_suspects() local
3336 for (ep = fmep->psuspects; ep; ep = nextep) { in restore_suspects()
3338 nextep = ep->psuspects; in restore_suspects()