Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.c3314 struct event *nextep; in save_suspects() local
3317 for (ep = fmep->psuspects; ep; ep = nextep) { in save_suspects()
3318 nextep = ep->psuspects; in save_suspects()
3325 for (ep = fmep->suspects; ep; ep = nextep) { in save_suspects()
3326 nextep = ep->suspects; in save_suspects()
3342 struct event *nextep; in restore_suspects() local
3346 for (ep = fmep->psuspects; ep; ep = nextep) { in restore_suspects()
3348 nextep = ep->psuspects; in restore_suspects()