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

/illumos-gate/usr/src/cmd/fcinfo/
H A Dfcinfo-list.c1081 for (WWNList = discoveredDevList->HBAPortWWN,
1124 newWWN->next = discoveredDevList->HBAPortWWN;
1125 discoveredDevList->HBAPortWWN = newWWN;
1183 newDevice->HBAPortWWN = (portWWNList *)calloc(1,
1185 if (newDevice->HBAPortWWN == NULL) {
1189 memcpy((void *)&(newDevice->HBAPortWWN->portWWN),
1192 newDevice->HBAPortWWN->tgtPortWWN =
1194 if (newDevice->HBAPortWWN->tgtPortWWN == NULL) {
1199 memcpy((void *)&(newDevice->HBAPortWWN->tgtPortWWN->portWWN),
1201 sizeof (newDevice->HBAPortWWN
[all...]
H A Dfcinfo.h121 portWWNList *HBAPortWWN; member in struct:_discoveredDevice
H A DprintAttrs.c429 for (WWNList = devListWalk->HBAPortWWN;

Completed in 81 milliseconds