Searched defs:wpl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.c831 struct fmdump_pipeline *wpl; local
862 wpl = srlzer_choose(srlzer);
863 ASSERT(wpl != NULL);
865 if (wpl == pl)
869 pipeline_continue(wpl);
888 struct fmdump_pipeline *wpl; local
894 wpl = srlzer_choose(srlzer);
895 if (wpl != NULL)
896 pipeline_continue(wpl);
905 struct fmdump_pipeline *wpl; local
[all...]

Completed in 47 milliseconds