Home
last modified time | relevance | path

Searched refs:full_years (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c6588 int service_years, service_weeks, full_years; in pm_trans_check() local
6707 full_years = (tdiff / DC_SPY); in pm_trans_check()
6708 if ((full_years >= DC_SCSI_NPY) && in pm_trans_check()
6716 lower_bound_cycles = (!full_years) ? 0 : in pm_trans_check()
6717 ((scp->lifemax * pcnt[full_years - 1]) / 100); in pm_trans_check()
6718 upper_bound_cycles = (scp->lifemax * pcnt[full_years]) / 100; in pm_trans_check()
6733 full_years, within_year)) in pm_trans_check()
6751 full_years++; in pm_trans_check()
6752 if (full_years >= DC_SCSI_NPY) { in pm_trans_check()
6759 (scp->lifemax * pcnt[full_years]) / 100; in pm_trans_check()
[all …]