Lines Matching defs:pluginProps

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