Searched refs:tgtPortWWN (Results 1 – 6 of 6) sorted by relevance
1130 newWWN->tgtPortWWN = (tgtPortWWNList *)calloc(1, in searchDevice()1132 if (newWWN->tgtPortWWN == NULL) { in searchDevice()1137 memcpy((void *)&(newWWN->tgtPortWWN->portWWN), in searchDevice()1139 sizeof (newWWN->tgtPortWWN->portWWN)); in searchDevice()1141 newWWN->tgtPortWWN->scsiOSLun = entry.ScsiId.ScsiOSLun; in searchDevice()1150 newTgtWWN->next = WWNList->tgtPortWWN; in searchDevice()1151 WWNList->tgtPortWWN = newTgtWWN; in searchDevice()1192 newDevice->HBAPortWWN->tgtPortWWN = in searchDevice()1194 if (newDevice->HBAPortWWN->tgtPortWWN == NULL) { in searchDevice()1199 memcpy((void *)&(newDevice->HBAPortWWN->tgtPortWWN->portWWN), in searchDevice()[all …]
114 tgtPortWWNList *tgtPortWWN; member
434 for (tgtWWNList = WWNList->tgtPortWWN; in printOSDeviceNameInfo()
2266 newPort->tgtPortWWN = (tgtPortWWNList *)calloc(1, in searchDevice()2268 if (newPort->tgtPortWWN == NULL) { in searchDevice()2273 (void *) memcpy((void *)&(newPort->tgtPortWWN->portWWN), in searchDevice()2277 newPort->tgtPortWWN->scsiOSLun = in searchDevice()2284 for (TgtWWNList = portElem->tgtPortWWN; in searchDevice()2301 newTgtWWN->next = portElem->tgtPortWWN; in searchDevice()2302 portElem->tgtPortWWN = newTgtWWN; in searchDevice()2346 newDevice->HBAPortList->tgtPortWWN = in searchDevice()2348 if (newDevice->HBAPortList->tgtPortWWN == NULL) { in searchDevice()2354 tgtPortWWN->portWWN), in searchDevice()[all …]
81 tgtPortWWNList *tgtPortWWN; member
538 for (tgtWWNList = portElem->tgtPortWWN; in printOSDeviceNameInfo()