Lines Matching refs:fru_state
4049 char *fru_id, char *res_id, int32_t fru_state, char *msg) in bscv_generic_sysevent() argument
4055 class, subclass, fru_id, res_id, fru_state, msg); in bscv_generic_sysevent()
4087 if (nvlist_add_int32(attr_list, ENV_FRU_STATE, fru_state)) { in bscv_generic_sysevent()
4126 int32_t fru_state = 0; in bscv_sysevent() local
4145 fru_state = ENV_FAILED; in bscv_sysevent()
4148 fru_state = ENV_WARNING; in bscv_sysevent()
4151 fru_state = ENV_OK; in bscv_sysevent()
4165 fru_state = ENV_FAILED; in bscv_sysevent()
4168 fru_state = ENV_OK; in bscv_sysevent()
4180 fru_state = ENV_FAILED; in bscv_sysevent()
4183 fru_state = ENV_OK; in bscv_sysevent()
4225 fru_state = ENV_LED_ON; in bscv_sysevent()
4229 fru_state = ENV_LED_BLINKING; in bscv_sysevent()
4232 fru_state = ENV_LED_OFF; in bscv_sysevent()
4235 fru_state = ENV_LED_INACCESSIBLE; in bscv_sysevent()
4238 fru_state = ENV_LED_STANDBY; in bscv_sysevent()
4241 fru_state = ENV_LED_NOT_PRESENT; in bscv_sysevent()
4244 fru_state = ENV_LED_INACCESSIBLE; in bscv_sysevent()
4257 bscv_generic_sysevent(ssp, class, subclass, fru_id, res_id, fru_state, in bscv_sysevent()