portWWNList
portWWNList *WWNList, *newWWN;
newWWN = (portWWNList *)calloc(1, sizeof (portWWNList));
newDevice->HBAPortWWN = (portWWNList *)calloc(1,
sizeof (portWWNList));
portWWNList *HBAPortWWN;
portWWNList *WWNList;