Lines Matching refs:pluginProps

228 	MP_PLUGIN_PROPERTIES			pluginProps;  in listMpathSupport()  local
253 (void) memset(&pluginProps, 0, in listMpathSupport()
257 &pluginProps); in listMpathSupport()
267 pluginProps.fileName); in listMpathSupport()
273 pluginProps.fileName)) { in listMpathSupport()
277 pluginProps.fileName); in listMpathSupport()
310 MP_PLUGIN_PROPERTIES pluginProps; in showMpathSupport() local
336 (void) memset(&pluginProps, 0, in showMpathSupport()
340 &pluginProps); in showMpathSupport()
354 pluginProps.fileName)) { in showMpathSupport()
365 pluginProps.fileName); in showMpathSupport()
369 displayWideArray(pluginProps.vendor, in showMpathSupport()
370 sizeof (pluginProps.vendor)); in showMpathSupport()
373 displayArray(pluginProps.driverName, in showMpathSupport()
374 sizeof (pluginProps.driverName)); in showMpathSupport()
378 if (pluginProps.defaultloadBalanceType == 0) { in showMpathSupport()
383 pluginProps.defaultloadBalanceType); in showMpathSupport()
391 if (pluginProps.supportedLoadBalanceTypes == 0) { in showMpathSupport()
397 if (0 != (lb & pluginProps. in showMpathSupport()
401 pluginProps. in showMpathSupport()
411 (MP_TRUE == pluginProps.canSetTPGAccess)? in showMpathSupport()
415 (MP_TRUE == pluginProps.canOverridePaths)? in showMpathSupport()
419 pluginProps.autoFailbackSupport); in showMpathSupport()
421 pluginProps.autoFailbackSupport) | in showMpathSupport()
423 == pluginProps.autoFailbackSupport)) { in showMpathSupport()
426 pluginProps.pluginAutoFailbackEnabled?\ in showMpathSupport()
431 pluginProps.currentFailbackPollingRate, in showMpathSupport()
432 pluginProps.failbackPollingRateMax); in showMpathSupport()
444 pluginProps.autoProbingSupport); in showMpathSupport()
446 pluginProps.autoProbingSupport) | in showMpathSupport()
448 pluginProps.autoProbingSupport)) { in showMpathSupport()
452 pluginProps.pluginAutoProbingEnabled)?\ in showMpathSupport()
457 pluginProps.currentProbingPollingRate, in showMpathSupport()
458 pluginProps.probingPollingRateMax); in showMpathSupport()
475 pluginProps.onlySupportsSpecifiedProducts) { in showMpathSupport()
587 MP_PLUGIN_PROPERTIES pluginProps; in modifyMpathSupport() local
613 (void) memset(&pluginProps, 0, in modifyMpathSupport()
617 &pluginProps)) == MP_STATUS_SUCCESS) { in modifyMpathSupport()
620 pluginProps.fileName)) { in modifyMpathSupport()
740 MP_PLUGIN_PROPERTIES pluginProps; in listLogicalUnit() local
788 (void) memset(&pluginProps, 0, in listLogicalUnit()
792 &pluginProps)) != MP_STATUS_SUCCESS) { in listLogicalUnit()
867 (void) memset(&pluginProps, 0, in listLogicalUnit()
871 pPluginOidList->oids[i], &pluginProps)) in listLogicalUnit()
1012 pluginProps.fileName); in listLogicalUnit()
1204 MP_PLUGIN_PROPERTIES pluginProps; in showLogicalUnit() local
1235 MP_GetPluginProperties(pluginOid, &pluginProps); in showLogicalUnit()
1243 pluginProps) != 0) { in showLogicalUnit()
1277 MP_PLUGIN_PROPERTIES pluginProps) in showIndividualLogicalUnit() argument
1294 pluginProps.fileName); in showIndividualLogicalUnit()
1330 if (MP_FALSE == pluginProps.autoFailbackSupport) { in showIndividualLogicalUnit()
1338 if (MP_FALSE == pluginProps.autoProbingSupport) { in showIndividualLogicalUnit()
1395 if (MP_FALSE == pluginProps.canOverridePaths) { in showIndividualLogicalUnit()
1756 MP_PLUGIN_PROPERTIES pluginProps; in getLogicalUnitOid() local
1791 (void) memset(&pluginProps, 0, sizeof (MP_PLUGIN_PROPERTIES)); in getLogicalUnitOid()
1794 &pluginProps)) != MP_STATUS_SUCCESS) { in getLogicalUnitOid()