Searched defs:newWWN (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fcinfo/
H A Dfcinfo-list.c1055 portWWNList *WWNList, *newWWN; local
1117 newWWN = (portWWNList *)calloc(1, sizeof (portWWNList));
1118 if (newWWN == NULL) {
1124 newWWN->next = discoveredDevList->HBAPortWWN;
1125 discoveredDevList->HBAPortWWN = newWWN;
1126 memcpy((void *)&(newWWN->portWWN),
1128 sizeof (newWWN->portWWN));
1130 newWWN->tgtPortWWN = (tgtPortWWNList *)calloc(1,
1132 if (newWWN->tgtPortWWN == NULL) {
1137 memcpy((void *)&(newWWN
[all...]

Completed in 58 milliseconds