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

/illumos-gate/usr/src/cmd/sasinfo/
H A Dsasinfo-list.c120 static discoveredDevice *LUList = NULL; variable
1537 for (LUListWalk = LUList; LUListWalk != NULL;
1552 for (LUListWalk = LUList, pathFound = B_FALSE;
1570 for (LUListWalk = LUList; LUListWalk != NULL;
2201 for (discoveredLU = LUList; discoveredLU != NULL;
2323 newDevice->next = LUList; /* insert at head */
2324 LUList = newDevice; /* set new head */

Completed in 50 milliseconds