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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/psvcpolicy/
H A Dpsvcpolicy.c111 static int n_retry_hotplug = PSVC_NUM_OF_RETRIES; variable
124 &n_retry_hotplug, "n_retry_hotplug",
564 } while ((retry < n_retry_hotplug) && (presence != previous_presence));
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcpolicy/
H A Dpsvcpolicy.c119 static int n_retry_hotplug = PSVC_NUM_OF_RETRIES; variable
135 &n_retry_hotplug, "n_retry_hotplug",
845 } while ((retry < n_retry_hotplug) &&

Completed in 66 milliseconds