Home
last modified time | relevance | path

Searched refs: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; in sas_util_list_logicalunit()
1552 for (LUListWalk = LUList, pathFound = B_FALSE; in sas_util_list_logicalunit()
1570 for (LUListWalk = LUList; LUListWalk != NULL; in sas_util_list_logicalunit()
2201 for (discoveredLU = LUList; discoveredLU != NULL; in searchDevice()
2320 newDevice->next = LUList; /* insert at head */ in searchDevice()
2321 LUList = newDevice; /* set new head */ in searchDevice()