Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/
H A Dppm_xgsubr.c524 FLINTSTR(D_CTLOPS2, PMR_SUSPEND), in ppm_get_ctlstr()
525 FLINTSTR(D_CTLOPS2, PMR_RESUME), in ppm_get_ctlstr()
526 FLINTSTR(D_CTLOPS2, PMR_PRE_SET_POWER), in ppm_get_ctlstr()
527 FLINTSTR(D_CTLOPS2, PMR_POST_SET_POWER), in ppm_get_ctlstr()
528 FLINTSTR(D_CTLOPS2, PMR_PPM_SET_POWER), in ppm_get_ctlstr()
534 FLINTSTR(D_CTLOPS2, PMR_PPM_PRE_PROBE), in ppm_get_ctlstr()
535 FLINTSTR(D_CTLOPS2, PMR_PPM_POST_PROBE), in ppm_get_ctlstr()
536 FLINTSTR(D_CTLOPS2, PMR_PPM_PRE_ATTACH), in ppm_get_ctlstr()
537 FLINTSTR(D_CTLOPS2, PMR_PPM_POST_ATTACH), in ppm_get_ctlstr()
538 FLINTSTR(D_CTLOPS2, PMR_PPM_PRE_DETACH), in ppm_get_ctlstr()
[all …]
/illumos-gate/usr/src/uts/common/io/ppm/
H A Dppm_subr.c1363 FLINTSTR(D_CTLOPS2, PMR_SUSPEND), in ppm_get_ctlstr()
1364 FLINTSTR(D_CTLOPS2, PMR_RESUME), in ppm_get_ctlstr()
1365 FLINTSTR(D_CTLOPS2, PMR_PRE_SET_POWER), in ppm_get_ctlstr()
1366 FLINTSTR(D_CTLOPS2, PMR_POST_SET_POWER), in ppm_get_ctlstr()
1367 FLINTSTR(D_CTLOPS2, PMR_PPM_SET_POWER), in ppm_get_ctlstr()
1373 FLINTSTR(D_CTLOPS2, PMR_PPM_INIT_CHILD), in ppm_get_ctlstr()
1374 FLINTSTR(D_CTLOPS2, PMR_PPM_UNINIT_CHILD), in ppm_get_ctlstr()
1375 FLINTSTR(D_CTLOPS2, PMR_PPM_PRE_PROBE), in ppm_get_ctlstr()
1376 FLINTSTR(D_CTLOPS2, PMR_PPM_POST_PROBE), in ppm_get_ctlstr()
1377 FLINTSTR(D_CTLOPS2, PMR_PPM_PRE_ATTACH), in ppm_get_ctlstr()
[all …]
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.h372 #define D_CTLOPS2 0x00001000 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()