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

/osnet-11/usr/src/lib/mpapi/libmpscsi_vhci/common/
H A DMP_GetPluginPropertiesPlugin.c40 mp_driver_prop_t driverInfo; local
55 (void) memset(&driverInfo, 0, sizeof (mp_driver_prop_t));
58 mp_ioctl.mp_obuf = (caddr_t)&driverInfo;
98 pProps->autoFailbackSupport = driverInfo.autoFailbackSupport;
99 pProps->autoProbingSupport = driverInfo.autoProbingSupport;
105 pProps->canOverridePaths = driverInfo.canOverridePaths;
106 pProps->canSetTPGAccess = driverInfo.canSetTPGAccess;
108 driverInfo.currentFailbackPollingRate;
110 driverInfo.currentProbingPollingRate;
112 driverInfo
[all...]

Completed in 18 milliseconds