Searched refs:WWNList (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fcinfo/
H A DprintAttrs.c423 portWWNList *WWNList; local
429 for (WWNList = devListWalk->HBAPortWWN;
430 WWNList != NULL; WWNList = WWNList->next) {
433 wwnConversion(WWNList->portWWN.wwn));
434 for (tgtWWNList = WWNList->tgtPortWWN;
H A Dfcinfo-list.c1055 portWWNList *WWNList, *newWWN; local
1081 for (WWNList = discoveredDevList->HBAPortWWN,
1082 foundWWN = B_FALSE; WWNList != NULL;
1083 WWNList = WWNList->next) {
1084 if (memcmp((void *)&(WWNList->portWWN),
1150 newTgtWWN->next = WWNList->tgtPortWWN;
1151 WWNList->tgtPortWWN = newTgtWWN;

Completed in 216 milliseconds