Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sasinfo/
H A Dsasinfo.h77 } tgtPortWWNList; typedef
81 tgtPortWWNList *tgtPortWWN;
H A Dsasinfo-list.c2182 tgtPortWWNList *newTgtWWN, *TgtWWNList; in searchDevice()
2266 newPort->tgtPortWWN = (tgtPortWWNList *)calloc(1, in searchDevice()
2267 sizeof (tgtPortWWNList)); in searchDevice()
2293 newTgtWWN = (tgtPortWWNList *)calloc(1, in searchDevice()
2294 sizeof (tgtPortWWNList)); in searchDevice()
2347 (tgtPortWWNList *)calloc(1, sizeof (tgtPortWWNList)); in searchDevice()
H A DprintAttrs.c526 tgtPortWWNList *tgtWWNList; in printOSDeviceNameInfo()
/titanic_50/usr/src/cmd/fcinfo/
H A Dfcinfo.h110 } tgtPortWWNList; typedef
114 tgtPortWWNList *tgtPortWWN;
H A Dfcinfo-list.c1056 tgtPortWWNList *newTgtWWN; in searchDevice()
1130 newWWN->tgtPortWWN = (tgtPortWWNList *)calloc(1, in searchDevice()
1131 sizeof (tgtPortWWNList)); in searchDevice()
1143 newTgtWWN = (tgtPortWWNList *)calloc(1, in searchDevice()
1144 sizeof (tgtPortWWNList)); in searchDevice()
1193 (tgtPortWWNList *)calloc(1, sizeof (tgtPortWWNList)); in searchDevice()
H A DprintAttrs.c424 tgtPortWWNList *tgtWWNList; in printOSDeviceNameInfo()