Searched refs:monitor_on (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dpower.c160 int monitor_on; /* clone monitoring the button event */ member in struct:power_soft_state
681 if (softsp->monitor_on != 0) {
815 if (softsp->monitor_on == clone)
816 softsp->monitor_on = 0;
839 if (softsp->monitor_on) {
843 softsp->monitor_on = clone;
855 if (!softsp->monitor_on) {
863 if (softsp->monitor_on != clone) {
867 softsp->monitor_on = 0;
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dtodds1287.h64 int monitor_on; /* clone monitoring the button event */ member in struct:ds1287
/illumos-gate/usr/src/uts/sun4u/io/
H A Dtodds1287.c445 if (softsp->monitor_on == clone)
446 softsp->monitor_on = 0;
470 if (softsp->monitor_on) {
474 softsp->monitor_on = clone;
487 if (!softsp->monitor_on) {
495 if (softsp->monitor_on != clone) {
499 softsp->monitor_on = 0;
791 if (softsp->monitor_on != 0) {

Completed in 63 milliseconds