Searched refs:HBAPortList (Results 1 – 3 of 3) sorted by relevance
2225 for (portElem = discoveredLU->HBAPortList, in searchDevice()2248 portElem = discoveredLU->HBAPortList; in searchDevice()2259 discoveredLU->HBAPortList = newPort; in searchDevice()2334 newDevice->HBAPortList = (portList *)calloc(1, in searchDevice()2336 if (newDevice->HBAPortList == NULL) { in searchDevice()2340 (void) strlcpy(newDevice->HBAPortList->portName, in searchDevice()2341 portName, sizeof (newDevice->HBAPortList->portName)); in searchDevice()2343 newDevice->HBAPortList->tgtPortWWN = in searchDevice()2345 if (newDevice->HBAPortList->tgtPortWWN == NULL) { in searchDevice()2350 (void) memcpy((void *)&(newDevice->HBAPortList->\ in searchDevice()[all …]
89 portList *HBAPortList; member
535 for (portElem = devListWalk->HBAPortList; in printOSDeviceNameInfo()