Home
last modified time | relevance | path

Searched refs:PM_GET_PM_INFO (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c873 info = PM_GET_PM_INFO(dip); in e_pm_valid_info()
881 info = PM_GET_PM_INFO(dip); in e_pm_valid_info()
961 info = PM_GET_PM_INFO(dip); in pm_rescan()
2383 if (!PM_GET_PM_INFO(dip)) in pm_reset_timestamps()
3705 ASSERT(PM_GET_PM_INFO(dip)); in pm_all_to_normal()
4579 ASSERT(PM_GET_PM_INFO(dip)); in pm_destroy_components()
5020 if (PM_GET_PM_INFO(dip)) { in pm_start()
5849 if (!PM_GET_PM_INFO(dip)) in pm_set_dev_thr_walk()
8430 if (!PM_GET_PM_INFO(dip)) { in pm_powerup()
8435 if (!PM_GET_PM_INFO(dip)) in pm_powerup()
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dpm.c250 pm_info_t *info = PM_GET_PM_INFO(dip); in pm_close_direct_pm_device()
349 info = PM_GET_PM_INFO(dip); in print_info()
510 if (!PM_GET_PM_INFO(dip) || PM_ISBC(dip)) in pm_start_pm_walk()
552 pm_info_t *info = PM_GET_PM_INFO(dip); in pm_stop_pm_walk()
806 if (!PM_GET_PM_INFO(dip)) in pm_set_idle_thresh_walk()
1258 if (!PM_GET_PM_INFO(dip) || PM_ISBC(dip)) { in pm_ioctl()
1274 if ((info = PM_GET_PM_INFO(dip)) == NULL) { in pm_ioctl()
1316 if ((info = PM_GET_PM_INFO(dip)) == NULL) { in pm_ioctl()
1370 if ((info = PM_GET_PM_INFO(dip)) == NULL) { in pm_ioctl()
1638 info = PM_GET_PM_INFO(dip); in pm_ioctl()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Depm.h586 #define PM_GET_PM_INFO(dip) (DEVI(dip)->devi_pm_info) macro
596 (((pm_info_t *)PM_GET_PM_INFO(dip))->pmi_dev_pm_state & PM_DIRECT)
/illumos-gate/usr/src/uts/sun4u/io/
H A Dppm_xgsubr.c339 for (cmpt = PM_GET_PM_INFO(dip) ? PM_NUMCMPTS(dip) : 1; cmpt--; ) { in ppm_add_dev()
/illumos-gate/usr/src/uts/common/io/ppm/
H A Dppm.c910 if (PM_GET_PM_INFO(rdip)) in ppm_ctlops()
1453 if (PM_GET_PM_INFO(dip)) { in ppm_dev_init()
H A Dppm_subr.c689 for (cmpt = PM_GET_PM_INFO(dip) ? PM_NUMCMPTS(dip) : 1; cmpt--; ) { in ppm_add_dev()
/illumos-gate/usr/src/uts/sun4u/excalibur/io/
H A Dxcalppm.c1609 if (PM_GET_PM_INFO(dip)) { in xcppm_dev_init()