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

/illumos-gate/usr/src/cmd/sasinfo/
H A Dsasinfo.h89 portList *HBAPortList; member in struct:_discoveredDevice
H A Dsasinfo-list.c2225 for (portElem = discoveredLU->HBAPortList,
2249 portElem = discoveredLU->HBAPortList;
2260 discoveredLU->HBAPortList = newPort;
2337 newDevice->HBAPortList = (portList *)calloc(1,
2339 if (newDevice->HBAPortList == NULL) {
2343 (void) strlcpy(newDevice->HBAPortList->portName,
2344 portName, sizeof (newDevice->HBAPortList->portName));
2346 newDevice->HBAPortList->tgtPortWWN =
2348 if (newDevice->HBAPortList->tgtPortWWN == NULL) {
2353 (void *) memcpy((void *)&(newDevice->HBAPortList
[all...]
H A DprintAttrs.c533 for (portElem = devListWalk->HBAPortList;

Completed in 61 milliseconds