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

/illumos-gate/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...]
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A Dvmxnet3_defs.h383 Vmxnet3_DriverInfo driverInfo; member in struct:Vmxnet3_MiscConf

Completed in 65 milliseconds