Searched refs:WWNList (Results 1 – 2 of 2) sorted by relevance
423 portWWNList *WWNList; in printOSDeviceNameInfo() local429 for (WWNList = devListWalk->HBAPortWWN; in printOSDeviceNameInfo()430 WWNList != NULL; WWNList = WWNList->next) { in printOSDeviceNameInfo()433 wwnConversion(WWNList->portWWN.wwn)); in printOSDeviceNameInfo()434 for (tgtWWNList = WWNList->tgtPortWWN; in printOSDeviceNameInfo()
1055 portWWNList *WWNList, *newWWN; in searchDevice() local1081 for (WWNList = discoveredDevList->HBAPortWWN, in searchDevice()1082 foundWWN = B_FALSE; WWNList != NULL; in searchDevice()1083 WWNList = WWNList->next) { in searchDevice()1084 if (memcmp((void *)&(WWNList->portWWN), in searchDevice()1150 newTgtWWN->next = WWNList->tgtPortWWN; in searchDevice()1151 WWNList->tgtPortWWN = newTgtWWN; in searchDevice()