Lines Matching defs:state
208 * mutex to protect the RMC state
226 * Checkrmc thread state
232 * RMC state data
248 * rmclomv_rmc_state is the state reported in OperationalStatus.
266 * Refresh thread state
1006 cmn_err(CE_NOTE, "keyswitch change event - state = %s",
1250 /* invalid/NULL soft state structure */
2616 switch (ledState.state) {
2685 rmc_setled.state = DP_LED_ON;
2688 rmc_setled.state = DP_LED_BLINKING;
2691 rmc_setled.state = DP_LED_FLASHING;
2694 rmc_setled.state = DP_LED_OFF;
2817 switch (alarmState.state) {
2877 rmc_setalarm.state = (rsci8)env_alarmctl.alarm_state;
2942 int state;
2956 * state changes and cv events.
3011 state = rmclomv_rmc_state;
3016 if (state != RMCLOMV_RMCSTATE_OK) {
3029 state = rmclomv_rmc_state;
3038 state == RMCLOMV_RMCSTATE_OK ?
3112 int state;
3172 * state and if it was previously not OK, refresh
3177 state = rmclomv_rmc_state;
3181 if (state != RMCLOMV_RMCSTATE_OK) {
3183 if (state == RMCLOMV_RMCSTATE_FAILED) {
3204 * with the CPU_SIGNATURE state cannot be sent to the
3211 current_sgn_p->state_t.state,
3494 switch (alarmState.state) {
3538 u_rmc_setalarm.state = new_state;