Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fcinfo/
H A Dfcinfo-list.c1130 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()
1201 sizeof (newDevice->HBAPortWWN->tgtPortWWN->portWWN)); in searchDevice()
[all …]
H A Dfcinfo.h114 tgtPortWWNList *tgtPortWWN; member
H A DprintAttrs.c439 for (tgtWWNList = WWNList->tgtPortWWN; in printOSDeviceNameInfo()
/illumos-gate/usr/src/cmd/sasinfo/
H A Dsasinfo-list.c2265 newPort->tgtPortWWN = (tgtPortWWNList *)calloc(1, in searchDevice()
2267 if (newPort->tgtPortWWN == NULL) { in searchDevice()
2271 (void) memcpy((void *)&(newPort->tgtPortWWN->portWWN), in searchDevice()
2275 newPort->tgtPortWWN->scsiOSLun = in searchDevice()
2282 for (TgtWWNList = portElem->tgtPortWWN; in searchDevice()
2298 newTgtWWN->next = portElem->tgtPortWWN; in searchDevice()
2299 portElem->tgtPortWWN = newTgtWWN; in searchDevice()
2343 newDevice->HBAPortList->tgtPortWWN = in searchDevice()
2345 if (newDevice->HBAPortList->tgtPortWWN == NULL) { in searchDevice()
2351 tgtPortWWN->portWWN), in searchDevice()
[all …]
H A Dsasinfo.h81 tgtPortWWNList *tgtPortWWN; member
H A DprintAttrs.c540 for (tgtWWNList = portElem->tgtPortWWN; in printOSDeviceNameInfo()