Searched refs:HBAPortList (Results 1 – 3 of 3) sorted by relevance
2225 for (portElem = discoveredLU->HBAPortList, in searchDevice()2249 portElem = discoveredLU->HBAPortList; in searchDevice()2260 discoveredLU->HBAPortList = newPort; in searchDevice()2337 newDevice->HBAPortList = (portList *)calloc(1, in searchDevice()2339 if (newDevice->HBAPortList == NULL) { in searchDevice()2343 (void) strlcpy(newDevice->HBAPortList->portName, in searchDevice()2344 portName, sizeof (newDevice->HBAPortList->portName)); in searchDevice()2346 newDevice->HBAPortList->tgtPortWWN = in searchDevice()2348 if (newDevice->HBAPortList->tgtPortWWN == NULL) { in searchDevice()2353 (void *) memcpy((void *)&(newDevice->HBAPortList->\ in searchDevice()[all …]
89 portList *HBAPortList; member
533 for (portElem = devListWalk->HBAPortList; in printOSDeviceNameInfo()