Searched refs:afar_status (Results 1 – 1 of 1) sorted by relevance
2607 int synd_status, synd_code, afar_status; in cpu_log_err() local2624 afar_status = afsr_to_afar_status(ch_flt->afsr_errs, in cpu_log_err()2627 afar_status = AFLT_STAT_INVALID; in cpu_log_err()2635 if (afar_status != AFLT_STAT_INVALID) { in cpu_log_err()2658 if (afar_status != AFLT_STAT_INVALID) in cpu_log_err()4553 nvlist_t *resource, int *afar_status, int *synd_status) in cpu_payload_add_aflt() argument4557 *afar_status = AFLT_STAT_INVALID; in cpu_payload_add_aflt()4571 *afar_status = afsr_to_afar_status(ch_flt->afsr_errs, in cpu_payload_add_aflt()4574 DATA_TYPE_UINT8, (uint8_t)*afar_status, NULL); in cpu_payload_add_aflt()4682 if (*afar_status == AFLT_STAT_INVALID) in cpu_payload_add_aflt()[all …]