Searched defs:fixed_attached (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dpower.c167 boolean_t fixed_attached; /* true means fixed is attached */ member in struct:power_soft_state
1045 if ((softsp->gpe_attached) || (softsp->fixed_attached))
1052 softsp->fixed_attached = (power_probe_fixed_button(softsp) != 0);
1058 if ((softsp->gpe_attached) || (softsp->fixed_attached))
1077 if (softsp->fixed_attached) {

Completed in 47 milliseconds