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

/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c6597 int service_years, service_weeks, full_years; local
6716 full_years = (tdiff / DC_SPY);
6717 if ((full_years >= DC_SCSI_NPY) &&
6725 lower_bound_cycles = (!full_years) ? 0 :
6726 ((scp->lifemax * pcnt[full_years - 1]) / 100);
6727 upper_bound_cycles = (scp->lifemax * pcnt[full_years]) / 100;
6742 full_years, within_year))
6760 full_years++;
6761 if (full_years >= DC_SCSI_NPY) {
6768 (scp->lifemax * pcnt[full_years]) / 10
[all...]

Completed in 81 milliseconds