Home
last modified time | relevance | path

Searched refs:HBAPortList (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sasinfo/
H A Dsasinfo-list.c2225 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 …]
H A Dsasinfo.h89 portList *HBAPortList; member
H A DprintAttrs.c535 for (portElem = devListWalk->HBAPortList; in printOSDeviceNameInfo()