Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sasinfo/
H A Dsasinfo-list.c2181 portList *portElem, *newPort, *prevElem; in searchDevice() local
2241 if (newPort == NULL) { in searchDevice()
2245 (void) strlcpy(newPort->portName, portName, in searchDevice()
2246 sizeof (newPort->portName)); in searchDevice()
2258 newPort->next = portElem; in searchDevice()
2259 discoveredLU->HBAPortList = newPort; in searchDevice()
2261 newPort->next = portElem; in searchDevice()
2262 prevElem->next = newPort; in searchDevice()
2265 newPort->tgtPortWWN = (tgtPortWWNList *)calloc(1, in searchDevice()
2267 if (newPort->tgtPortWWN == NULL) { in searchDevice()
[all …]