Symbol: PM_GET_PM_INFO
usr/src/uts/common/io/pm.c
1258
if (!PM_GET_PM_INFO(dip) || PM_ISBC(dip)) {
usr/src/uts/common/io/pm.c
1274
if ((info = PM_GET_PM_INFO(dip)) == NULL) {
usr/src/uts/common/io/pm.c
1316
if ((info = PM_GET_PM_INFO(dip)) == NULL) {
usr/src/uts/common/io/pm.c
1370
if ((info = PM_GET_PM_INFO(dip)) == NULL) {
usr/src/uts/common/io/pm.c
1638
info = PM_GET_PM_INFO(dip);
usr/src/uts/common/io/pm.c
1672
if ((info = PM_GET_PM_INFO(dip)) == NULL) {
usr/src/uts/common/io/pm.c
1926
if (comps == 0 || PM_GET_PM_INFO(dip) == NULL) {
usr/src/uts/common/io/pm.c
2194
if ((info = PM_GET_PM_INFO(dip)) == NULL) {
usr/src/uts/common/io/pm.c
250
pm_info_t *info = PM_GET_PM_INFO(dip);
usr/src/uts/common/io/pm.c
349
info = PM_GET_PM_INFO(dip);
usr/src/uts/common/io/pm.c
510
if (!PM_GET_PM_INFO(dip) || PM_ISBC(dip))
usr/src/uts/common/io/pm.c
552
pm_info_t *info = PM_GET_PM_INFO(dip);
usr/src/uts/common/io/pm.c
806
if (!PM_GET_PM_INFO(dip))
usr/src/uts/common/io/ppm/ppm.c
1453
if (PM_GET_PM_INFO(dip)) {
usr/src/uts/common/io/ppm/ppm.c
910
if (PM_GET_PM_INFO(rdip))
usr/src/uts/common/io/ppm/ppm_subr.c
689
for (cmpt = PM_GET_PM_INFO(dip) ? PM_NUMCMPTS(dip) : 1; cmpt--; ) {
usr/src/uts/common/os/sunpm.c
1044
ASSERT(scanp && PM_GET_PM_INFO(dip));
usr/src/uts/common/os/sunpm.c
1219
ASSERT(scanp && PM_GET_PM_INFO(dip));
usr/src/uts/common/os/sunpm.c
1888
if ((dip != NULL) && (PM_GET_PM_INFO(dip) != NULL)) {
usr/src/uts/common/os/sunpm.c
2073
(PM_GET_PM_INFO(dip) == NULL) || PM_ISBC(dip))
usr/src/uts/common/os/sunpm.c
2290
pm_info_t *info = PM_GET_PM_INFO(dip);
usr/src/uts/common/os/sunpm.c
2383
if (!PM_GET_PM_INFO(dip))
usr/src/uts/common/os/sunpm.c
2474
pm_info_t *info = PM_GET_PM_INFO(dip);
usr/src/uts/common/os/sunpm.c
3243
if (dip != ddi_root_node() && PM_GET_PM_INFO(dip) == NULL)
usr/src/uts/common/os/sunpm.c
3247
if (pm_ppm_claimed(dip) && PM_GET_PM_INFO(dip)) {
usr/src/uts/common/os/sunpm.c
3312
pm_info_t *info = PM_GET_PM_INFO(dip);
usr/src/uts/common/os/sunpm.c
3356
pm_info_t *info = PM_GET_PM_INFO(dip);
usr/src/uts/common/os/sunpm.c
3543
ASSERT(PM_GET_PM_INFO(dip) == NULL);
usr/src/uts/common/os/sunpm.c
3705
ASSERT(PM_GET_PM_INFO(dip));
usr/src/uts/common/os/sunpm.c
3792
wku_info = PM_GET_PM_INFO(kept);
usr/src/uts/common/os/sunpm.c
3825
if (!PM_GET_PM_INFO(kept_dip))
usr/src/uts/common/os/sunpm.c
4579
ASSERT(PM_GET_PM_INFO(dip));
usr/src/uts/common/os/sunpm.c
4710
if (PM_GET_PM_INFO(dip) != NULL) {
usr/src/uts/common/os/sunpm.c
4747
if (PM_GET_PM_INFO(dip) != NULL) {
usr/src/uts/common/os/sunpm.c
5020
if (PM_GET_PM_INFO(dip)) {
usr/src/uts/common/os/sunpm.c
5027
if (PM_GET_PM_INFO(dip) == NULL) {
usr/src/uts/common/os/sunpm.c
5205
if (PM_GET_PM_INFO(keeper) == NULL) {
usr/src/uts/common/os/sunpm.c
5213
if (PM_GET_PM_INFO(kept) == NULL) {
usr/src/uts/common/os/sunpm.c
5849
if (!PM_GET_PM_INFO(dip))
usr/src/uts/common/os/sunpm.c
6074
if (!PM_GET_PM_INFO(dip) || PM_ISBC(dip) || !pm_valid_thresh(dip, rp)) {
usr/src/uts/common/os/sunpm.c
6076
pmf, PM_DEVICE(dip), (void*)PM_GET_PM_INFO(dip)))
usr/src/uts/common/os/sunpm.c
6129
if (!PM_GET_PM_INFO(dip) || PM_ISBC(dip)) {
usr/src/uts/common/os/sunpm.c
6256
if (PM_GET_PM_INFO(dip) == NULL)
usr/src/uts/common/os/sunpm.c
6869
} else if (!PM_GET_PM_INFO(dip))
usr/src/uts/common/os/sunpm.c
6897
} else if (!PM_GET_PM_INFO(dip))
usr/src/uts/common/os/sunpm.c
7068
} else if (!PM_GET_PM_INFO(dip))
usr/src/uts/common/os/sunpm.c
7085
} else if (!PM_GET_PM_INFO(dip))
usr/src/uts/common/os/sunpm.c
7117
if (PM_GET_PM_INFO(dip) == NULL)
usr/src/uts/common/os/sunpm.c
7379
pm_info_t *info = PM_GET_PM_INFO(dip);
usr/src/uts/common/os/sunpm.c
7671
if (!(PM_GET_PM_INFO(dip) != NULL && PM_NUMCMPTS(dip))) {
usr/src/uts/common/os/sunpm.c
7822
info = PM_GET_PM_INFO(cfb_dip);
usr/src/uts/common/os/sunpm.c
7996
pm_info_t *info = PM_GET_PM_INFO(dip);
usr/src/uts/common/os/sunpm.c
8046
pm_info_t *info = PM_GET_PM_INFO(dip);
usr/src/uts/common/os/sunpm.c
8430
if (!PM_GET_PM_INFO(dip)) {
usr/src/uts/common/os/sunpm.c
8435
if (!PM_GET_PM_INFO(dip))
usr/src/uts/common/os/sunpm.c
8447
if (!PM_GET_PM_INFO(dip) || PM_ISBC(dip))
usr/src/uts/common/os/sunpm.c
8501
cinfo = PM_GET_PM_INFO(cdip);
usr/src/uts/common/os/sunpm.c
8587
cinfo = PM_GET_PM_INFO(cdip);
usr/src/uts/common/os/sunpm.c
873
info = PM_GET_PM_INFO(dip);
usr/src/uts/common/os/sunpm.c
881
info = PM_GET_PM_INFO(dip);
usr/src/uts/common/os/sunpm.c
9075
ASSERT(PM_GET_PM_INFO(dip));
usr/src/uts/common/os/sunpm.c
9230
pm_info_t *info = PM_GET_PM_INFO(dip);
usr/src/uts/common/os/sunpm.c
961
info = PM_GET_PM_INFO(dip);
usr/src/uts/common/sys/epm.h
596
(((pm_info_t *)PM_GET_PM_INFO(dip))->pmi_dev_pm_state & PM_DIRECT)
usr/src/uts/sun4u/excalibur/io/xcalppm.c
1609
if (PM_GET_PM_INFO(dip)) {
usr/src/uts/sun4u/io/ppm_xgsubr.c
339
for (cmpt = PM_GET_PM_INFO(dip) ? PM_NUMCMPTS(dip) : 1; cmpt--; ) {