Searched refs:fcp_offline_delay (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c951 * fcp_offline_delay is a global variable to enable customisation of
956 * The variable fcp_offline_delay is specified in SECONDS.
961 unsigned int fcp_offline_delay = FCP_OFFLINE_DELAY; variable
1233 * We check the fcp_offline_delay property at this
1241 fcp_offline_delay = ddi_prop_get_int(DDI_DEV_T_ANY,
1243 "fcp_offline_delay", FCP_OFFLINE_DELAY);
1244 if ((fcp_offline_delay < 10) ||
1245 (fcp_offline_delay > 60)) {
1246 cmn_err(CE_WARN, "Setting fcp_offline_delay "
1249 fcp_offline_delay);
[all...]

Completed in 120 milliseconds