Home
last modified time | relevance | path

Searched refs:PM_DEVICE (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c518 pmf, PM_DEVICE(dip), pm_comps_notlowest)) \
529 "%d\n", pmf, PM_DEVICE(dip), pm_comps_notlowest))\
735 pmf, PM_DEVICE(dip))) in pm_scan_init()
740 "clear PM_SCAN_STOP flag\n", pmf, PM_DEVICE(dip))) in pm_scan_init()
755 PMD(PMD_SCAN, ("%s: %s@%s(%s#%d)\n", pmf, PM_DEVICE(dip))) in pm_scan_fini()
918 pmf, PM_DEVICE(dip), cmpt, pm_decode_direction(direction), in dev_is_needed()
931 "errno %d\n", pmf, PM_DEVICE(dip), cmpt, in dev_is_needed()
937 PM_DEVICE(dip))) in dev_is_needed()
959 PMD(PMD_SCAN, ("%s: %s@%s(%s#%d)\n", pmf, PM_DEVICE(dip))) in pm_rescan()
976 pmf, PM_DEVICE(dip), (ulong_t)scanid)) in pm_rescan()
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dpm.c261 PM_DEVICE(dip))) in pm_close_direct_pm_device()
540 PM_DEVICE(dip))) in pm_start_pm_walk()
586 "%s@%s(%s#%d)\n", cmdstr, PM_DEVICE(dip))) in pm_stop_pm_walk()
596 cmdstr, PM_DEVICE(dip))) in pm_stop_pm_walk()
604 "(%s#%d) to normal\n", cmdstr, PM_DEVICE(dip))) in pm_stop_pm_walk()
792 PM_DEVICE(dip), thresh)) in pm_set_idle_threshold()
1297 PM_DEVICE(dip))) in pm_ioctl()
1326 PM_DEVICE(dip))) in pm_ioctl()
1483 cmdstr, PM_DEVICE(dip), comp, in pm_ioctl()
1624 cmdstr, PM_DEVICE(dip))) in pm_ioctl()
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Denvd.h42 #define PM_DEVICE "/dev/pm" macro
H A Dpiclenvd.c997 pm_fd = open(PM_DEVICE, O_RDONLY); in envd_setup()
/illumos-gate/usr/src/uts/common/sys/
H A Depm.h651 #define PM_DEVICE(dip) PM_NAME(dip), PM_ADDR(dip), PM_NODE(dip), PM_INST(dip) macro
851 "%s %d\n", PM_DEVICE(dip), \
855 "%s %d\n", PM_DEVICE(dip), \
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Denvd.h42 #define PM_DEVICE "/dev/pm" macro
H A Dpiclenvd.c1374 pm_fd = open(PM_DEVICE, O_RDONLY); in envd_open_pm()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Denvd.h43 #define PM_DEVICE "/dev/pm" macro
H A Dpiclenvd.c1091 pm_fd = open(PM_DEVICE, O_RDWR); in pmthr()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chicago/envd/
H A Denvd.h117 #define PM_DEVICE "/dev/pm" macro
H A Dpiclenvd.c1136 pm_fd = open(PM_DEVICE, O_RDWR); in pmthr()
1569 if ((disk_pm_fd = open(PM_DEVICE, O_RDWR)) == -1) { in disk_temp_thr()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Denvd.h54 #define PM_DEVICE "/dev/pm" macro
H A Dpiclenvd.c1461 pm_fd = open(PM_DEVICE, O_RDWR); in pmthr()
2054 disk_pm_fd = open(PM_DEVICE, O_RDWR); in disk_temp_thr()