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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_asru.c1107 fmd_asru_link_t *alp, **pp, *alpnext, **alpnextp; local
1112 for (alp = *pp; alp != NULL; alp = alpnext) {
1115 alpnext = *alpnextp;
1149 fmd_asru_link_t *alp, **plp, *alpnext; local
1178 for (alp = *plp; alp != NULL; alp = alpnext) {
1179 alpnext = alp->al_case_next;

Completed in 62 milliseconds