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

/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dsunmdi.c3769 if (ct->ct_power_cnt == 0) {
5033 if (ct->ct_power_cnt == 0)
6556 ct->ct_power_cnt += incr;
6558 "%p ct_power_cnt = %d incr = %d",
6559 (void *)ct, ct->ct_power_cnt, incr));
6560 ASSERT(ct->ct_power_cnt >= 0);
6586 ct->ct_power_cnt -= decr;
6588 "%p ct_power_cnt = %d decr = %d",
6589 (void *)ct, ct->ct_power_cnt, decr));
6592 ASSERT(ct->ct_power_cnt >
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dmdi_impldefs.h537 int ct_power_cnt; /* Hold count on parent power */ member in struct:mdi_client
545 /* ct_power_cnt was reset */

Completed in 63 milliseconds