Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.c3311 struct event *nextep; in save_suspects() local
3314 for (ep = fmep->psuspects; ep; ep = nextep) { in save_suspects()
3315 nextep = ep->psuspects; in save_suspects()
3322 for (ep = fmep->suspects; ep; ep = nextep) { in save_suspects()
3323 nextep = ep->suspects; in save_suspects()
3339 struct event *nextep; in restore_suspects() local
3343 for (ep = fmep->psuspects; ep; ep = nextep) { in restore_suspects()
3345 nextep = ep->psuspects; in restore_suspects()