Lines Matching refs:pluginProps

227 	MP_PLUGIN_PROPERTIES			pluginProps;  in listMpathSupport()  local
252 (void) memset(&pluginProps, 0, in listMpathSupport()
256 &pluginProps); in listMpathSupport()
266 pluginProps.fileName); in listMpathSupport()
272 pluginProps.fileName)) { in listMpathSupport()
276 pluginProps.fileName); in listMpathSupport()
309 MP_PLUGIN_PROPERTIES pluginProps; in showMpathSupport() local
335 (void) memset(&pluginProps, 0, in showMpathSupport()
339 &pluginProps); in showMpathSupport()
353 pluginProps.fileName)) { in showMpathSupport()
364 pluginProps.fileName); in showMpathSupport()
368 displayWideArray(pluginProps.vendor, in showMpathSupport()
369 sizeof (pluginProps.vendor)); in showMpathSupport()
372 displayArray(pluginProps.driverName, in showMpathSupport()
373 sizeof (pluginProps.driverName)); in showMpathSupport()
377 if (pluginProps.defaultloadBalanceType == 0) { in showMpathSupport()
382 pluginProps.defaultloadBalanceType); in showMpathSupport()
390 if (pluginProps.supportedLoadBalanceTypes == 0) { in showMpathSupport()
396 if (0 != (lb & pluginProps. in showMpathSupport()
400 pluginProps. in showMpathSupport()
410 (MP_TRUE == pluginProps.canSetTPGAccess)? in showMpathSupport()
414 (MP_TRUE == pluginProps.canOverridePaths)? in showMpathSupport()
418 pluginProps.autoFailbackSupport); in showMpathSupport()
420 pluginProps.autoFailbackSupport) | in showMpathSupport()
422 == pluginProps.autoFailbackSupport)) { in showMpathSupport()
425 pluginProps.pluginAutoFailbackEnabled?\ in showMpathSupport()
430 pluginProps.currentFailbackPollingRate, in showMpathSupport()
431 pluginProps.failbackPollingRateMax); in showMpathSupport()
443 pluginProps.autoProbingSupport); in showMpathSupport()
445 pluginProps.autoProbingSupport) | in showMpathSupport()
447 pluginProps.autoProbingSupport)) { in showMpathSupport()
451 pluginProps.pluginAutoProbingEnabled)?\ in showMpathSupport()
456 pluginProps.currentProbingPollingRate, in showMpathSupport()
457 pluginProps.probingPollingRateMax); in showMpathSupport()
474 pluginProps.onlySupportsSpecifiedProducts) { in showMpathSupport()
586 MP_PLUGIN_PROPERTIES pluginProps; in modifyMpathSupport() local
612 (void) memset(&pluginProps, 0, in modifyMpathSupport()
616 &pluginProps)) == MP_STATUS_SUCCESS) { in modifyMpathSupport()
619 pluginProps.fileName)) { in modifyMpathSupport()
739 MP_PLUGIN_PROPERTIES pluginProps; in listLogicalUnit() local
787 (void) memset(&pluginProps, 0, in listLogicalUnit()
791 &pluginProps)) != MP_STATUS_SUCCESS) { in listLogicalUnit()
866 (void) memset(&pluginProps, 0, in listLogicalUnit()
870 pPluginOidList->oids[i], &pluginProps)) in listLogicalUnit()
1011 pluginProps.fileName); in listLogicalUnit()
1203 MP_PLUGIN_PROPERTIES pluginProps; in showLogicalUnit() local
1234 MP_GetPluginProperties(pluginOid, &pluginProps); in showLogicalUnit()
1242 pluginProps) != 0) { in showLogicalUnit()
1276 MP_PLUGIN_PROPERTIES pluginProps) in showIndividualLogicalUnit() argument
1293 pluginProps.fileName); in showIndividualLogicalUnit()
1329 if (MP_FALSE == pluginProps.autoFailbackSupport) { in showIndividualLogicalUnit()
1337 if (MP_FALSE == pluginProps.autoProbingSupport) { in showIndividualLogicalUnit()
1394 if (MP_FALSE == pluginProps.canOverridePaths) { in showIndividualLogicalUnit()
1755 MP_PLUGIN_PROPERTIES pluginProps; in getLogicalUnitOid() local
1790 (void) memset(&pluginProps, 0, sizeof (MP_PLUGIN_PROPERTIES)); in getLogicalUnitOid()
1793 &pluginProps)) != MP_STATUS_SUCCESS) { in getLogicalUnitOid()