Searched refs:LUList (Results 1 – 1 of 1) sorted by relevance
120 static discoveredDevice *LUList = NULL; variable1537 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()2323 newDevice->next = LUList; /* insert at head */ in searchDevice()2324 LUList = newDevice; /* set new head */ in searchDevice()