rsci8
static rsci8 unsupported_cmds[] = { DP_SET_DATE_TIME };
static req_resp_table_t *rsc_lookup_rr_table(req_resp_table_t *, int, rsci8);
static int rsc_check_unsupported_cmd(rsci8);
static int rsc_cmd_response_guaranteed(rsci8);
rsc_lookup_rr_table(req_resp_table_t *rr_table, int cnt, rsci8 type)
rsc_check_unsupported_cmd(rsci8 type)
rsc_cmd_response_guaranteed(rsci8 type)
static rsci8 rsc_rx_resp_type = 0;
rsci8 type;
static rsci8 key_position = RMC_KEYSWITCH_POS_LOCKED;
static rsci8 real_key_position = RMC_KEYSWITCH_POS_UNKNOWN;
case (rsci8)DP_LED_OFF:
case (rsci8)DP_LED_ON:
case (rsci8)DP_LED_BLINKING:
case (rsci8)DP_LED_FLASHING:
rmc_setalarm.state = (rsci8)env_alarmctl.alarm_state;
rsci8 rsc_build;
rsci8 data[DP_MAX_LOGSIZE];
rsci8 idInfo[256];
rsci8 data[DP_MAX_MSGLEN-32];
rsci8 ip_addr[4];
rsci8 data[DP_MAX_MSGLEN-32];
rsci8 maxTemp; /* max number of temperature sensors */
rsci8 maxFan; /* max number of FANs */
rsci8 maxPSU; /* max number of PSUs slot */
rsci8 maxLED; /* max number of LEDs */
rsci8 maxVolt; /* max number of voltage sensors */
rsci8 maxFRU; /* max number of FRUs (field replac. unit) */
rsci8 maxCircuitBrks; /* max number of circuit breakers */
rsci8 keyswitch; /* key switch setting value */
rsci8 sensor_status; /* tells whether the reading is */
rsci8 num_temps;
rsci8 sensor_status; /* tells whether the reading is */
rsci8 flag;
rsci8 num_fans;
rsci8 sensor_status; /* tells whether the reading is */
rsci8 num_psus;
rsci8 sensor_status; /* tells whether the reading is */
rsci8 presence; /* 1=FRU present */
rsci8 status;
rsci8 num_frus;
rsci8 presence; /* 0 is not present, 1 is present */
rsci8 num_devices;
rsci8 sensor_status; /* tells whether the reading is */
rsci8 state;
rsci8 colour;
rsci8 num_leds;
rsci8 state;
rsci8 status;
rsci8 sensor_status; /* tells whether the reading is */
rsci8 state;
rsci8 num_alarms;
rsci8 state;
rsci8 status;
rsci8 enable; /* enable = 1 */
rsci8 status;
rsci8 enable;
rsci8 sensor_status; /* tells whether the reading */
rsci8 status; /* 0=ok, 1=error */
rsci8 num_volts;
rsci8 sensor_status; /* tells whether the reading is */
rsci8 status; /* 0=ok, 1=error */
rsci8 num_circuit_brks;
rsci8 enable; /* 0=enable watchdog, 1=disable watchdog */
rsci8 key_position;
rsci8 log_record[DP_MAX_LOGSIZE];
rsci8 idata[DP_MAX_RUN_TEST_DATALEN]; /* input data array */
rsci8 odata[DP_MAX_RUN_TEST_DATALEN]; /* output data array */
rsci8 chassis_serial_number[32];