Home
last modified time | relevance | path

Searched refs:portWWNList (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/fcinfo/
H A Dfcinfo.h116 } portWWNList; typedef
121 portWWNList *HBAPortWWN;
H A Dfcinfo-list.c1055 portWWNList *WWNList, *newWWN; in searchDevice()
1117 newWWN = (portWWNList *)calloc(1, sizeof (portWWNList)); in searchDevice()
1183 newDevice->HBAPortWWN = (portWWNList *)calloc(1, in searchDevice()
1184 sizeof (portWWNList)); in searchDevice()
H A DprintAttrs.c423 portWWNList *WWNList; in printOSDeviceNameInfo()