Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sasinfo/
H A Dsasinfo.h77 } tgtPortWWNList; typedef
81 tgtPortWWNList *tgtPortWWN;
H A Dsasinfo-list.c2182 tgtPortWWNList *newTgtWWN, *TgtWWNList; in searchDevice()
2265 newPort->tgtPortWWN = (tgtPortWWNList *)calloc(1, in searchDevice()
2266 sizeof (tgtPortWWNList)); in searchDevice()
2291 newTgtWWN = (tgtPortWWNList *)calloc(1, in searchDevice()
2292 sizeof (tgtPortWWNList)); in searchDevice()
2344 (tgtPortWWNList *)calloc(1, sizeof (tgtPortWWNList)); in searchDevice()
H A DprintAttrs.c528 tgtPortWWNList *tgtWWNList; in printOSDeviceNameInfo()
/illumos-gate/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.c429 tgtPortWWNList *tgtWWNList; in printOSDeviceNameInfo()