Home
last modified time | relevance | path

Searched refs:discoveredDevice (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/cmd/fcinfo/
H A Dfcinfo.h127 } discoveredDevice; typedef
140 void printOSDeviceNameInfo(discoveredDevice *devListWalk, boolean_t verbose);
H A Dfcinfo-list.c61 static void searchDevice(discoveredDevice **devList, HBA_FCPSCSIENTRYV2 entry,
1051 searchDevice(discoveredDevice **devList, HBA_FCPSCSIENTRYV2 entry, in searchDevice()
1054 discoveredDevice *discoveredDevList, *newDevice; in searchDevice()
1159 newDevice = (discoveredDevice *)calloc(1, in searchDevice()
1160 sizeof (discoveredDevice)); in searchDevice()
1270 discoveredDevice *devListWalk, *devList = NULL; in fc_util_list_logicalunit()
H A DprintAttrs.c421 printOSDeviceNameInfo(discoveredDevice *devListWalk, boolean_t verbose) in printOSDeviceNameInfo()
/titanic_41/usr/src/cmd/sasinfo/
H A DprintAttrs.h61 printOSDeviceNameInfo(discoveredDevice *devListWalk, boolean_t verbose);
H A Dsasinfo.h94 } discoveredDevice; typedef
H A Dsasinfo-list.c120 static discoveredDevice *LUList = NULL;
1509 discoveredDevice *LUListWalk = NULL; in sas_util_list_logicalunit()
2180 discoveredDevice *discoveredLU, *newDevice; in searchDevice()
2316 newDevice = (discoveredDevice *)calloc(1, in searchDevice()
2317 sizeof (discoveredDevice)); in searchDevice()
H A DprintAttrs.c523 printOSDeviceNameInfo(discoveredDevice *devListWalk, boolean_t verbose) in printOSDeviceNameInfo()