Home
last modified time | relevance | path

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

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