Lines Matching refs:portWWN
51 static void processRemotePort(HBA_HANDLE handle, HBA_WWN portWWN,
53 static void handleRemotePort(HBA_HANDLE handle, HBA_WWN portWWN,
223 handleRemotePort(HBA_HANDLE handle, HBA_WWN portWWN, HBA_WWN remotePortWWN, in handleRemotePort() argument
241 status = HBA_ScsiReportLUNsV2(handle, portWWN, remotePortWWN, in handleRemotePort()
433 processRemotePort(HBA_HANDLE handle, HBA_WWN portWWN, in processRemotePort() argument
470 handleRemotePort(handle, portWWN, myremotePortWWN, &discPort); in processRemotePort()
472 printLinkStat(handle, portWWN, myremotePortWWN); in processRemotePort()
475 handleScsiTarget(handle, portWWN, in processRemotePort()
1084 if (memcmp((void *)&(WWNList->portWWN), in searchDevice()
1126 memcpy((void *)&(newWWN->portWWN), in searchDevice()
1128 sizeof (newWWN->portWWN)); in searchDevice()
1137 memcpy((void *)&(newWWN->tgtPortWWN->portWWN), in searchDevice()
1139 sizeof (newWWN->tgtPortWWN->portWWN)); in searchDevice()
1152 memcpy((void *)&(newTgtWWN->portWWN), in searchDevice()
1154 sizeof (newTgtWWN->portWWN)); in searchDevice()
1189 memcpy((void *)&(newDevice->HBAPortWWN->portWWN), in searchDevice()
1190 (void *)&initiatorPortWWN, sizeof (newWWN->portWWN)); in searchDevice()
1199 memcpy((void *)&(newDevice->HBAPortWWN->tgtPortWWN->portWWN), in searchDevice()
1201 sizeof (newDevice->HBAPortWWN->tgtPortWWN->portWWN)); in searchDevice()