Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/
H A Dppm_xgsubr.c531 FLINTSTR(D_CTLOPS1, PMR_PPM_POWER_CHANGE_NOTIFY), in ppm_get_ctlstr()
532 FLINTSTR(D_CTLOPS1, PMR_REPORT_PMCAP), in ppm_get_ctlstr()
533 FLINTSTR(D_CTLOPS1, PMR_CHANGED_POWER), in ppm_get_ctlstr()
540 FLINTSTR(D_CTLOPS1, PMR_PPM_UNMANAGE), in ppm_get_ctlstr()
542 FLINTSTR(D_CTLOPS1, PMR_PPM_ALL_LOWEST), in ppm_get_ctlstr()
546 FLINTSTR(D_CTLOPS1 | D_CTLOPS2, PMR_UNKNOWN), in ppm_get_ctlstr()
/illumos-gate/usr/src/uts/common/io/ppm/
H A Dppm_subr.c1370 FLINTSTR(D_CTLOPS1, PMR_PPM_POWER_CHANGE_NOTIFY), in ppm_get_ctlstr()
1371 FLINTSTR(D_CTLOPS1, PMR_REPORT_PMCAP), in ppm_get_ctlstr()
1372 FLINTSTR(D_CTLOPS1, PMR_CHANGED_POWER), in ppm_get_ctlstr()
1381 FLINTSTR(D_CTLOPS1, PMR_PPM_UNMANAGE), in ppm_get_ctlstr()
1383 FLINTSTR(D_CTLOPS1, PMR_PPM_ALL_LOWEST), in ppm_get_ctlstr()
1388 FLINTSTR(D_CTLOPS1 | D_CTLOPS2, PMR_PPM_ENTER_SX), in ppm_get_ctlstr()
1389 FLINTSTR(D_CTLOPS1 | D_CTLOPS2, PMR_UNKNOWN), in ppm_get_ctlstr()
H A Dppm.c773 int mask = ppm_debug & (D_CTLOPS1 | D_CTLOPS2); in ppm_ctlops()
966 PPMD(D_CTLOPS1 | D_CTLOPS2, ("%s: probe failed for %s@%s " in ppm_ctlops()
/illumos-gate/usr/src/uts/common/sys/
H A Dppmvar.h371 #define D_CTLOPS1 0x00000800 macro
/illumos-gate/usr/src/uts/sun4u/excalibur/io/
H A Dxcalppm.c1429 uint_t mask = ppm_debug & (D_CTLOPS1 | D_CTLOPS2); in xcppm_ctlops()